/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative;  }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; padding: 6px; } /* IE6/7 fix */
    #nav ul li { float: none;  width: 140px; padding-bottom: 1px;  }
    #nav ul ul { top: 0; }
    

/* Everything else is theming */
 
#nav { 
	background-color: none; 
	height: 31px; 
}
#nav *:hover { 
	background-color: none; 
}
#nav a {
	color: #000000;
	font-size: 11px;
}
#nav li.hover a {
	background-color: #E8E8E8;
}
#nav ul { 
	top: 0px; 
	left: 149px; 
}
#nav ul li a {
	background-color: #E8E8E8;
	font-weight: normal;
}
#nav ul li.hover > a {
	color: #000000;
	font-weight: bold;
}
#nav ul a { 
	border-right: none; 
	opacity: 0.9; 
	filter: alpha(opacity=90); 
}

