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

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

.tabmenuclass {
	width: 100%;
	}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
	display: block;
	padding: 5px 7px;
	background: #E8E8E8;
	color: black;
	margin-right: 1px;
	text-decoration: none;
	font-family: Arial;
	font-size: 15px;
	font-weight: 300;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
	color: white;
	background-color: #666666;
}

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

.tabsmenucontentclass{
	width: 100%;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: silver;
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-color: silver;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-color: #CCCCCC;
}

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

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

