/* 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; } /* IE6/7 fix */ 
#nav ul li { float: none; } 
#nav ul ul { top: 0; } 
/* Essentials - configure this */
#nav ul { width: 200px; }
#nav ul ul { left: 211px; }

/* Everything else is theming */
#navigation{}
#nav { background-color: none; 
/*line-height:39px;*/
padding-left:20px;vertical-align:middle;z-index:300!important;}

#nav *:hover { background-color: none; }

#nav .active {
background-color: #e0471e;}

#nav .active a {color:#ffffff;}

#nav a { background-image:url(); 
background-repeat:no-repeat;background-position:right top;color: #4e4e4e;
font-weight:bold; font-size: 15px; padding: 0px 18px 0px 18px; 
line-height:28px; text-decoration:none!important; }
#nav li.hover a { background-color:none;
background-image:url(../mouseover2_1265277105.gif); 
background-repeat:no-repeat;background-position:right top;
text-decoration:none; color: #ffffff;}
#nav ul .active a{color:#e0471e!important; 
	
}

#nav ul { top:29px;border:1px solid #b2b2b2;border-top:2px solid #f15a28;}
#nav ul li a { background-color:#ffffff;background-image:none!important;
font-size:12px; color:#666666!important;text-align:left; 
line-height:25px!important;border-top:1px solid silver;}
#nav ul a.hover { background-color:silver;text-decoration:none;
background-image:none!important;}

/*#nav ul a { border-right: none; opacity: 0.9; filter: alpha(opacity=90); 
background-image:none!important;}*//* #nav ul a { border-bottom: none; } 
- I also needed this for IE6/7 */

