﻿.mainwhite {
  background-color: #ffffff
}

.ddcolortabs {
	padding: 0;
	//width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	vertical-align:top;
}
.ddcolortabs ul {
	display: inline;
	//width: 720px;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	vertical-align:top;

}
.ddcolortabs li {
	height: 0px;
	padding: 0px 3px 3px 3px;
	vertical-align: top;
	display: inline-block;
	float: left;
	margin-right: 0px;
}
.ddcolortabs li a{
	height: 0px;
	padding: 45px 3px 3px 3px;
	color: #000000;
	text-decoration: none;
}
.ddcolortabs a span {
	float: left;
	display: block;
	background: transparent url(media/color_tabs_right.gif) no-repeat right top;
	padding: 0px 0px 0px 0px;
}
.ddcolortabs a span {
	float: none;
}
.ddcolortabs a:hover {
	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;
}
.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: #000000;
	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*/
}
.style1 { color:#ffffff; font-family: Arial; font-size: 12px; font-weight: normal; padding-top: 10px;
	
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a {
	text-align: left;
	position: absolute;
	top: 0;
	border: 1px solid red;/*THEME CHANGE HERE*/
	border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/;
	border-bottom-width: 1px;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	background-image:url('../images/hover_bg.gif');
	background-repeat:repeat-x;
	background-position:top right;

	background-color: red;	
	width: 300px;
	visibility: hidden;
}
.dropmenudiv_a a {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid red;
	border-bottom: 1px dashed white;/*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	/*color: white;*/
}
* html .dropmenudiv_a a {
	/*IE only hack*/
	width: 100%;
}
.dropmenudiv_a a:hover {
	/*THEME CHANGE HERE*/

	background-image:url('../images/menu_hover.gif');
	background-repeat:repeat-x;
	color: red;
}
