/* ######### 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: #FFFFCC;
color: black;
margin-right: 1px;
text-decoration: none;
font: bold 13px Arial;
}

.tabsmenuclass a:hover {color: #800000; text-decoration: underline }, .tabsmenuclass a.selected{
background: black;
color: white;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass 

A:link {color: #000000; text-decoration: none}
A:visited {color: #333333; text-decoration: none}
A:active {color: #800000; text-decoration: none}
A:hover {color: #800000; text-decoration: underline }


{
clear: left;
background: #ffffcc;
width: 920px;
height: 20px;
padding: 5px;
border: 1px white;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}