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


.tabsmenuclass {
	clear: both;
	margin: 0;
	width: 1000px;
	height: 53px;
	background-color: #EECC2D;
	background-image: url(../images/nav2.jpg);
	background-repeat: no-repeat;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.tabsmenuclass ul{
	clear: both;
	overflow: hidden;
	width: 1000px;
	margin: 0;
	list-style-type: none;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
	display: block;
	color: #333;
	margin-right: 1px;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{

color: white;
}

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

.tabsmenucontentclass{
	clear: both;
	width: 1000px;
	height: 30px;
	background-image: url(../images/wrapper.gif);
	font-size: 14px;
	padding-top: 12;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	color: #333;
}

.tabsmenucontentclass ul{
clear: both;
overflow: hidden;
width: 1000px;
margin: 0;
padding: 0 0 0 45px;
list-style-type: none;
}

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