/* ######### CSS for top level tabs ######### */

ul.tabsmenuclass {
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
width: 16%;
text-align: center
}

*.tabsmenuclass a{
display: block;
padding: 5px 0px;
background: #800000;
border-right:0px #E8E8E8;
color: white;
margin-right: 1px;
text-decoration: none;
font: bold 13px Arial;
}

*.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: #CC0000;
color: white;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
background: #CC0000;
/*#E8E8E8*/;
width: 100%;
height: 21px;
padding: 5px;
border: 0px solid silver
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}