.ddcolortabs{
	padding: 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 0px;
	overflow: hidden;
}

.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
	float:left;
	color: #1468A8;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
}

.ddcolortabs a span{
}

.ddcolortabs a:hover{
	background-color: #1468A8;
	background-image: url(media/color_tabs_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.ddcolortabs a:hover span{
	background-color: #1468A8;
	color: #FFFFFF;
	background: transparent url(media/color_tabs_right.gif) no-repeat right top;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	background-color: #1468A8;
	color: #FFFFFF;
	background-image: url(media/color_tabs_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.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{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 250px;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1468A8;
	border-right-color: #1468A8;
	border-bottom-color: #1468A8;
	border-left-color: #1468A8;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1468A8;
	border-bottom-color: #1468A8;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #1468A8;
	color: white;
}
