#dropmenudiv{
	position:absolute;
	border:1px solid #323e45;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2A455F;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #323e45;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #486883;
}

/* DO NOT REMOVE THESE LINE */
.show {display:block;}
.hide {display:none;}
