.ddcolortabs{
padding: 0;
width: 760px;
}

.ddcolortabs ul{
	font: bold 13px Helvetica, Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;

}

.ddcolortabs li{
display:inline;
margin:0;
padding:0;
}


.ddcolortabs a{
float:left;
color: white;
background: #191D61;
margin:0 2px 0 0;
padding:0 0 1px 0px;
text-decoration:none;
letter-spacing: 1px;
text-align:center;
font-stretch:ultra-condensed;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent;
padding: 4px 8px 2px 7px;
font-stretch:ultra-condensed;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #3574BB;
color:white;
}

.ddcolortabs a:hover span{
background-color: #3574BB;
color:white;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #42acd9;
color:white;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 1px;
line-height: 1px;
background: white;
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;
border: 0px solid white; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font: normal 13px Helvetica, Arial, Verdana, sans-serif;
line-height:18px;
z-index:100;
background-color: #191D61;
width: 200px;
visibility: hidden;
text-align:center;

}


.dropmenudiv_a a{
width: auto;
display: block;
border-top: 2px solid white;
border-bottom: 0px solid white; /*THEME CHANGE HERE*/
padding: 4px 0 2px;
text-decoration: none;
color: white;
text-align:center;

}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #3574BB;
color: white;

}