.ddcolortabsFP{
padding: 0;
width: 100%;
background: #fff;
display: block;
}

.ddcolortabsFP ul{
font: normal 12px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabsFP li{
display:inline;
margin:0 3px 0px 0;
padding:0;
}


.ddcolortabsFP a{
float:left;
color: white;
margin:0 7px 0 0;
padding:0 0 0px 3px;
text-decoration:none;
letter-spacing: 0px;
background-color: #708E0A;
}

.ddcolortabsFP a span{
float:left;
display:block;
padding: 4px 8px 2px 7px;
background: transparent url(media/color_tabs_rightFP.gif) no-repeat right top;
}

.ddcolortabsFP a span{
float:none;
}

.ddcolortabsFP a:hover{
background-color: #EC9E0B;
color: white;
}

.ddcolortabsFP a:hover span{
background-color: #EC9E0B;
color: white;
padding-bottom: 1px;
/*font-weight:bold;*/ 
letter-spacing: 0px;
}

.ddcolortabsFP .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #EC9E0B;
color: white;
/*font-weight:bold;*/ 
/*padding: 0px 0px 0px 10px;*/
letter-spacing: 0px;
}

.ddcolortabsFPline{
font-size: 0px;
clear: both;
padding: 0;
width: 100%;
height: 2px;
line-height: 1px;
background: #EC9E0B;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.ddmenudivFP{
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: 220px;
text-align: left;
visibility: hidden;
}


.ddmenudivFP 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 .ddmenudivFP a{ /*IE only hack*/
width: 100%;
}

* html .IEonlybr { /*IE only hack*/
display: none;
}

.IEonlybr {
	display:none;
}

.ddmenudivFP a:hover{ /*THEME CHANGE HERE*/
background-color: #668504;
color: white;
}

.ddseparatorFP {
width: 100%;
float:left;
display:none;
background: #EC9E0B;
line-height: 1px;
}

.ddfloatMsgFP {
margin-left: 8em; 
padding: 4px 0 0 0;
font: normal 11px Arial, Verdana, sans-serif;
color: yellow;
display:none;
}

