/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin-bottom: 0;
margin-left:6px;
padding: 0 0 0 10px;
list-style-type: none;
height:24px;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 3px 7px;
/*background: #E8E8E8;*/
margin-right: 1px;
text-decoration: none;
font: bold 13px Arial;
color: white;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: #EEEEEE;
color:#990000;
}