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

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

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
width: 80;
padding: 5px 7px;
background: #fc0;
color: black;
margin-right: 1px;
text-decoration: none;
font: bold 13px Arial;
}

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

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

.tabsmenucontentclass{
clear: center;
background: #ffc;
width: 90%;
height: 120px;
padding: 5px;
border: 1px solid silver;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

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

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