.navbox{
	height:45px;
	position:relative;
	z-index:9;
}
.nav{
	height:45px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.nav li{
	float:left;
	height:45px;
	position:relative;
	list-style:none;;
}
.nav li.last{background:none;}
.nav li a{
	text-decoration:none;
	color: #FFFFFF;

	background-repeat: no-repeat;
	background-position: right center
}
.nav li a span{
	display:block;
	line-height:45px;
	font-size:16px;
	cursor:pointer;
	width:150px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 2px;
}
.mj_hover_menu{
	text-decoration:none;
	width:150px;
	height:45px;
	background-image: url(../images/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mj_hover_menu a span{
    color: #FFFFFF;	
}
.nav li.selected .submenu{display:block;}
.nav li .submenu{
	display:none;
	position:absolute;
	left:0px;
	background-color: #e4e7e8;
	width: 150px;

}
.nav li .submenu a {
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	font-size: 14px;
	line-height: 35px;
	color: #0060b0;
}
.nav li .submenu a:hover {
	color: #ffffff;
	font-weight: bold;
	background-color: #055597;
}
@media (max-width:1200px) {
.nav .submenu{display:none !important;}
.navbox{
	height:auto;
	overflow: hidden;
}
.nav{
	height:auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.nav li{
	float:left;
	height:auto;
	width: 25%;
	border-bottom:solid 1px #fff;
}
.nav li a span {
    line-height: 35px;
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    letter-spacing: 2px;
}
}
@media (max-width:480px) {
.nav li a span {
    line-height: 35px;
    font-size: 14px;
    width: 100%;
    font-weight: normal;
    letter-spacing: 0px;
}
}
