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

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
background: black url(media/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #591f20;
}

.ddcolortabs a:hover span{
background-color: #591f20;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #591f20;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
line-height: 8px;
}

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

.dropmenudiv
{
	width:188px;
	position:absolute;
	margin-left: -20px;
	visibility: hidden;
	z-index: 1;
	/*background:url('images/dropdownmenu/services_background.png') no-repeat;*/
	border-style:solid;
	border-width:0px;
	font-weight:normal;
	font-family: Arial;
	font-size: 8pt;
	color:red;
	margin-top:-1px;
	left: 466px;
	top: 109px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	margin-left:13px;
	border-top: 0 solid #000000;
	border-bottom: 0px solid #000000; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: white;
	letter-spacing:0;
}
.dropmenudiv a:Hover{
	width: auto;
	display: block;
	margin-left:13px;
	border-top: 0 solid #000000;
	border-bottom: 0px solid #000000; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	letter-spacing:0;
}

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

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

