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

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
padding:0;
text-transform:uppercase;
}

.ddcolortabs a{
color: #113a58;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
letter-spacing: 1px;
text-align:center;
vertical-align:middle;
}

.ddcolortabs a span{
float:none
}

.ddcolortabs a:hover{
background-color: #113a58;
color:#ffffff;
}

.ddcolortabs a:hover span{
background-color: #113a58;
color:#ffffff;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #113a58;
color:#ffffff;
}

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


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

.dropmenudiv_e{
position:absolute;
top:0;
border: 1px solid #113a58; /*THEME CHANGE HERE*/
border-width: 0 1px;
border-bottom: 1px solid #113a58;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 200px;
visibility: hidden;
text-align:left;
}


.dropmenudiv_e a{
width: auto;
display: block;
border: 1px solid #113a58; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
border-bottom: 1px solid #113a58;
font:normal 12px Verdana;
line-height:18px;
letter-spacing: 0px;
/*padding: 2px 0;*/
padding-left:2px;
padding-top:2px;
padding-bottom:2px;
text-decoration: none;
color: #113a58;
text-align:left;
}

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

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #113a58;
color: #ffffff;
}

