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

.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: #FFFFFF;
	margin-right: 1px;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
	background: url(../images/bg_nav_selected.gif);
	color: #A30E12;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

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

.tabsmenucontentclass{
	clear: left;
	width: 677px;
	height: 20px;
	padding: 5px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #a30e12;
}

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

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

