/* drop down menu */
#menu {
	width: 950px;
	float: right;
}


#nav {
	background: transparent url(/images/menu.gif) 0 0 no-repeat;
	width: 950px;
	height: 35px;
	position: absolute;
	margin: 56px 0 0 0;

	}

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: block; 
	line-height: 35px; 
	position: absolute; 
	text-indent: -2000px; 
	text-align: center;
	font-size:12px;
	}
	
#nav a {
	display: block; 
	text-decoration: none;   
	overflow: hidden;
	font-size:12px;
	}	
	
#nav1 {left: 26px; top: 0; width: 87px; height: 35px; }	
#nav2 {left: 113px; top: 0; width: 172px; height: 35px; }
#nav3 {left: 285px; top: 0; width: 100px; height: 35px; }
#nav4 {left: 385px; top: 0; width: 140px; height: 35px; }
#nav5 {left: 525px; top: 0; width: 124px; height: 35px; }
#nav6 {left: 649px; top: 0; width: 80px; height: 35px; }
#nav7 {left: 729px; top: 0; width: 85px; height: 35px; }
#nav8 {left: 814px; top: 0; width: 109px; height: 35px; }



#nav1 a:hover, #nav1 .on {background: url(/images/menu.gif) -26px -35px no-repeat; }	
#nav2 a:hover, #nav2 .on {background: url(/images/menu.gif) -113px -35px no-repeat; }	
#nav3 a:hover, #nav3 .on {background: url(/images/menu.gif) -285px -35px no-repeat; }	
#nav4 a:hover, #nav4 .on {background: url(/images/menu.gif) -385px -35px no-repeat; }	
#nav5 a:hover, #nav5 .on {background: url(/images/menu.gif) -525px -35px no-repeat; }	
#nav6 a:hover, #nav6 .on {background: url(/images/menu.gif) -649px -35px no-repeat; }	
#nav7 a:hover, #nav7 .on {background: url(/images/menu.gif) -729px -35px no-repeat; }	
#nav8 a:hover, #nav7 .on {background: url(/images/menu.gif) -814px -35px no-repeat; }	
	
	
/* ######### Style for Drop Down Menu ######### */  



.dropmenudiv_a{
position:absolute;
float:left;
text-align:left;
font-family:Trebuchet, Arial, Helvetica, sans-serif;
font-size: 12px;
top: 0;
margin-top: -1;
margin-left: 0;
line-height:16px;
z-index:100;
color:#000000;
visibility: hidden;
border: dotted 1px #3e4aa3;
width: 170px;


}


.dropmenudiv_a a{
		
display: block;
text-indent: 5px;
padding: 4px;
text-decoration: none;
background-color: #fff;
color: #444;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 170px;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #a40012;
color: #fff;
  
}

.dropmenudiv_a a:active{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #a40012;
color: #73bbdd;
}	