#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;

}

#nav a {
	color: #fff;
	font-family: Arial, Helvetica;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: bold;
 	display: block;
}

ul#nav li {
 height: 20px; 
 background: url('/images/tab_bg.gif') no-repeat;
 float: left; 
 width: 102px;
 margin-right: 10px;
}


#nav ul li a {
	position:  relative;
	width:  98px;
	color: #fff;
	background: #232323;
	padding: 2px;
	font-weight: normal;
	font-size: 11px;
}

#nav ul li a:hover {
	background: #282828;
}





ul#nav ul li { 
 background: none;
/* height: 17px; */
 height: auto;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 clear: both; 
}


#nav li ul {
	position: absolute;
	width: 102px; 
	left: -999em;  
}

#nav li ul ul {
	margin: 0 0 0 0;
}
#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 { /* lists nested under hovered list items */
	left: auto;
}
