/* 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: 270px; 
}
#nav ul ul { 
left: 271px; 
}

/* Everything else is theming */
#nav {
z-index:7000!important; 
padding-left:30px;
background-color:none; 
height:32px;
line-height:32px;
background-image:url(http://telarix.wisepublisher.info/aimages/menu_off_bg_1231867054.jpg);
}
#nav *:hover { 
background-image:url(http://telarix.wisepublisher.info/aimages/menu_on_bg_1231867054.jpg); 
}
#nav a { 
border-right: 1px solid white;
color: white; 
font-size: 12px; 
padding:0px 18px 0px 18px; 
line-height:32px;
text-decoration:none!important;

}
#nav li.hover a { 
background-color:none;
&nbsp;}
#nav ul { 
top: 32px;
border:1px solid #336795 
}
#nav ul li a{ 
color:#336795;
background-color:#CCCCCC; 
}
#nav ul a.hover,
#nav ul li a:hover { 
background-color: #ffffff;
background-image:none!important; 
}
#nav ul li{
line-height:26px!important; 
}
#nav ul a { 
border-top:0px;
border-bottom: 1px solid white; 
border-right: none;
line-height:26px!important;
/*opacity: 0.9; 
filter: alpha(opacity=90);*/ }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

