
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.animatedtabs
{
    overflow: hidden;
    position: relative;
    height: 26px;
    font: normal 11px Arial;
    color: white; /*font of menu text*/
    clear: both;
    width: 100%;
    background: url(../tabs/NenMNN_1_2_son.jpg) repeat-x 0% 1px;
    /*background: url(../images/bg_menu_TetKySuu.gif) repeat-x 0% 1px;*/
}

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

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

.animatedtabs a
{
    float: left;
    position: relative;
    display: block;
    background: url(../tabs/NenMNN_1_2_son.jpg) repeat-x;
    /*background: url(../images/bg_menu_TetKySuu.gif) repeat-x;*/
    color: White;
    line-height: 26px;
    text-decoration: none;
    height: 26px;
    line-height: 2em;
}

.animatedtabs a span
{
    float: left;
    position: relative;
    display: block;
    padding: 0px 3px;
    color: White;
    line-height: 26px;
    text-decoration: none;
    height: 26px;
    cursor: pointer;
}
.animatedtabs .selected a, .animatedtabs a:hover
{
    float: left;
    position: relative;
    background: url(../tabs/tab_right.jpg) no-repeat right top;
    padding: 0px;
    color: #6c6c6c;
    text-decoration: none;
}

.animatedtabs .selected a span, .animatedtabs a:hover span
{
    float: left;
    position: relative;
    display: block;
    background: url(../tabs/tab_left.gif) no-repeat left top;
    padding: 0px 5px;
    color: #6c6c6c;
    text-decoration: none;
}


.subTopMenuFont
{
    font: normal 11px Arial;
    color: #000000;
    /*font: normal 11px Arial;
    color: #212121;*/
    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: 0;
    margin: 0;
    float: left;
    list-style: none;
}
#subTopMenu ul li a
{
    padding-left: 5px;
    padding-right: 5px;
    line-height: 2em;
}


