.ddcolortabs{
	width:870px;
        margin:0px;
        padding:0px;
        height: 22px;
	background-color:#388da9;
	float:left;
}
.ddcolortabs ul{
        border: 0px;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
}
.ddcolortabs li{
        display: block;
        float: left;
        text-align: center;
        padding: 0px;
        margin: 0px;
	height:22px;
}
.ddcolortabs a{
        _width: 40px;  
        height: 22px;
        padding: 0px;
        padding-left: 16px;
        padding-right: 16px;
        _padding-right: 15px;
	/* _ solo valido para MSIE 6*/
        margin: 0px;
        color: #FFF;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 11px/20px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
}

.ddcolortabs a span{
float:left;
display:block;
background:none;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #FFF;
text-decoration:none;
}

.ddcolortabs a:hover span{
background-color: #FFF;
text-decoration:none;
}
.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: 0px;
left: 0px;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:bold 11px/20px Tahoma, Arial, Verdana, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #000000;
border-bottom: 1px solid #000000; /*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: #388da9;
color:white;
text-decoration:none;
}