
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a
{
	position: absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font: normal 11px tahoma;
	line-height: 16px;
	z-index: 100;
	background-color: #EEEEEE;
	width: 180px;
	visibility: hidden;
	border-right-width: 5px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #A13228;
	border-RIGHT-color: #A13228;
}


.dropmenudiv_a a
{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #C7C7C7;
	border-bottom: 1px solid #A13228; /*THEME CHANGE HERE*/
	
	padding: 2px 0;
	text-decoration: none;
	color: #333333;
}

* html .dropmenudiv_a a:link
{
	/*IE only hack*/
	width: 100%;
	color: black;
	text-decoration: none;
}

.dropmenudiv_a a:hover
{
	/*THEME CHANGE HERE*/
	background-color: #A13228;
	color: white;
	font: normal 11px tahoma;
	text-decoration: none;
	line-height: 16px;
}

.dropmenudiv_a a:visited
{
	/*THEME CHANGE HERE*/
	
	font: normal 11px tahoma;
	text-decoration: none;
	line-height: 16px;
}