.tabsmenuclass {
	height: 27px;
	width: 81px;
}
/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
	overflow: hidden;
	width: 81px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 27px;
}


.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
	display: block;
	color: black;
	margin-right: 1px;
	text-decoration: none;
	font: bold 13px Arial;
	background-image: url(images/main_menu_01.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	height: 27px;
	width: 81px;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
	color: white;
	height: 27px;
	width: 81px;
	background-image: url(images/main_menu_over_01.gif);
	background-repeat: no-repeat;
}

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

.tabsmenucontentclass{
	clear: left;
	width: 90%;
	height: 24px;
	padding-right: 5px;
	padding-left: 8px;
}

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

.tabsmenucontentclass li{
	float: left;
	margin-right: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.tabsmenucontentclass li a:link,
.tabsmenucontentclass li a:visited,
.tabsmenucontentclass li a:active {
	float: left;
	margin-right: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.tabsmenucontentclass li a:hover {
	float: left;
	margin-right: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D92032;
	font-weight: bold;
	text-decoration: none;
}

