/* ######### CSS for top level tabs ######### */
a:link {
color: white;
text-decoration: none;
font: bold 13px Arial;
}
a:visited {
color: white;
text-decoration: none;
font: bold 13px Arial;
}
a:hover {
color: lightgrey;
background-color: ;
text-decoration: underline;
font: bold 13px Arial;
}
a:active {
color: ;
text-decoration: none;
font: bold 13px Arial;
}

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

.tabsmenuclass li{
float: right;
}

.tabsmenuclass a{
display: block;
padding: 4px 7px;
background: ;
color: white;
margin-right: 1px;
text-decoration: none;
font: bold 13px Arial;
}

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

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

.tabsmenucontentclass{
clear: right;
background: ;
width: 100%;
height: 24px;
padding: 5px;
border: ;
}

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

.tabsmenucontentclass li{
float: right;
margin-right: 1em;
}

.normal_text {
	font: bold 13px Arial;
	color: white;
}