/* 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: 210px; }
#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 a { 
background-image:url(http://www.trondelag.com/site/grongfri/aimages/m_stolpe_1251269895.gif); 
background-repeat:no-repeat;background-position:right top;
color: white;font-weight:bold; font-size: 13px; 
padding: 0px 16px 0px 17px; line-height:39px; 
text-decoration:none!important; }
#nav li.hover a { 
background-color:none;background-image:url(http://trondelag.wisepublisher.info/aimages/menu_hover_1228810247.png); 
background-repeat:no-repeat;background-position:right 
top;text-decoration:none; /*color:#ffffff;*/}

#nav ul { top:37px;border:1px solid #b2b2b2;border-top:2px solid #BA4542;}
#nav ul li a { background-color:#ffffff;background-image:none!important;
font-size:12px; color:#666666;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 */

