#logo{
width: 151px;
float:left;
clear: left;
padding: 3px;
}

#wrap{
float:right;
clear: right;
}

.ddcolortabs{
padding: 10px 0 0 0;
height: 57px;
width: 930px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 13px Verdana, sans-serif;
height: 15px;
margin:0;
padding:8px;
background-color: #262933;
list-style:none;
}

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


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

.ddcolortabs a span{
float:left;
display:block;
padding: 2px 5px 2px 5px;
}

.ddcolortabs a:hover{
background-color: #007ebd;
}

.ddcolortabs a:hover span{
background-color: #007ebd;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #007ebd;
}

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 0px solid black; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 13px Arial;
line-height:18px;
z-index:20000;
background-color: white;
width: 210px;
visibility: hidden;
}


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

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

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