/* Start of CMSMS style sheet 'subnavi_index' */
#wrapper #subnavi ul {
        display: inline;
        list-style-type: upper-roman;
        line-height: 14px;
        margin-top: 0px;      
}
#wrapper #subnavi ul li{
        display: block;
        border:none;

}
#wrapper #subnavi ul li a.menuactive.menuparent span{
        display: none;
}
#wrapper #subnavi ul li.menuactive.menuparent{
        display: inline;
}
#wrapper #subnavi ul li.parent{
        display: inline;
}
#wrapper #subnavi ul li a{
        text-decoration: none;
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        font-style: normal;
        line-height: 18px;
}
#wrapper #subnavi ul li a:hover{
        color: #FFF;
        background-color: #000;
        padding: 2px;
}


#wrapper #subnavi ul li.currentpage h3{
        text-decoration: none;
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        font-style: normal;
        display: inline;
        background-color: #000;
        padding: 2px;
       
}

/* End of 'subnavi_index' */

