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

.tabsmenuclass ul{
overflow: hidden;
margin: -2px 0 0 115px;
padding: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 5px 5px;
background: #750411;
color: white;
margin-right: 1px;
text-decoration: none;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: #94a94c;
color: white;
font-size: 16px;
padding-top: 3px;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
background: #94a94c;
width: 90%;
height: 20px;
padding: 5px;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0 10px;
list-style-type: none;
text-align:right;
}

.tabsmenucontentclass li{
float: right;
margin-right: 1em;
padding: 0 10px 0 0;
border-right: 2px solid #fff;
}

.tabsmenucontentclass a {
color: white;
font-weight: bold;
text-decoration: none;
}
