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

.tabsmenuclass ul{
overflow: hidden;
width: 750;
margin: 0;
padding: 2;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
width: 83;

}

.tabsmenuclass a{
display: block;
padding: 6px 8px;
background: #E8E8E8;
color: black;

margin-right: 1px;
text-decoration: none;
font: bold 11px Arial;
}

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



.tabsmenuclass2 ul{
overflow: hidden;
width: 770;
margin: 0;
padding: 2;
list-style-type: none;
}

.tabsmenuclass2 li{
float: left;
width: auto;

}

.tabsmenuclass2 a{
display: block;
padding: 6px 8px;
background: #E8E8E8;
color: black;

margin-right: 1px;
text-decoration: none;
font: bold 11px Arial;
}

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



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

.tabsmenucontentclass{
clear: left;
background: #E8E8E8;
width: 700;
height: 0px;
padding: 0px;
border: 0px solid silver;
}

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

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