/* 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(/aimages/stick_1258533841.gif); 
background-repeat:no-repeat;
background-position:right top;
color: #5289b0;
font-weight:bold; 
font-size: 13px; 
padding: 0px 16px 0px 17px; 
line-height:44px; 
text-decoration:none!important; 
}
#nav li.hover a { 
/*background-color:none;
background-image:url(/aimages/hover_1258533262.gif); 
background-repeat:repeat-x;
background-position:center center;*/
text-decoration:none; 
color:#5289b0!important;
}

#nav a:hover 
{  
color: #8F2334!important;
}

#nav ul { 
top:44px;
border:1px solid #b2b2b2;
border-top:2px solid #BA4542;
}
#nav ul li a { 
background-color:#ffffff;
background-image:none!important;
font-size:11px; 
/*color:gray;*/
text-align:left; 
line-height:25px!important;
border-top:1px solid silver;
}
#nav ul a.hover { 
background-color:#5289b0;
color: white!important;
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 */


