@charset "UTF-8";
/* Ratios */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* Index page menu - v4 */

ul.menu-index{
    margin-top: 60px;
    padding:0px;
    float:right;
    background:#fff;
}

ul.menu-index li{
    float:left;
    text-align:center;
    margin-left:5px;
    height:80px;
    line-height:59px;
    width:112px;
    background:url(../images/button.gif) no-repeat;
    font-size:13px;
}

ul.menu-index li.active{
    height:80px;
    width:112px;
    background:url(../images/active.gif) no-repeat;
}
ul.menu-index li:hover{
    height:80px;
    width:112px;
    background: url(../images/hover.gif) no-repeat;
   
}

ul.menu-index li a{
        color:#fff;
}

ul.menu-index li.active a{
    
}

ul.menu-index li a:hover{
    background:none;
}
