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

.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;
    color: White;
    line-height: 26px;
    text-decoration: none;
    height: 26px;
    line-height: 2em;
	font-size:12px;
}

.animatedtabs a span
{
    float: left;
    position: relative;
    display: block;
    padding: 0px 5px;
    color: White;
    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;
    color: #d8a828;
    text-decoration: none;
}

.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;
    color: #d8a828;
    text-decoration: none;
}

.subTopMenuFont
{
    font: normal 11px Arial;
    color: #FFF;
    text-decoration: none;
	font-size:12px;
	
}

.subTopMenuFont:hover
{
    font: normal 11px Arial;
    color: #d8a828;
    text-decoration: none;
	font-size:12px;
}
.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*/
