/* ######### Style for Tabs ######### */

.ddcolortabs{
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.ddcolortabs ul{
	list-style:none;
	font-family: Verdana, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;	
}

.ddcolortabs li{
	display:inline;
	padding:0;
	margin-top: 0;
	margin-right: 5px; 
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;

}

.ddcolortabs a{
	float:left;
	color: #333333;
	text-decoration:none;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px; /*left padding inside tab*/
	background-color: #e2e0da;
	background-image: url(media/tabs_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.ddcolortabs a:visited{
	color: #333333;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(media/tabs_right.png) no-repeat right top;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px; /*right padding inside tab*/
	padding-left: 9px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover, .selected a {
	color: #FFF;
	background-image: url(media/tabs_left_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #5e2a1c;
	text-decoration:none;
}

.ddcolortabs a:hover span, .selected a span {
	background-image: url(media/tabs_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #5e2a1c;
}




/* The selected tab color changes based on the section css. The selected settings moved from here to section css style */


/* ######### Style for Drop Down Menu ######### */


.dropmenudiv_a {
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 5px; /*Top border width. Should match height of .ddcolortabsline above*/
	line-height:18px;
	z-index:100;
	background-color: #e2e0da;
	opacity: .96; /* transparency for dropdown */
	filter:alpha(opacity=96);
	width: 200px;
	visibility: hidden;
/*	border-right-width: 5px; */
/*	border-left-width: 5px; */
	border-top-style: solid;
/*	border-right-style: solid; */
/*	border-bottom-style: solid;
	border-bottom-color: #e2e0da;
	border-bottom-width: 5px;
/*	border-left-style: solid;  */
	border-top-color: #e2e0da;
/*	border-right-color: #e2e0da; */
	border-left-color: #e2e0da;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}


.dropmenudiv_a a {
	width: auto;
	display: block;
	text-indent: 10px;
	text-decoration: none;
	color: #333333;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f7f6f2;
	border-bottom-color: #f7f6f2;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.dropmenudiv_a p {  /* use this style for separator menu heading */
	text-indent: 10px;
	color: #fff;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f7f6f2;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	font-variant: small-caps;
	background-color: #9e9c98;
}

.dropmenubottom {
	height: 5px;
	margin: 0;
	padding: 0;
	background-color: #c4c2bc;
	line-height: 0px;
	font-size: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* html .dropmenudiv_a a { /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
	background-color: #f7f6f2;
	color: #000000;
	text-decoration:none;
}
.dropmenudiv_a a:visited {
	color: #333333;
}
