#menu
{
    width: 100%;
    height: 61px;
    background: url(/images/fm_menu_bg.jpg) repeat-x;
}
#menu ul
{
    width: 1100px;
    list-style: none;
}
#menu li
{
    list-style: none;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 61px;
    line-height: 61px;
    margin: 0 5px;
}
#menu li a.menu
{
    cursor:pointer;
    display: block;
    float: left;
    height: 61px;
    color: #99a2b7;
    text-decoration: none;
    padding: 0 15px;
}
#menu li a.menu:hover
{
    background: url(/images/fm_hover_bg.jpg) repeat-x;
    color: #fff;
}
#menu li a.menu:hover span, #menu li .current span
{
    color: #FFF;
    background: url(/images/fm_hover_pointer.jpg) no-repeat top;
    height: 61px;
    display: block;
    float: left;
}
#menu li a.current
{
    display: block;
    float: left;
    height: 61px;
    background: url(/images/fm_hover_bg.jpg) repeat-x;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
}

