/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
position:relative;
text-align:center;
left:8px;
top:-3px;
font-family:verdana, Arial, Helvetica;
width:465px; 
height:18px;  				
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-style:hidden;	
border:0px solid #0000ff;
background:transparent url("../images/mainmenu.gif") repeat-x 0px 0px;   	  
z-index:50;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
list-style-type: none;	
border:0px solid #DF0003;  
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be wide by 18px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a {
display:block; 
text-align:center; 
text-decoration:none; 
width:93px; 
height:18px; 
color:#014692; 	  
font-weight:bold;
font-style:normal;
border:0px solid #fff;
border-width:0px 0px 0px 0px;
font-size:13px;	 	
font-weight:bold;
padding:2px 0px 0px 0px;
margin:0px 0px 0px 0px;	 				
}

/* style the links with a top and right border 1px solid white. Set the background color and the font size. */
.menu .main ul li a  {
position:relative;
display:block; 
text-align:center; 
text-decoration:none; 
width:93px; 
height:18px; 						
font-weight:bold;
font-style:normal;
color:#fff; 
border:0px solid #fff;
border-width:1px 0px 0px 1px;
font-size:11px;
padding:0px 0px 0px 8px;
margin:0px 0px 0px 0px;
background:transparent url("../images/sect_off.gif") no-repeat 0px 0px;  
}

.mainNow{
position:relative;
border:0px solid #fff;	 
height:18px;	 
width:93px; 			 
color:#983366;
background:#FEF5E7;  
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px; 
background:transparent url("../images/sect_on.gif") no-repeat 0px 0px;
}


/* make the dropdown ul invisible */
.menu ul li ul {
display:none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#983366;
text-align:center; 
background:#FEF5E7;	 	  
width:93px;
height:16px;
margin:0px 0px 0px 0px;
padding:2px 0px 0px 0px; 	 
font-weight:bold;
font-style:normal;
background:transparent url("../images/sect_on.gif") no-repeat 0px 0px;
}				 

/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:18px; 
left:0px; 
width:178px;		
font-weight:bold;
font-style:normal;		  
border-right:0px solid #fff;
border-top:2px solid #999;
border-bottom:1px solid transparent;
border-left:0px solid #fff;	  

}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#E3E3E3; 
color:#014692;		   
text-align:left; 	
width:178px; 
padding:0px 0px 0px 7px;
margin:0px 0px 0px 1px;
}

/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#FEEDD2; 
color:#983366;	  
width:178px;
border-left:1px solid #983366;	
border-right:1px solid #983366;	
border-bottom:0px solid #88B90A;	
border-top:1px solid #FFF;	 
padding:0px 0px 0px 7px;
margin:0px 0px 0px 1px;
}
