.tabs{
padding: 7px 7px;
margin-left: 0;
font: bold 0.9em Arial ;
text-align: left;
list-style-type: none;
border:1px solid #ffcc00;
background: #ffcc00;
}

.tabs li{
display: inline;
margin: 0;
	border-right:1px solid #ffffff;
}

.tabs li a{
    text-decoration: none;
    padding: 7px 7px;
    margin-right: 0px;
    border-left: 1px solid #ffcc00;

    color: #0077D4;
}

.tabs li a:visited{
text-decoration:none;
padding: 7px 7px;
    margin-right: 0px;
    border-left: 1px solid #ffcc00;

	color:#0077D4;
}

.tabs li a:hover{
padding: 7px 7px;
    margin-right: 0px;
    border-left: 1px solid #ffcc00;
    color: #0077D4;
	background: #ffc000 ;
	text-decoration:none;
}

.tabs li a:active{
padding: 7px 7px;
    margin-right: 0px;
    border-left: 1px solid #ffcc00;
color: #0077D4;
background: #ffc000 ;
text-decoration:none;
}

.tabs li.selected a{/*selected tab*/
   padding: 7px 7px;
    margin-right: 0px;
    border-left: 1px solid #ffcc00;
    color: #0077D4;
	background: #ffc000 ;
}

