
nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.nav {
	width: 690px;
	margin: 0 auto;
	color: #f0f0f0;
	background-color: #444444;
	height:34px
}
.nav a {
	display: block;
	padding: 0 15px;
	color: #CCC;
	line-height: inherit;
	cursor: pointer;
}
.nav a:hover {
	display: block;
	padding: 0 15px;
	color: #FFFFFF;
	line-height: inherit;
	cursor: pointer;
	text-decoration: none;
}
.nav__menu {
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
.nav__menu-item {
  display: inline-block;
  position: relative;
}
.nav__menu-item:hover {
	background-color: #666666;
}
.nav__menu-item:hover .nav__submenu {
  display: block;
}
.nav__submenu {
	font-weight: 200;
	text-transform: none;
	display: none;
	position: absolute;
	width: 110px;
	background-color: #666666;
}
.nav__submenu-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.IE_MENU{
	background-color: #444444;
}
.IE_MENU2 {
	background-color: #666666;
}
#navIE6 { 
line-height: 34px; list-style-type: none; 
} 
#navIE6 a { 
display: block; width: 110px; text-align:center; height:34px;color:#CCC;text-decoration:none; 
} 
#navIE6 a:visited { 
color:#ccc;text-decoration:none; 
} 
#navIE6 a:hover { 
color:#FFF;text-decoration:none; background:#666666; 
} 

.GUNDONGimg {
height:30px;cursor:hand; text-align:center;padding:10px 5px;
}