.ddcolortabs {
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.ddcolortabs ul {
	font: normal 11px Arial, Helvetica, Sans-serif;
	margin:0px 0px 0px 5px;
	padding:0;
	list-style:none;
}

.ddcolortabs li {
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}


.ddcolortabs a {
	border-left: solid 1px #154c0a;
	border-top: solid 1px #154c0a;
	border-right: solid 1px #154c0a;
	float:left;
	color: white;
	/*background: black url(../Images/color_tabs_left.gif) no-repeat left top;*/
	background: #154c0a url(../Images/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(../Images/color_tabs_right.gif) no-repeat right top;*/
	background: transparent url(../Images/color_tabs_right.gif) no-repeat right top;
	padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
	float:none;
}

.ddcolortabs a:hover {
	border-left: solid 1px #006600;
	border-top: solid 1px #006600;
	border-right: solid 1px #006600;
	background-color: #c7e77a;
	color:black;
}

.ddcolortabs a:hover span{
	background-color: #c7e77a;
	color:black;
	padding: 4px 8px 2px 7px;
}

.ddcolortabs .selected a,
#ddcolortabs .selected a span { /*currently selected tab*/
	background-color: #c7e77a;
	color:black;
}

.ddcolortabsline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #c7e77a;
	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: none;
	font: bold 8.5pt Arial, Helvetica, Sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #c7e77a;
	width: 200px;
	visibility: hidden;
	text-align:left;
	border-top: solid 1px #c7e77a;
	border-left: solid 1px #006600;
	border-bottom: solid 1px #006600;
	border-right: solid 1px #006600;
	opacity: .90;
	filter: alpha(opacity=90);
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #006600;
	color: white;
}


.dropmenudiv_a a span.highlight {
	color:#990000;
	font-weight: bold;
	text-transform:uppercase;
	font-size: x-small;
	padding-left: 5px;
}

.dropmenudiv_a hr {
	clear: both;
	padding: 0px;
	margin: 0px 5px 0px 5px;
	width: 90%;
	height: 1px;
	color: #006600;
	/*text-align:center;*/
}