/* ######### CSS for top level tabs ######### */

.tabsmenuclass ul{
	overflow: hidden;
	width: 873px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #003333;
	white-space: normal;
	clip: rect(auto,20px,auto,20px);
}

.tabsmenuclass li{
	float: left;
	margin: 0px;
	padding: 0px;
	clear: none;
	white-space: normal;
}

.tabsmenuclass a{
	display: block;
	padding: 5px 7px;
	background:none;






border: 1px solid #DBF075
color: black;
	margin-right: 1px;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #002B2B;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #BCBCBC;
	border-left-color: #333333;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
	color: #666666;
	background-color: #CECECD;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
	clear: none;
	width: 863px;
	height: 13px;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border-top-color: #C3C3C3;
	background-color: #CECECD;
}

.tabsmenucontentclass ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #E2F393;
}

.tabsmenucontentclass li{
	float: left;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 0em;
}
