.animatedtabs
{
    overflow: hidden;
    position: relative;
    height: 26px;
    font: normal 11px Arial;
    color: white; /*font of menu text*/
    clear: both;
    width: 100%;
  
}

.animatedtabs ul
{
    list-style-type: none;
   	margin: 0px 0px 0px 10px;
    padding: 0;
}

.animatedtabs li
{
    float: left;
    padding: 0;
    margin: 1px 2px 0px 2px;
}

.animatedtabs a span
{
    float: left;
    position: relative;
    display: block;
    padding: 0px 5px;
    font-family: Arial;
	color: #502A00;
	font-size: 11px;
    line-height: 26px;
    text-decoration: none;
    height: 26px;
    cursor: pointer;
	

}
.animatedtabs .selected a, .animatedtabs a:hover
{
    float: left;
    position: relative;
    background: url(../tab_menu/menubg.jpg)  right top;
	height:23px;
	
    padding: 0px;
    color: #6c6c6c;
    text-decoration: none;
}

.animatedtabs .selected a span, .animatedtabs a:hover span
{
    float: left;
    position: relative;
    display: block;
    padding: 0px 5px;
   	font-family: Arial;
	color: #FF0000;
	font-size: 11px;
    text-decoration: none;
	
}


.subTopMenuFont
{
  	font-family: Arial;
	font-size: 11px;
	color: #1BB55F;
    text-decoration: none;
	
}

.subTopMenuFont:hover
{
    font: normal 11px Arial;
    color: #FF0000;
    text-decoration: none;
}

.subMenuContainer
{
    display: none;
}
#subTopMenu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	
}
#subTopMenu ul li
{
    padding: 0px;
    margin: 0;
    float:left;
    list-style: none;
}
#subTopMenu ul li a
{
    padding-left: 2px;
    padding-right: 5px;
    line-height: 2em;
}

