.ddcolortabs{

}

.ddcolortabs ul{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin:0;
padding:0;
background:url(../images/menu_yellow_bg.gif) repeat-x;
list-style:none;
}

.ddcolortabs li{
display:inline;
padding:0;
display:block;
height:50px;
float:left;
border-right:2px solid #fff;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: #000000;
padding:18px 16px 18px 15px;
line-height:14px;
text-decoration:none;
}


.ddcolortabs a:hover{
background:url(../images/menu_gray_bg.gif) repeat-x;
color:#fff;
text-decoration:none;

}

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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #F26521; /*THEME CHANGE HERE*/
border-top-width: 0; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #EF3922;
width: 200px;
visibility: hidden;

}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #F26521;
border-bottom: 1px solid #cfcfcf; /*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: #8a3c3d;
text-decoration:none;
color: white;
}
