
#tabs {
border-bottom: 1px solid #C5C5C5;
margin: 0 0 30px 0;
padding-bottom: 19px;
padding-left: 10px;
white-space: nowrap;
}

#tabs ul, #tabs li{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}


#tabs a:link, #tabs a:visited{
background: #3399FF;
border: 1px solid #C5C5C5;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
color: #003366;
float: left;
font-size: 18px;
font-weight: normal;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#tabs a:link.active, #tabs a:visited.active{
background: #ff9;
border-bottom: 1px solid #ff9;
color: #000;
}

#tabs a:hover{
/* color: #EAEAEA; */
background-color: lightblue; */
text-decoration: underline;
}

.current
{
background: yellow
border: 1px solid #C5C5C5;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
color: #003366;
float: left;
font-size: 18px;
font-weight: bold;
line-height: 14px;
margin-right: 8px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}