<style type="text/css">

.tabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.tabs ul{
font: bold 12px Trebuchet MS, Verdana, sans-serif;
margin: 0;
padding: 0;
text-align: center;
list-style: none;
}

.tabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: none;
}


.tabs a{
float: left;
color: #ffffcc;
background: #663300 url(images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 17px 0 0;
padding: 0 0 1px 3px;
width: 143px;
text-decoration: none;
letter-spacing: 1px;
}

.tabs a span{
float: left;
display: block;
background: transparent url(images/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.tabs a span{
float: none;
}


.tabs a:hover, .tabs li.selected a{
background-color: #996633; /*background color of tabs onMouseover*/
color: white;
}

.tabs a:hover span{
background-color: transparent;
}


.divider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #663300; /*background color of horizontal line*/

}

</style>
