.ddcolortabs{
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-align: center;
	clear: both;
	background-color: transparent;
	padding-top: 6;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
}


.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
	text-indent: 2px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.ddcolortabs li{
	display:inline;
	padding:0;
	text-transform:uppercase;
	text-indent: 0px;
	text-align: center;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}


.ddcolortabs a{
	float:left;
	color: white;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
	background-color: #710000;
	background-image: url(media/color_tabs_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(media/color_tabs_right.gif) no-repeat right top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:visited{
	background-color: #005959;
}
.ddcolortabs a:hover{
	background-color: #FFFFFF;
	color: #000033;
}

.ddcolortabs a:hover span{
	background-color: #FFFFFF;
	color: #005959;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	background-color: #0066cc;
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 0px;
	line-height: 0px;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	text-align: center;
	background-color: #FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	border: 1px solid black; /*THEME CHANGE HERE*/
	border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #005B5B;
	width: 150px;
	visibility: hidden;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFFFFF;
	color: #000066;
}
#subtitle {
	color: #FFFFFF;
	background-color: #0099FF;
}
#colortab {
	text-align: center;
	width: 100%;
	clear: both;
	height: 1px;
	background-color: transparent;
}
.subtitle {
	color: #FFFFFF;
	background-color: #0066CC;
	font-weight: bold;
}
#topics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	background-color: #E9E9E9;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	line-height: 155%;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #C8C8C8;
}
#topics a:link {
	color: #005B5B;
	text-decoration: none;
	border: 1px none #666666;
}
#topics a:visited {
	color: #000000;
}
#topics a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
