/* Menu.css
 *
 * This file contains the styles to format the drop-down menus.
 *
 */

#dropmenudiv{
	position: absolute;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	z-index: 100;
	text-decoration: none;
	border: solid 1px #000000;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 0;
	padding-top: 1px;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: lightgrey;
}
