﻿

/*主菜单*/
#bMenu
{
    width: 600px;
    background: url(/img/bg_di.gif) left repeat-x;
}

#bMenu ul
{
    list-style-type: none;
    height: 30px;
    float: left;
    margin: 0px;
    margin-top: 0px;
    font-family: Arial;
    font-size: 14px;
    line-height: 19pt;
    margin-left: 0px;
}
#bMenu ul li
{
    float: left;
    height: 30px;
    margin-left: 2px;
}
#bMenu ul a
{
    display: block;
    float: left;
    height: 30px;
    background: transparent url(/images/bg_left.gif) left top no-repeat;
    text-decoration: none;
    color: #FF5D00;
}
#bMenu ul a span
{
    display: block;
    float: left;
    height: 30px;
    padding: 3px 10px 0px 11px;
    background: transparent url(/images/bg_right.gif) right top no-repeat;
    text-align: center;
    color: #FF5D00;
    font-style: normal;
    cursor: hand;
    font-weight: bold;
}

#bMenu ul a
{
    background: #ffffff url(/images/out_left.gif) left top no-repeat;
    color: #FF5D00;
    height: 30px;
}
#bMenu ul a span
{
    background: transparent url(/images/out_right.gif) right top no-repeat;
    color: #FF5D00;
    height: 30px;
}

#bMenu ul li a:hover
{
    background: #FF5D00 url(/images/on_left.gif) left top no-repeat;
}
#bMenu ul li a:hover span
{
    background: transparent url(/images/on_right.gif) right top no-repeat;
    color: #ff0000;
}

#bMenu ul a span
{
    cursor: pointer;
    height: 27px;
}


#bMenu ul .menu_on a
{
    background: #FF5D00 url(/images/on_left.gif) left top no-repeat;
    font-weight: bold;
}
#bMenu ul .menu_on a span
{
    background: transparent url(/images/on_right.gif) right top no-repeat;
    color: #FF5D00;
    font-weight: bold;
}

/*主菜单end*/


#Head_Menu
{
    background: url(/img/menu_pic_1.gif) repeat-x scroll 0 0 transparent;
    float: left;
    width: 757px;
    height: 31px;   
}

#Head_Menu ul
{
    list-style: none;
}

#Head_Menu li
{
    float: left;
    font-size: 14px;
    padding-top: 6px;
}

#Head_Menu a
{
    float: left;
    height: 28px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

#Head_Menu a:hover
{
    color: #864910;
}


#Head_Menu .home
{
    background: url(/img/menu_pic_2.gif) repeat-x center;
    float: left;
    width: 90px;
}

#Head_Menu .home a
{
    color: #864910;
    width: 90px;
}

.width90
{
    width: 90px;
}


.width90 a:visited
{
    background: url(/img/menu_pic_2.gif) repeat-x center;
    color: #864910;
}

.width90 a:hover
{
    background: url(/img/menu_pic_2.gif) repeat-x center;
    color: #864910;
    width: 90px;
}

.width90 a:active
{
    background: url(/img/menu_pic_2.gif) repeat-x center;
    color: #864910;
}


.span_sytle
{
    padding: 0 20px;
}

