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


#nav {
	background: transparent url(../images/menu.jpg) 0 0 no-repeat;
	width: 900px;
	height: 35px;
	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: 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: 20px; top: 0; width: 95px; height: 35px; }	
#nav2 {left: 115px; top: 0; width: 189px; height: 35px; }
#nav3 {left: 304px; top: 0; width: 132px; height: 35px; }
#nav4 {left: 436px; top: 0; width: 162px; height: 35px; }
#nav5 {left: 598px; top: 0; width: 125px; height: 35px; }
#nav6 {left: 723px; top: 0; width: 158px; height: 35px; }


  
#nav1 a:hover, #nav1 .on {background: url(../images/menu.jpg) -20px -35px no-repeat; }	
#nav2 a:hover, #nav2 .on {background: url(../images/menu.jpg) -115px -35px no-repeat; }	
#nav3 a:hover, #nav3 .on {background: url(../images/menu.jpg) -304px -35px no-repeat; }	
#nav4 a:hover, #nav4 .on {background: url(../images/menu.jpg) -436px -35px no-repeat; }	
#nav5 a:hover, #nav5 .on {background: url(../images/menu.jpg) -598px -35px no-repeat; }	
#nav6 a:hover, #nav6 .on {background: url(../images/menu.jpg) -723px -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: 286px;


}


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

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

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

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