@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}
ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu {
    display: block;
    height: 43px;
    width: 700px; 
	float:right; 
	padding-top:30px;
}
#Inside_menu {
    height: 43px;
    margin: 0 auto;
}
#Inside_menu ul {
    height: 43px;
    width: auto;
}
#Inside_menu ul li ul.level {
    height: auto;
    width: 100px;
}
#Inside_menu ul li ul.level li {
    height: 30px;
    line-height: 30px;
}
#Inside_menu ul li.mainlevel {
    float: left;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100px;
}
#Inside_menu ul li.en {
}
#Inside_menu .mainlevel a {
    color: #000;
    display: block;
    text-decoration: none;
}
#Inside_menu ul li a:hover {
}
#Inside_menu .mainlevel ul {
    background: none repeat scroll 0 0 #0163AE;
    display: none;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 100px;
}
#Inside_menu .mainlevel ul.level {
    background: none repeat scroll 0 0 #0066CC;
    display: none;
    opacity: 0.7;
    position: absolute;
    width: 100px;
    z-index: 9999;
}
#Inside_menu .mainlevel li {
    background: url("../images/nav.jpg") no-repeat scroll center center transparent;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    z-index: 1;
}
#Inside_menu .mainlevel ul.level li {
    background-position: 150% 150%;
    border-bottom: 1px solid #8FC5FE;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px;
    z-index: 1;
}
#Inside_menu .mainlevel li a {
    color: #FFFFFF;
    display: block;
    height: 30px;
    line-height: 30px;
    z-index: 1;
}
#Inside_menu .mainlevel li a:hover {
    background: none repeat scroll 0 0 #66CCFF;
    color: #FFFFFF;
    z-index: 1;
}