/* 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:132px;
_width:136px;
&nbsp;}
#nav ul ul { left: 135px; }
/* Everything else is theming */

#nav { background-color: #none; 
height: 63px; 
}
#nav *:hover { 
background-color: none; 
}
#nav a { 
background-image:url('../mainMenu_of_nyf_1245918235.png');
background-repeat:no-repeat;
border-right:none; 
color:#0C427C; 
font-size: 12px;  
line-height:63px; 
height:63px;
text-transform:uppercase;
width:124px;
_width:136px;
padding-left:10px;
text-decoration:none;
display:block;
overflow:hidden;
}
#nav a:hover{
background-image:url('../mainMenu_on_1245833849.png');
color:#ffffff;
font-weight:bold;

}
#nav ul li a{
background-image:none!important;
background-color:#D9E0EA; 
text-transform:none;
font-size:11px;
line-height:25px;
height:25px;
width:127px;
_width:132px;
padding:0px;
margin:0px;
padding-left:5px;

}
#nav ul li a:hover{ 
background-image:none!important;
background-color:#ffffff;
color:#0C427C; 
font-weight:normal;
height:25px;
}
#nav ul{
border:1px solid silver; 
	
}

#nav ul li{
border-bottom:1px solid #ffffff;
background-color:#D9E0EA;
z-index:999; 
}
 #nav ul { top: 50px; }

/* #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }*/
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

