nav{ display: block; }
 ul { list-style: none; }


#w {
	display: block;
	width: auto;
	font-size: 18px;
	color: #666;
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
} 


#ddmenu {
	display: block;
	width: 100%;
	height: 60px;
	padding: 0;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(20, 20, 20, 0.2);
	cursor: pointer;
	outline: none;
	font-weight: bold;
	color: #666;
	font-size: 18px;
	margin: 0;
	background-color: #F2F2F2;
}

#ddmenu li .hig{
	display: block;
	position: relative;
	float: left;
	font-size: 18px;
	text-shadow: 1px 1px 0 #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDAE11;
	color: #666;
	height: 40px;
}

#ddmenu li {
	display: block;
	position: relative;
	float: left;
	font-size: 18px;
	text-shadow: 1px 1px 0 #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EDAE11;
	color: #666;
	height: 60px;
}

#ddmenu li a {
  display: block;
  float: left;
  padding: 0 12px;
  line-height: 58px;
  font-weight: bold;
  text-decoration: none;
  color: #6c87c0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#ddmenu li:hover > a {
	color: #666;
	font-size: 18px;
	background-color: #F2F2F2;
}

#ddmenu ul {
	position: absolute;
	top: 68px;
	width: auto;
	background: #fff;
	display: none;
	margin: 0;
	list-style: none;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/* Стрелочки */
#ddmenu ul:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 8px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #fff transparent; 
}

#ddmenu ul:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 8px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;  
}

#ddmenu ul li {
	display: block;
	width: 100%;
	text-shadow: 1px 1px 0 #fff;
}

#ddmenu ul li a {
	display: block;
	width: 83%;
	padding: 13px;
	line-height: 13px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#ddmenu ul li a:hover {
  background: #e9edf3;
}
