
.dropmenudiv {
	position:absolute;
	top: 0;
	width: 135px;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	line-height:18px;
	z-index:1000;
	background-color: #051b31;
	padding:16px;
	visibility: hidden;
	margin:0 0 0 0;
	text-align:left	;

}
.dropmenudiv_sub {
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	line-height:18px;
	z-index:1000;
	background-color: #244272;
	width: 150px;
	padding:16px;
	visibility: hidden;
	margin:6px 0 0 0;

}
.dropmenudiv a {
	width: auto;
	display: block;
	border-bottom: 1px solid #455e87;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.dropmenudiv_sub a {
	width: auto;
	display: block;
	border-bottom: 1px solid #455e87;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
* html .dropmenudiv_sub a { /*IE only hack*/
width: 100%;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}


.dropmenudiv a:hover, .dropmenudiv_sub a:hover { 
background-color: #F0F0F0;
color: #3f3f3f;
}
