/* ######### CSS for top level tabs ######### */
.tabsmenuclass{
	background:url(images/arr.gif) repeat-x 0 bottom #FFF1FB;
}

.tabsmenuclass ul{
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
list-style-type: none;

}

.tabsmenuclass li{
float: left;
background:url(images/arr.gif) no-repeat 0 bottom #FFF1FB;
list-style:none;
}

.tabsmenuclass a{
/*display: block;*/
padding: 5px 5px 10px 5px;
color: #563A01;
margin-right: 1px;
text-decoration: none;
font: bold 11px Arial;
float:left;
background:url(images/arr.gif) no-repeat 0 bottom #FFF1FB;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
color: white;
background:url(images/arr.gif) no-repeat center bottom #573800;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
/*background: #573800;*/
background: #fff;
/*width: 67%;
height: 24px;
padding: 5px;*/
border: 0px solid silver;
font-size:10px;
/*position:absolute; left:0;*/
}

.tabsmenucontentclass ul{
margin:0;
list-style-type: none;
background: #573800;
width:751px; float:left;
padding:5px;
_width:760px;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
padding-top: 5px;
padding-left: 3px;
}