.animatedtabs
{
    position: relative;
    height: 22px;
    font: normal 11px Arial;
    color: white; /*font of menu text*/
    clear: both;
    width: 100%;
    background:url(../images/navBg.png) repeat-x left top;
    /*background: url(../images/bg_menu_TetKySuu.gif) repeat-x 0% 1px;*/
}

.animatedtabs ul
{
	position:absolute;
    list-style-type: none;
    margin: 0px 0px 0px 10px;
    padding: 0;
	height:22px;
}

.animatedtabs li
{
    float: left;
    padding: 0;
	height:22px;
	padding:0 3px;
}

.animatedtabs a:visited,
.animatedtabs a:link
{
    float: left;
	color:#FFFFFF;
    position: relative;
    display: block;
    height: 22px;
}

.animatedtabs a span
{
    float: left;
    position: relative;
    display: block;
    padding: 0px 4px;
    height: 9px;
	padding-top:3px;
    cursor: pointer;
}

.animatedtabs .selected{
	background:url(../images/navActive.gif) no-repeat left top;
	position:relative;
	top:-3px;
	height:27px;
	padding-right:0}
	
.animatedtabs .selected a:visited,
.animatedtabs .selected a:link,
.animatedtabs a:hover
{
    float: left;
    position: relative;
    padding: 0px;
    color: #000;
}

.animatedtabs .selected a span, 
.animatedtabs a:hover span
{
    float: left;
    position: relative;
    display: block;
    background:url(../images/navActive.gif) no-repeat right top;
    padding: 0px 5px;
	padding-top:5px;
	padding-right:10px;
    color: #000;
	font-weight:normal;
}

.subTopMenuFont
{
    font: normal 11px Arial;
    color: #0228b9;
    /*font: normal 11px Arial;
    color: #212121;*/
    text-decoration: none;
}

.subTopMenuFont:hover
{
    font: normal 11px Arial;
    color: #7F0000;
    text-decoration: none;
}
.subMenuContainer
{
    display: none;
}
#subTopMenu ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

#subTopMenu ul li
{
    padding: 0 5px;
    margin: 0;
    float: left;
    list-style: none;
	background:url(../images/navSub.png) no-repeat left 50%
}
#subTopMenu ul li a:link,
#subTopMenu ul li a:visited
{
    padding: 0;
	color:#000000;
}

#subTopMenu ul li a:hover,
#subTopMenu ul li a:active{
	color:#c00}

