.ddcolortabs{
	padding: 0;
	width: 100%;
	background: #1b5891;
	font-size: 16px;
	color: #f8e8cc;
	width:1075px;
	float:left;
	padding:0 0 0 5px;
}

.ddcolortabs ul{
margin:0;
padding:0;
list-style:none;
}

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


.ddcolortabs a{
float:left;
color: white;
margin:5px 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
padding:3px 20px 5px 20px;
}



.ddcolortabs a:hover{
background-color: #ede6d9;
color:#1b5891;
}

.ddcolortabs .selected{
color:#f8e8cc;
}





.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #ede6d9; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px;
line-height:18px;
z-index:100;
/*background-color: #1b5891;*/
background-color: white;
width: 200px;
visibility: hidden;
}


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

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
/*background-color: #ede6d9;*/
background-color: #EADDC3;
/*color: #a78b58;*/
color: #1b5891;
}
