/* ######### Style for Drop Down Menu ######### */

.DropMenu
{
	position: absolute;
	top: 100;
	left: 100;
	border: 1px solid #fff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	background-color: #e40015;
	line-height: 2em;
	text-align: left;
	z-index: 100;
	width: 180px;
	visibility: hidden;
}


.DropMenu a
{
	width: auto;
	display: block;
	border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
	padding: 4px 12px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-family: Verdana;
	font-size: 95%;
}

* html .DropMenu a
{ /*IE only hack*/
	width: 100%;
}

.DropMenu a:hover
{ 
	text-decoration: underline;
	/*THEME CHANGE HERE*/
	/*background-color: #fff;
	color: #333;*/
}