/*-----------------------------------menu------------------------ */

#dropmenudiv{
	position:absolute;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C1EAF7;
	border-right-color: #C1EAF7;
	border-bottom-color: #C1EAF7;
	border-left-color: #C1EAF7;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 1px solid white;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #ffffff;
font-weight:800;
text-decoration:none;
height:24px;
line-height:18px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#A6CAF0;
height:24px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-style: normal;
font-weight:800;
color: #ffffff;
text-decoration:none; 
}
/*-----------------------------------END------------------------ */
