﻿#dropmenudiv
{
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#626262,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
	position: absolute;
	border: 1px solid #333366;
	border-bottom-width: 0;
	font-size: 8pt;
	font-family: Tahoma, Arial;
	line-height: 18px;
	z-index: 100;
	text-decoration: none;
	color: gray;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #333366;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #99ccff;
	color: black;
}

#dropmenudiv a:hover
{
	/*hover background color*/
	text-decoration: none;
	background-color: #6699CC;
	color: white;
}
