.tabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
float:left;
margin-bottom: 0;


font: bold 11px tahoma;
list-style-type: none;
text-transform:uppercase;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 8px;
margin-right: 0px;

color: #fff;
}

.tabs li a:visited{
color: #fff;
}
#divul{ background-color:#330066;}

.tabs li a:hover{
text-decoration: underline;
color: #fff;
}

.tabs li a.selected{ /*selected main tab style */
position: relative;
color:#47697b;
top: 1px;
}


.tabs li a.selected{ /*selected main tab style */
background-color:#fff;
border-bottom-color: white;
}

.tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{

width:295px;
background-color:#fff;
display:none;
}
