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

.mainmenu ul{
	overflow: hidden;
	width: 100%;
	margin: 0;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5B3D25;
	border-right-color: #5B3D25;
	border-left-color: #5B3D25;
	padding: 0;
}

.mainmenu li{
	float: left;
	width: 185px;
}

.mainmenu a{
	display: block;
	background: #0B6AA6;
	color: black;
	text-decoration: none;
	font: 18px Verdana;
	color: #A0C07B;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

.mainmenu a:hover, 
.mainmenu a.selected{
background: #A0C07B;
color: #0B6AA6;
}

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

.tabsmenucontentclass{
	clear: left;
	background: #A0C07B;
	width: 99%;
	height: 24px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5B3D25;
	border-bottom-color: #5B3D25;
	border-left-color: #5B3D25;
	color: #5B3D25;
}

.tabsmenucontentclass a{
	color: #5B3D25;
	text-decoration: none;
}

.tabsmenucontentclass a:hover,
.tabsmenuclass a.selected{
	color: #5B3D25;
	text-decoration: underline;
}

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

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