.ddcolortabs {
	padding: 0;
	background: transparent;
}
.ddcolortabs ul {
	font: normal 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}
.ddcolortabs li {
	display:inline;
	padding:0;
	text-transform:uppercase;
}
.ddcolortabs a {
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #5d4d3c;
	text-decoration: none;
	text-decoration:none;
}
.ddcolortabs a span {
	float:left;
	display:block;
}
.ddcolortabs a span {
	float:none;
}
.ddcolortabs a:hover {

}
.ddcolortabs a:hover span {
}
.ddcolortabs .selected a, #ddcolortabs .selected a span { /*currently selected tab*/
}
.ddcolortabsline {
	clear: both;
	padding: 0;
	height: 8px;
	line-height: 8px;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

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

.dropmenudiv_a {
	position:absolute;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	visibility: hidden;
	padding-right:10px;
	padding-bottom:5px;
	background-position:bottom;
	background-repeat:no-repeat;
	width:154px;
}
.dropmenudiv_a a {
	width: auto;
	display: block;
	text-decoration: none;
	color: #000000;
	border-bottom:1px solid #CCCCCC;
	background-image:url(../../images/submenu_bg1.png);
	width:154px;
	padding-left:10px;
	background-repeat:repeat-y;
}
* html .dropmenudiv_a a { /*IE only hack*/
}
.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
	color: #999999;
}
