/* ######### CSS for top level tabs ######### */

#mytabsmenu	{
	width:100%; 
	background: #E92634;
}
.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
list-style-image:none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 5px 23px;
background: #E92634;
color: white;
text-decoration: none;
font: bold 15px Arial;
border-left:solid white 1px;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: white;
color: #E92634;
text-decoration:none;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
/*background: #E8E8E8;*/
width: 98%;
height: 24px;
padding: 5px;
border: 0px solid silver;
}
.tabsmenucontentclass a{
font-size:15px;
font-weight:bold;
padding:2px 8px;
}


.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
list-style-image:none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}