/* ######### 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: #F9AD42;
background: #dceaf9;
color: #B12B28;
margin-right: 1px;
text-decoration: none;
font-weight: bold;
font-family: times, serif
}

.topLinks
{color: #B12B28; font-weight: bold; font-size: 30px; font-family: times, serif}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: black;
color: white;
}

.accent1
{color: #B12B28; font-weight: bold; font-size: 30px; font-family: times, serif}

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

.tabsmenucontentclass{
clear: left;
background: #F9AD42;
background: #dceaf9;
width: 90%;
height: 24px;
padding: 5px;
border: 0px solid silver;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}