.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: #666666;
/*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;*/
cursor:hand;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background-color: transparent;
	/*background-image: url(../images/menu_bg1.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
	/*height: 30px;*/
	width: 76px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	
}

.ddcolortabs a span{
float:none;
}

 

.ddcolortabs a:hover span{
	background-color: #591f20;
	/*background-image: url(../images/menu_bg.jpg);*/
	background-image: url(../images/menu_bg.jpg);
	font-weight: bolder;
	color: #FFFFFF;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
color: #FFFFFF;
background-image: url(../images/menu_bg.jpg);
background-color: #FFCC00;

}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	background-color: #CCCCCC;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:1000;
	background-color: white;
	width: 179px;
	visibility: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #E7E7E7;
	border-left-color: #E7E7E7;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	filter:alpha(opacity=90);
	-moz-opacity:0.5;
	-kHTML-opacity: 0.5;
	opacity: 0.5;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #666666;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
	background-image: url(../images/bg.jpg);
	padding-left: 25px;
	padding-right:25px;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #828282;
	padding-left: -25px;
	color: #FFFFFF;
	background-image: url('');
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bolder;
	filter:alpha(opacity=100);
	-moz-opacity:0.5;
	-kHTML-opacity: 0.5;
	opacity: 0.5;
}
.tt{ /*THEME CHANGE HERE*/
 
	background-image: url(../images/bg2.jpg);
 
}
