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

.ddcolortabs ul{
/*font: normal 0.9em Verdana;*/
margin:0;
padding:0;
list-style:none;
}

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


.ddcolortabs a{
font-size:0.8em;
font-weight:bold;
float:left;
color: #fff;
background: #008851 url(./images/menu/color_tabs_left.gif) no-repeat left top;
margin:10px 2px 0 0;
padding:0;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(./images/menu/color_tabs_right.gif) no-repeat right top;
padding: 6px 7px 4px 4px;
text-decoration:none;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
font-weight: bold;
	color:#FFFFFF;
background-color: #000;
text-decoration:none;
}

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

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #000;
}
.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 10px;
line-height: 10px;
background: #fff;
border-top: 1px solid #000; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.25em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}


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

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 0.95em Verdana;
color:#000000;
line-height:21px;
z-index:100;
background-color: #fff;
width: 200px;
text-align: left;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-size:0.95em;
font-weight: normal;
color: #000000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff;
background-color: #000;
font-weight: normal;
text-decoration: none;
}

