.barraverde{
padding: 3px 0;
margin-left: 0;
margin-top:5px;
font: 12px Verdana;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color: #294D42;
}
.barracinza{
padding: 3px 0;
margin-left: 0;
font 12px Verdana;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color: #DDD3C7;
}
.basictab{
position:relative;
padding: 3px 0;
margin-left: 0;
margin-top:0px;
font: bold 12px Verdana;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 2px 3px;
margin-right: 0px;
border-right: 1px solid #FFFFFF;
border-bottom: none;
color: #FFFFFF;
}


.basictab li a:visited{
color: #FFFFFF;
}

.basictab li a:hover{
color: #294D42;
background-color:#FFFFFF;
}

.basictab li a:active{
color: #294D42;
background-color:#FFFFFF;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
color: #294D42;
background-color:#FFFFFF;
*background-color:;
}
.basictab li.selected a:houver{ /*selected tab effect*/
position: relative;
color: #294D42;
background-color:#FFFFFF;
}



.submenustyle{
padding: 2px 1px;
border-top-width: 0;
margin-top:-20px;
background-color:#DDD3C7 ;
width: auto;
display: none;
filter:alpha(opacity=0);
font:bold;
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px solid white;
padding: 1px 5px;
text-decoration: none;
font:bold;
}

.submenustyle a:hover{
background-color: #FFFFFF;
color:#294D42;
font:bold;
}