

#nav {
	background: url(/files/menu.gif) 0 0 no-repeat;
	width: 540px;
	height: 18px;
	position: relative;
	margin: 0px 0px 0px;
	z-index:1000;
	}

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

#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: block; 
	line-height: 14px; 
	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: 135px; height: 18px; }	
#nav2 {left: 135px; top: 0; width: 135px; height: 18px; }
#nav3 {left: 270px; top: 0; width: 135px; height: 18px; }
#nav4 {left: 405px; top: 0; width: 135px; height: 18px; }




#nav1 a:hover, #nav1 .on {background: url(/files/menu.gif) 0px 0px no-repeat; }	
#nav2 a:hover, #nav2 .on {background: url(/files/menu.gif) -135px 0px no-repeat; }	
#nav3 a:hover, #nav3 .on {background: url(/files/menu.gif) -270px 0px no-repeat; }	
#nav4 a:hover, #nav4 .on {background: url(/files/menu.gif) -405px 0px no-repeat; }	



	
/* ######### Style for Drop Down Menu ######### */



.dropmenudiv_a{
position:absolute;
float:left;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
top: 0;
margin-top: 8;
margin-left: 0;
line-height:16px;
z-index:100;
color:#000000;
visibility: hidden;
border: dotted 1px #dd0000;
width: 230px;


}


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

* html .dropmenudiv_a a{ /*IE only hack*/
width: 230px;
}
.dropmenudiv_a a:visited{ /*THEME CHANGE HERE*/
color: #d00;
  
}
.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #dd0000;
color: #fff;
  
}


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