div.ddcolortabs{
padding: 0px;
background: transparent;
float:left;height:35px;
}

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

.ddcolortabs li{
display:inline;
margin:0px;
padding:0px;height:35px;font-size:12px;font-weight:bold


}


.ddcolortabs a{
float:left;
color: white;
margin:0px;padding:0px;
border-right:1px solid #fff;
text-decoration:none;
letter-spacing: 1px;height:35px
}

.ddcolortabs a span{
float:left;
display:block;
padding: 10px 12px 2px 12px;cursor:pointer;
}


.ddcolortabs a:hover{
background: url(/ast/img/BackHover.gif) repeat-x;text-decoration:none
}

.ddcolortabs a:hover span{
background: url(/ast/img/BackHover.gif) repeat-x;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background: url(/ast/img/BackHover.gif) repeat-x;
}

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

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 0 solid black; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:12px ;
line-height:18px;
z-index:100;
background-color: #E2E2E2;
width: 150px;
visibility: hidden;
}


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

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #EA161E;
color: white;text-decoration:none
}
