.ddcolortabs{
clear:both;
padding: 0;
width: 100%;
height:26px;
background: transparent url(../images/m_bg_gray.jpg) repeat-x left top;
}

.ddcolortabs ul{
font: bolder 12px Lucida Sans Unicode;
margin:0;
padding:0;
list-style:none;
text-align:center;
}

.ddcolortabs li{
display:inline;
margin:0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: black;
/*background: black url(media/color_tabs_left.gif) no-repeat left top;*/
margin:0;
padding:0;
text-decoration:none;
height:26px;
/*letter-spacing: 1px;*/
}

.ddcolortabs a span{
float:left;
display:block;
/*background: transparent url(media/color_tabs_right.gif) no-repeat right top;*/
padding: 4px 15px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
/*background-color: #591f20;*/
color: white;
background: transparent url(../images/m_bg_yellow.jpg) repeat-x left top;
}

.ddcolortabs a:hover span{
/*background-color: #591f20;*/
color: white;
background: transparent url(../images/m_bg_yellow.jpg) repeat-x left top;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
/*background-color: #591f20;*/
color: white;
background: transparent url(../images/m_bg_yellow.jpg) repeat-x left top;
}

.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_a{
position:absolute;
top: 0;
margin-top:-95px;
 /*Top border width. Should match height of .ddcolortabsline above*/
font:bold 11px Arial;
line-height:12px;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a, .dropmenudiv_a2 a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: gray;
}

* html .dropmenudiv_a a, * html .dropmenudiv_a2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover, .dropmenudiv_a2 a:hover{ /*THEME CHANGE HERE*/
/*background-color: #8a3c3d;*/
color: white;
}

.dropmenudiv_a2{
position:absolute;
top: 0;
margin-top:-80px;
 /*Top border width. Should match height of .ddcolortabsline above*/
font:bold 11px Arial;
line-height:12px;
z-index:100;
width: 200px;
visibility: hidden;
}

/* ######### Style for Drop Down Menu - HOME ######### */
.dropmenudiv_a3{
position:absolute;
top: 0;
margin-top:5px;
 /*Top border width. Should match height of .ddcolortabsline above*/
font:bold 11px Arial;
line-height:12px;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a3 a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: gray;
}

* html .dropmenudiv_a3 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a3 a:hover{ /*THEME CHANGE HERE*/
/*background-color: #8a3c3d;*/
color: white;
}

