#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:12px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #003366;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ababab;
}

.dropdownBox
{
	/*font-family: Arial, Tahoma, Verdana;
	width: 100%;
	border: 1px solid #6F7F93;
	border-right: none;
	background-color: White;
	padding: 1px;
	padding-left: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	cursor: default;
	background-image: url(Images/windown.gif);
	background-position: right center;
	background-repeat: no-repeat;
	display: inline;
	vertical-align: middle;*/
	text-decoration: none;
	cursor: hand;
}
.dropdownBox:hover
{
	/*background-image: url(Images/windown2.gif);*/
}

