﻿
* html .menutoptabs{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 0;
}
.dropmenudiv {
	margin-top:-1px;
	margin-left: -7px;
	filter: alpha(opacity=90);
	opacity: 0.90;
	position: absolute;
	top: 0;	
	line-height: 18px;
	z-index: 1000;
	visibility: hidden;
	width: 230px; 
}
.dropmenudiv UL { 
	list-style-type: none; 
	background-color: #FFF;
	top: -1px;
	border-bottom: 1px solid #993333;
}

.dropmenudiv LI {
	border-bottom: 0;
}

.dropmenudiv A {
	height: 18px;
	font: bold 11px arial;
	display: block;
	text-indent: 5px;
	padding: 4px 20px 2px 2px;
	text-decoration: none;
	color: #212121;
	border: 1px solid #993333;
	border-bottom: 0;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #993333;
	color: #FFF;
	text-decoration: none;
}