#navigate {
    display: block;
    height: 79px;
    margin: 0px;
    width: 675px;
    float:right;
}
#navigate ul{
    padding:0;
    margin:0;
    list-style:none;
}
#navigate ul li{
    float:left;
    display:block;
    height: 79px;
}
#navigate ul li a{
    display:block;
    overflow:hidden;
    height:79px;
    text-indent:-200px;
    text-decoration:none;
    outline:none
}
#home a {
    background: url("../images/navigate_cn.png") no-repeat scroll 0  -79px   transparent;
    width: 200px;
}
#home a:hover,#home a.currentPage {
    background: url("../images/navigate_cn.png") no-repeat scroll 0 0  transparent;
    width: 200px;
}
#facilites a {
    background: url("../images/navigate_cn.png") no-repeat scroll -200px  -79px  transparent;
    width: 150px;
}
#facilites a:hover,#facilites a.currentPage {
    background: url("../images/navigate_cn.png") no-repeat scroll -200px 0  transparent;
    width: 150px;
}
#vistor a {
    background: url("../images/navigate_cn.png") no-repeat scroll -350px  -79px  transparent;
    width: 160px;
}
#vistor a:hover,#vistor a.currentPage {
    background: url("../images/navigate_cn.png") no-repeat scroll -350px 0  transparent;
    width: 160px;
}
#media a {
    background: url("../images/navigate_cn.png") no-repeat scroll -510px  -79px   transparent;
    width: 165px;
}
#media a:hover,#media a.currentPage {
    background: url("../images/navigate_cn.png") no-repeat scroll -510px 0   transparent;
    width: 165px;
}