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

.tabsmenuclass {
display: block;
padding: 0px 15px;
background: #9A0201;
color: white;
margin-top:0px;
margin-right: 10px;
text-decoration: none;
font: bold 13px Arial;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: black;
color: white;
text-decoration: none;
}

.menu{
	color: white;
	font: bold 13px Arial;
	text-decoration:none;
}
.menuOn{
	background: black;
	color: white;
	text-decoration: none;
}
.menu:hover{
	background: black;
	color: white;
	text-decoration: none;
}
/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
display: block;
clear: left;
background: #E37D01;
width: 99%;
height: 18px;
padding: 0px;

}

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

.tabsmenucontentclass li{
float: left;
margin-right: 0em;
margin-left: 10px;
}
.sublist {
color:white;
font: normal 12px Arial;
text-decoration:none;
}
.sublist:hover {
color:black;
font: normal 12px Arial;
text-decoration:underline;
}
