/* drop down menu */
#menu {
	width: 810px;
	float: right;
}


#nav {
	background: transparent url(/images/menu.gif) 0 0 no-repeat;
	width: 810px;
	height: 33px;
	position: relative;
	margin: 0px 0px 0px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: block; 
	line-height: 33px; 
	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: 0px; top: 0; width: 160px; height: 33px; }	
#nav2 {left: 161px; top: 0; width: 163px; height: 33px; }
#nav3 {left: 324px; top: 0; width: 163px; height: 33px; }
#nav4 {left: 487px; top: 0; width: 163px; height: 33px; }
#nav5 {left: 650px; top: 0; width: 163px; height: 33px; }




#nav1 a:hover, #nav1 .on {background: url(/images/menu.gif) 0px -33px no-repeat; }	
#nav2 a:hover, #nav2 .on {background: url(/images/menu.gif) -161px -33px no-repeat; }	
#nav3 a:hover, #nav3 .on {background: url(/images/menu.gif) -324px -33px no-repeat; }	
#nav4 a:hover, #nav4 .on {background: url(/images/menu.gif) -487px -33px no-repeat; }	
#nav5 a:hover, #nav5 .on {background: url(/images/menu.gif) -650px -33px 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: 13px;
font-weight:bold;
top: 0;
margin-top: -2px;
margin-left: 6px;
line-height:18px;
z-index:100;
color: #fff;
visibility: hidden;
border: 1px #3e4aa3;
width: 150px;


}


.dropmenudiv_a a{
		
display: block;
text-indent: 5px;
padding: 4px;
text-decoration: none;
background-color: #080671;
color: #fff;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 150px;
}


.dropmenudiv_a a:visited{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #080671;
color: #fff;
  
}

.dropmenudiv_a a:active{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #008400;
color: #fff;
}
.dropmenudiv_a a:link{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #080671;
color: #fff;
}	
.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #008400;
color: #fff;
}	