﻿#dropmenudiv{
	position:absolute;
	font:normal 11px/18px Tahoma;
	font-color: #3764a0;
	z-index:100;
	color: #3764a0;
	text-decoration: none;
	border-top: 1px solid #a7b4ce;
	border-right: 1px solid #a7b4ce;
	border-bottom: 0px solid #a7b4ce;
	border-left: 1px solid #a7b4ce;
	padding-bottom: 0px;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px none #a7b4ce;
	text-decoration: none;
	font-weight: normal;
	font-color: #000000;
	color: #000000;
	height: 22px;
	padding-top: 4px;
		border-bottom: 1 solid #a7b4ce;
}
#dropmenudiv a:hover{
	background-color: #ff0000;
	color: #ffffff;
	text-decoration: none;
	height: 22px;
	padding-top: 4px;
}

