/* ######### 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;
	color: #A07A63;
	margin-right: 3px;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #A07A63;
	border-right-color: #A07A63;
	border-bottom-color: #A07A63;
	border-left-color: #A07A63;
	background-color: #F0F0F0;



}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
	color: #669900;
	background-image: url(images/home/mouseovertab-bg.gif);
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
	clear: left;
	background: #F0F0F0;
	width: 100%;
	height: 24px;
	padding: 5px;
	border: 1px solid silver;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}
