﻿#dropmenudiv{
	border-left:2px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:2px solid black; position:absolute;
	background-color: #B4CEE2;
	line-height:14px;
	z-index:100;
	color: #F39C0F; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Verdana
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: #F39C0F;
}

#dropmenudiv a:hover{
	background-color: #B4CEE2;
	color: #144683;
}