.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
	}

.ddcolortabs li{
	display:inline;
	margin:0 0 0 0;
	padding:0;
	}


.ddcolortabs a{
	text-align: center;
	padding-top: 20px;
	width: 122px;
	float: left;
	height: 33px;
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
	color: #e1a100;
	}

.ddcolortabs a span{
	}

.ddcolortabs a span{
	}

.ddcolortabs a:hover{
	text-decoration: none;
	background-image: url(../images/menu_bg_h.jpg);
	color: #000000;
	}

.ddcolortabs a:hover span{
	}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	}

.ddcolortabsline{
	}

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

.dropmenudiv_a {
	border: 1px solid #440204;
	background-color: #740305;
	position:absolute;
	top: 0;
	font: normal 12px Arial;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 1px solid #a10509;
	border-bottom: 1px solid #440204;
	border-right: 1px solid #440204;
	color: white;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #a3670f;
	}