.ddcolortabs{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #FFFFFF;
	text-decoration: none;
}

.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:none;
	text-decoration: none;
}


.ddcolortabs a{
	float:left;
	color: white;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

.ddcolortabs a span{
	float:left;
	display:block;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}



.ddcolortabs a:hover{
	background-color: transparent;
	text-decoration: none;
}


.ddcolortabs a:hover span{
	background-color: transparent;
	text-decoration: none;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	background-color: Transparent;
	text-decoration: none;
}

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

/* ######### 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: #D9EEE5;
	width: 250px;
	visibility: hidden;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}


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

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #3BAF83;
	color: white;
	text-decoration: none;
}

.menu{
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: none;
	color: #0066CC;
}
a.menu:active {
	text-decoration: none;
	color: #FFFFFF;
}
.footerinformation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
