
div#menu {
    height: 60px; line-height:38px;
	 background:#2e6cb9;
    width:1200px;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left; height:60px; line-height:60px; 
}

div#menu li { 
     
    display: block;
    float: left;
    z-index: 9; font-weight:800; 
}


.menu a {
    position: relative;
    z-index: 10;
    float: left;
    line-height: 12px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
}
div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;

    text-align: center; float:left;
}

/* menu::level1 */
.menu a {
    padding: 0 42px 0 0;
    line-height: 60px;
    height:60px;
    margin-right: -2px;
    _margin-right: 1px;
	font-size:20px;

}
div#menu span {
    margin-top: 2px;
    padding-left: 42px;
    color: #fff;
    font:΢���ź�;
	 font-size:20px; line-height:60px; height:60px;

}


div#menu ul li a:hover {
     background:#d7e8fa; height:60px;
}  
@media(max-width: 767px) {
	div#menu {
    height: 60px; line-height:60px;
	 background:url(../images/dh2.jpg) repeat-x;
    width:100%;
}
	
	div#menu li { 
    width:25%;
    display: block;
    float: left;
    z-index: 9; font-weight:800; 
}

div#menu a {
    padding: 0 0 0 0;
	text-align:center;
    line-height: 60px;
    height:60px;
    margin-right: -2px;
    _margin-right: 1px;

}
	}
	
	.nb-invite-wrap{
		display:none !important;
	}