/* commented out lines for 800px width template */

html body ul#nav, #nav ul {
 font-size: 11px;
 font-family: Verdana;
 float: left;
 list-style: none !important;
 font-weight: bold;
 padding: 0;
 margin: 0 !important;
}


#nav a {
 display: block;
 color: #ffffff;
 text-decoration: none;
 padding: 0;
 line-height: 26px;
 /*Uncomment line below if not using images */
 /*width: 132px; 	*/
}

#nav a.sub {
  width: 160px;
/*  background: url(arrow.gif) center right no-repeat;*/
}

#nav li {
 float: left;
 padding: 0;
 margin: 0 !important;
 text-align:center;
 background: #000000;
 font-size: 11px !important;
 list-style-type: none;
 /*Uncomment line below if not using images */
 /*border-right: 1px solid #ffffff;*/ 
}

#nav li a { display: block; padding: 0 .5em; }

#nav li ul {
 position: absolute;
 left: -999em;
 height: auto;
 width: 170px;
 font-weight: normal;
 margin: 0;
}

#nav li li {
 list-style: none;
 text-align:left;
 width: 220px;
 /*border-bottom: 1px solid #ccc;*/
 padding: 0;
 margin: 0;
}

#nav li ul a {
 display: block;
 line-height: 26px;
 padding-left: 0px;
}

#nav li ul li ul {
 margin: -26px 0 0 220px;
 background: #666 !important;
 left: 270px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
 left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
 left: auto;
}

#nav li:hover, #nav li.sfhover {
 /*background: #888888;*/
}

#nav li ul li ul { display: none !important; }
