﻿.ddcolortabs {
	padding: 0;
	width: 98%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.ddcolortabs ul {
	font: normal 10px Verdana, sans-serif, Arial;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ddcolortabs li {
	display: inline;
	margin: 0px 1px 0px 0px;
	padding: 0;
	text-transform: uppercase;
}
.ddcolortabs a {
	float: left;
	color: #95561C;
	background: #fbefcf;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom:1px #fbefcf solid;
	border-top:1px #fbefcf solid;

}
.ddcolortabs a span {
	float: left;
	display: block;
	background: transparent;
	padding: 2px 3px 2px 3px;
}
.ddcolortabs a span {
	float: none;
}
.ddcolortabs a:hover {
	background-color: #95561C;
	color: #fbefcf;
	border-bottom:1px #fbefcf solid;
	border-top:1px #fbefcf solid;
}
.ddcolortabs a:hover span {
	background-color: #95561C;
}
.ddcolortabs .selected a, #ddcolortabs .selected a span {
	/*currently selected tab*/
	background-color: transparent;
}
.ddcolortabsline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 4px;
	line-height: 4px;
	background: #95561C;
	/*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position: absolute;
	top: 1px;
	border: 0px solid #95561C;/*THEME CHANGE HERE*/	
	border-top-width: 4px; /*Top border width. Should match height of .ddcolortabsline above*/;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #C16717;
	width: 100px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0px solid #fbefcf;
	border-bottom: 1px solid #fbefcf;/*THEME CHANGE HERE*/	
	padding: 2px 0;
	text-decoration: none;
	color: #fbefcf;
}
* html .dropmenudiv a {
	/*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover {
	/*THEME CHANGE HERE*/
	background-color: #95561C;
	color: #fbefcf;
}
