.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
color: white;
border-bottom: 1px solid gray;
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 7px;
margin-right: 2px;
border: 1px solid gray;
border-bottom: none;
background-color: #0E1425;
color: white;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #004080;
color: white;
}

.basictab li a:active{
color: white;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 3px;
background-color: #0E1425;
color: white;
}


.submenustyle{
padding: 2px 1px;
font: 12px Verdana;
color: white;
border: 1px solid black;
border-top-width: 3; /*borde del submenu */
background-color: #0E1425;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px  black;
padding: 1px 5px;
color: white;
text-decoration: none;
background-color: #14557C;

}

.submenustyle a:hover{
color: white;
background-color: #C0C0C0;
}