.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
	font: normal 12px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

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


.ddcolortabs a{
	float:left;
	margin:0 8px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
	color: #62AACC;
}

.ddcolortabs a span{
	float:left;
	display:block;
	padding: 4px 4px 4px 14px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
	background-image: url(images/nav_image.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}

.ddcolortabs a:hover span{
}

/*.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab use a:hover settings*/
    background-image: url(images/nav_image.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px; /*Remove this to remove border between bar and tabs*/
	background: white;
}

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

.dropmenudiv_a{
	position:absolute;
	top: 0;
	border: 1px solid #40abcb;
	border-top-width: 4px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 2px;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 160px;
	visibility: hidden;
	letter-spacing: 1px;
	text-align: left;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 1px 0;
	text-decoration: none;
	color: #053E5F;
}

.dropmenudiv_b{
	position:absolute;
	top: 0;
	border: 1px solid #40abcb;
	border-top-width: 4px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 2px;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 120px;
	visibility: hidden;
	letter-spacing: 1px;
	text-align: left;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 1px 0;
	text-decoration: none;
	color: #053E5F;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #E3EFF8;
	color: #053E5F;
}
* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #E3EFF8;
	color: #053E5F;
}
