.ddcolortabs{
padding: 0;
width: 100%;
height: 22px;
background-image:url(../images/bg.jpg);
background-repeat: repeat-x;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 12px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;

}


.ddcolortabs a{
	float:left;
	color: #FFCC00;
	background: black url(../images/tab_02.jpg) repeat-x left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	font-style: italic;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(../images/bullet_off.gif) no-repeat left center;
padding: 3px 10px 2px 10px;
}

.ddcolortabs a span{
float:none;

}

.ddcolortabs a:hover{
color: #fcf7cb;
}

.ddcolortabs a:hover span{
background-color: #413c29;
background: transparent url(../images/bullet_on.gif) no-repeat left center;
padding: 3px 10px 2px 10px;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #591f20;

}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 5px;
background: black;
/*border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	border: 1px solid #1c180d; /*THEME CHANGE HERE*/
	border-top-width: 5px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #1c180d;
	width: 180px;
	visibility: hidden;
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	filter:alpha(opacity=90);
	opacity:0.9;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #FFCC00;
border-top-width: 0;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #554F35;
border-bottom-color: #554F35;
}

.dropmenudiv_a a span{
float:left;
display:block;
background: transparent url(../images/bullet_off.gif) no-repeat left center;
padding: 3px 10px 2px 10px;
}

.dropmenudiv_a a:hover span{
background: transparent url(../images/bullet_on.gif) no-repeat left center;
padding: 3px 10px 2px 10px;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #413c29;
	color: #FFFFFF;
}
