/* ######### CSS for top level tabs ######### */

#logopos
	{
	position: absolute;
top: 10px;
left: 10px;
behavior: url("/user/js/iepngfix.htc");

	}
#adpos
	{
	position: absolute;
top: 0px;
left: 400px;
behavior: url("/user/js/iepngfix.htc");

	}



#tabtopmenu
	{
	position: absolute;
top: 87px;
left: 300px;
	}

.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;

color: black;
margin-right: 0px;
text-decoration: none;
font: bold 11px Arial;



padding-left : 10px;

}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: #E80000;
color: white;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;


color: white;
width: 90%;
height: 25px;
padding-top: 5px;
padding-left:10px;
position: absolute;
top: 108px;
left:0px


}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}