/*MENU*/
.menu-top{
	width:100%;
	margin:0px auto;
	
}
.animatedtabs
{
    overflow: hidden;
    position: relative;
    height: 26px;
    font: normal 11px Tahoma;
    color: white; /*font of menu text*/
    clear: both;
    width: 100%;
    background: url(../images/root/menutop/bg_menu.jpg) repeat-x 0% 1px;
	/*background:#9dc600;*/
}

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

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

.animatedtabs a
{
    float: left;
    position: relative;
    display: block;
    background: url(../images/root/menutop/bg_menu.jpg) repeat-x;
	/*background:#9dc600;*/
    color:#FFF;
    line-height: 26px;
    text-decoration: none;
    height: 26px;
    line-height: 2em;
	font-weight:bold;
	font-size:11px;
}

.animatedtabs a span
{
    float: left;
    position: relative;
    display: block;
    padding: 0px 5px;
    color:#FFF;
    line-height: 26px;
    text-decoration: none;
    height: 26px;
    cursor: pointer;
}

.animatedtabs .selected a, .animatedtabs a:hover
{
    float: left;
    position: relative;
    /*background: url(../images/root/menutop/tab_right.jpg) no-repeat right top;*/
    padding: 0px; 
    text-decoration: underline;
}

.animatedtabs .selected a span, .animatedtabs a:hover span
{
    float: left;
    position: relative;
    display: block;
    /*background: url(../images/root/menutop/tab_left.gif) no-repeat left top;*/
    padding: 0px 5px;
    text-decoration: underline;
}

.subTopMenuFont
{
    font: normal 11px Tahoma;
    color: #ec6104;
    text-decoration: none;
	font-size:11px;
}

.subTopMenuFont:hover
{
    font: normal 11px Tahoma;
    color: #7F0000;
    text-decoration: none;
	font-size:11px;
}
.subMenuContainer
{
    display: none;
}
#subTopMenu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
#subTopMenu ul li
{
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}
#subTopMenu ul li a
{
    padding-left: 5px;
    padding-right: 5px;
    line-height: 2em;
}
/*END MENU*/