/* CSS Document */
#dropmenudiv {
	position: absolute;
	border-top-width: 0px;
	border-bottom-width: 0px;
	font-size: 11px;
	line-height: 18px;
	z-index: 100;
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D1D2D4;
	border-right-color: #D1D2D4;
	border-bottom-color: #D1D2D4;
	border-left-color: #D1D2D4;
	color: #990000;
}
.dropmenubox {
	border-bottom: 1px solid #D1D2D4;
}
#dropmenudiv a {
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	border: 1px solid #FFFFFF;
	background-color: #F2F2F3;	
	background-image: url(../images/foot_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
}

#dropmenudiv a:hover { /*hover background color*/
	color: #990000;
}
