/* drop down menu */
#menu {
	width: 960px;
	float: right;
	margin-top:-80px;
}


#nav {
	background: transparent url(/images/menu.gif) 0 0 no-repeat;
	width: 960px;
	height: 60px;
	position: absolute;
	margin: 60px 0 0 0;

	}

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: block; 
	line-height: 70px; 
	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: 116px; height: 70px; }	
#nav2 {left: 117px; top: 0; width: 220px; height: 70px; }
#nav3 {left: 337px; top: 0; width: 220px; height: 70px; }
#nav4 {left: 557px; top: 0; width: 151px; height: 70px; }
#nav5 {left: 708px; top: 0; width: 113px; height: 70px; }
#nav6 {left: 821px; top: 0; width: 144px; height: 70px; }




#nav1 a:hover, #nav1 .on {background: url(/images/menu.gif) 0px -70px no-repeat; }	
#nav2 a:hover, #nav2 .on {background: url(/images/menu.gif) -117px -70px no-repeat; }	
#nav3 a:hover, #nav3 .on {background: url(/images/menu.gif) -337px -70px no-repeat; }	
#nav4 a:hover, #nav4 .on {background: url(/images/menu.gif) -557px -70px no-repeat; }	
#nav5 a:hover, #nav5 .on {background: url(/images/menu.gif) -708px -70px no-repeat; }	
#nav6 a:hover, #nav6 .on {background: url(/images/menu.gif) -821px -70px 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:18px;
z-index:100;
color:#000000;
visibility: hidden;
border: dashed 1px #48e0ff;
width: 140px;
background-color: #fff;

}


.dropmenudiv_a a{
		
display: block;
text-indent: 5px;
padding: 4px;
text-decoration: none;
background-color: #fff;
color: #0e2b6e;
font-weight:600;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 140px;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #fff;
color: #48e0ff;
  
}

.dropmenudiv_a a:active{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #48e0ff;
color: #fff;
}	

.menu-wide {
width: 400px;
/*width: 530px;*/


}