﻿.ddcolortabs {
	position: relative;
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Arial;
	border: 0px;
	height: 33px;
	list-style-type: none;
	margin-bottom: 0;
	color: #fff;
	width: 100%;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}
.ddcolortabs ul {
	height: 50px;
	display: inline;
	width: 725px;
	float: left;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.ddcolortabs li {
	color: #fff;
	display: inline;
	margin: 0;
}
.ddcolortabs li a{
	color: #fff;
	padding: 10px 20px 0px 20px;
	display: inline-block;
	height: 27px;
	text-decoration: none;
	border: none;
}
.ddcolortabs a span {
	float: left;
	display: block;
	background: transparent url(media/color_tabs_right.gif) no-repeat right top;
	padding: 4px 8px 2px 7px;
}
.ddcolortabs a span {
	float: none;
}
.ddcolortabs a:hover {
	background-image: none;
	background-color: #e8f5fd;
	color: #000;
}
.ddcolortabs a:hover span {
	background-color: #591f20;
}
.ddcolortabs .selected a, #ddcolortabs .selected a span {
	/*currently selected tab*/
	height: 0px;
	padding: 45px 3px 3px 3px;
	color: #ffffff;
	text-decoration: none;
	background-image: url('../images/button_bg.gif');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: red;
}
.ddcolortabsline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: black;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a {
	visibility:hidden;
	font-family: Arial;
	padding: 0px 10px 0px 0px;
	border: 0px;
	width: auto;
	height: 32px;
	position: absolute;
	z-index: 100;
	background: #e8f5fd;
	color: #000;
}
.dropmenudiv_a a {
	margin-top: 3px;
	padding: 5px 5px 0px 5px;
	margin-left: 10px;
	display: inline-block;
	float: left;
	color: #000;
	height: 18px;
	width: auto;
	text-decoration: none;
}
* html .dropmenudiv_a a {
	/*IE only hack*/
	width: 100%;
}
.dropmenudiv_a a:hover {
	/*THEME CHANGE HERE*/
	display: inline-block;
	float: left;
	color: #000;
	height: 22px;
	width: auto;
	text-decoration: none;
	background-color: #cadbe5;
}
