.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
display: block;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 3px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
margin:0 8px 0 0;
padding:0 0 0px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 4px 8px 2px 7px;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #EC9E0B;
color: white;
}

.ddcolortabs a:hover span{
background-color: #EC9E0B;
color: white;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #EC9E0B;
color: white;
}

.ddcolortabsline{
font-size: 0px;
clear: both;
padding: 0;
width: 100%;
height: 4px;
line-height: 4px;
background: #708E0A;
border-top: 1px solid #EC9E0B; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.ddmenudiv{
position:absolute;
top: 0;
border: 1px solid #EC9E0B; /*THEME CHANGE HERE*/
border-top-width: 4px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom: 1px solid #EC9E0B;
border-right: 1px solid #EC9E0B; 
font:normal 12px Arial;
line-height:16px;
z-index:100;
background-color: white;
width: 180px;
text-align: left;
visibility: hidden;
}


.ddmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-top: 0 solid white;
border-bottom: 1px solid #EC9E0B; /* Separador submenus */ /*THEME CHANGE HERE*/
padding: 3px 3px 3px 10px;
text-decoration: none; 
color: black;
}

* html .ddmenudiv a{ /*IE only hack*/
width: 100%;
}

* html .IEonlybr { /*IE only hack*/
display: none;
}

.IEonlybr {
	display:none;
}

.ddmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #668504;
color: white;
}

.ddseparator {
width: 100%;
float:left;
display:none;
background: #EC9E0B;
line-height: 1px;
}

.ddfloatMsg {
margin-left: 8em; 
padding: 4px 0 0 0;
font: normal 11px Arial, Verdana, sans-serif;
color: yellow;
display:none;
}

