
.menu ul,
.menu li,
.menu span,
.menu a {
  margin: 0;
  padding: 0;
  position: relative;
  z-index:500;  
}

.menu {
  width: 690px;
  margin:0 auto;
  position: relative;
}

.menu a {
    text-align:center;
	color:#fff;
	font-size:14px;
    font-weight: bold;
}

.menu > ul > li {
  float: left;
  color:#fff;
  height:48px;
  line-height:48px;
  text-align:center;
}

.active_top_1{
	width:119px;	
}

.active_top_1:hover{
	background:url(../img/mnt_hv1.png) no-repeat center;	
}

#active_top_1{
	background:url(../img/mnt_hv1.png) no-repeat center;	
}

.active_top_2{
	width:119px;	
}

.active_top_2:hover{
	background:url(../img/mnt_hv2.png) no-repeat center;	
}

#active_top_2{
	background:url(../img/mnt_hv2.png) no-repeat center;	
}

.active_top_3{
	width:180px;	
}

.active_top_3:hover{
	background:url(../img/mnt_hv3.png) no-repeat center;	
}

#active_top_3{
	background:url(../img/mnt_hv3.png) no-repeat center;	
}

.active_top_4{
	width:175px;	
}

.active_top_4:hover{
	background:url(../img/mnt_hv4.png) no-repeat center;	
}

#active_top_4{
	background:url(../img/mnt_hv4.png) no-repeat center;	
}

.active_top_5{
	width:93px;	
}

.active_top_5:hover{
	background:url(../img/mnt_hv5.png) no-repeat center;	
}

#active_top_5{
	background:url(../img/mnt_hv5.png) no-repeat center;	
}

.menu li:hover > ul {
  display: block;
}

.menu li ul {
  display: none;
  position: absolute;
  min-width: 210px;
  top: 100%;
  left: 0;
  z-index:1000;
  background:#3885C3;
}

.menu li ul li{
   height:30px!important;
   line-height:28px;
   text-align: left!important;
   font-size:14px!important;
   border-bottom:1px solid #FFF!important;
}

.menu li ul li:hover{
    background:none;
}

.menu li ul li:hover > a{
    color:#025394!important;
}

.menu li ul li a {
    display: block;
    text-align: left!important;
    font-weight: 100!important;
	padding:0px 10px;
	font-size:12px!important;
	color:#fff!important;
}

.menu li li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index:1000;
}



