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

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

.tabsmenuclass li{
float: left;
}

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

}

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

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

.tabsmenucontentclass{
font-family:Tahoma;
font-size:11px;
line-height: 16px;
clear: left;
background: #E8E8E8;
width:300px;
height:160px;
padding: 5px;
border: 1px solid silver;
}

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

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