.menu {
	width: 1200px;
	padding: 0px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#menu-items {
	width: 100%;
	height: 48px;
	background-color: #1f4e83;
	padding: 0px;
	margin-bottom: 20px;
}

.menu-item {
	display: inline-block;
	width: 133px;height: 48px;
	text-align: center;
vertical-align: middle;}

.menu-item a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	padding: 0px 30px;
}
.menu-item:hover{
    background-color: #eeeeee;
} 
.menu-item:hover>a{
    /*color: #1d5c96;*/
    color: #31708f;
 font-weight:bold;} 
.menu-item ul{
	position: absolute;
    z-index: 100;
    background-color: #ffffff;
    list-style: none;
    width: 150px;
    line-height: 48px;
    text-align: left; 
    font-size:14px;
    font-family:'??';
	border:1px solid #7f9bb9;
	-webkit-box-shadow:0 2 4px #253648;
	box-shadow:0 2 4px #253648;
	border-top: none;
}

.menu-item ul li a:hover{
	color: #31689b;	
    font-weight: bold;
	background-color: #f0f0f0;
}
.menu-item ul li a{
	color:#666666;
	font-size:14px;
	line-height: 35px;
	height:35px;
	background-color: #ffffff;
    border-bottom: 1px solid #d7d7d7;
	text-align: center;
	padding: 0px 0px;
	margin: 0px auto;
}

.actives >a {
	color: #FFFFFF;
	font-weight:bold;
}


