﻿.dropmenudiv {
	position: absolute;
	top: 0;
	left: 0; /* scroll bar fix */
	border: 1px solid silver;
	border-width: 0 1px;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid silver;
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
}
/******* IE only
* html .dropmenudiv a {
	width: 100%;
}
*******/
.dropmenudiv a:hover {
	background-color: #B10124;
	color: white;
	font-style: normal;
}