/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;

}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 5px 7px;
background: #c49351;
color: black;
margin-right: 0px;
text-decoration: none;
font: bold 12px Arial;
border: 1px solid black;

}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: #0a1847;
color: white;

}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontent{
clear: left;
background: #c49351;
width: 98%;
height: 40px;
padding: 5px;
font: bold 12px Arial;


}

.tabsmenucontent ul{
margin: 0;
padding: 0;
list-style-type: none;
height: 40px;
}

.tabsmenucontent li{
float: left;
margin-right: 1em;
}
