/* ######### CSS for top level tabs ######### */
.tabsmenuclass{
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	background:#5a2c0e;
}
.tabsmenuclass ul{
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
list-style-type: none;

}

.tabsmenuclass li{
float: left;

}

.tabsmenuclass a{
display: block;
padding-left:19px;
padding-right:19px;
background: #5a2c0e;
color: #fff;
text-decoration: none;
font:10px Arial;
border-left:1px solid #fff;
height:38px;
line-height:38px;
text-transform:uppercase;

}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: #fcaf17;
color: white;
border:0px ;
height:38px;
line-height:38px;
text-transform:uppercase;
border-left:1px solid #fcaf17;
text-decoration:underline;


}

a.last:link, a.last:active,  a.last:visited{
	display: block;
background: #5a2c0e;
color: #fff;
text-decoration: none;
font:10px Arial;
border-left:1px solid #fff;
height:38px;
line-height:38px;
text-transform:uppercase;
text-decoration:none;

}

a.last:hover{
	background: #fcaf17;
color: white;
border:0px ;
height:38px;
line-height:38px;
text-transform:uppercase;
border-left:1px solid #fcaf17;
text-decoration:underline;

}
/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
background: #fcaf17;
height: 20px;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
line-height:20px;
}

.tabsmenucontentclass li{
float: left;
text-transform:uppercase;
padding-left:10px;
padding-right:10px;
}

.tabsmenucontentclass a{
	color:#fff;
	font-size:10px;
}