/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #2b5670; /*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #e3e3e3; /*THEME CHANGE HERE*/
padding: 4px 0;
margin:0 2px 0 2px;
text-decoration: none;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#2b5670;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
#background-color: #ffffff;
color:#cc0000;
}

.n1 {
	width:106px;
	height:32px;
	float:left;
	}
	
.n2 {
	width:126px;
	height:32px;
	float:left;
	}
	
.n3 {
	width:125px;
	height:32px;
	float:left;
	}	
	
.n4 {
	width:54px;
	height:32px;
	float:left;
	}
	
.n5 {
	width:199px;
	height:32px;
	float:left;
	}	
	
.nav {
	font-size:9px;
	visibility:hidden;
	}										