.head_navigation .item {
	padding-top: 9px;
	padding-bottom: 9px;
	/*padding-left: 11px;*/
	/*padding-right: 13px;*/
	position: relative;
}
.head_navigation .item > a,
.head_navigation .item .item-dropdwon > span {
	color:#2dbfc8;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 4px;
	cursor: pointer;
	position: relative;
}
.head_navigation .item .item-dropdwon {
	display: none;
}
/*.head_navigation .item > a:before ,
.head_navigation .item .item-dropdwon > span:before {
	content: "\003e";
	color:#2dbfc8;
	position: absolute;
	left: -10px;
	top: 0px;
	z-index: 1;
}*/
.head_navigation .item:hover .item-dropdwon
{
	display: block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
	position: absolute;
	z-index: 10;
	top: 0;
	left: -8px;
	padding: 4px 7px 6px 7px;
}
.head_navigation .item:hover .item-dropdwon > span {
	/*margin-left: -2px;*/
}
.head_navigation .item > a:hover,
.head_navigation .item > a:hover:before ,
.head_navigation .item.current .item-dropdwon > span ,
.head_navigation .item  .item-dropdwon > span:hover ,
.head_navigation .item.current .item-dropdwon > span:before ,
.head_navigation .item:hover .item-dropdwon > span:before {
	color:#ed1c24;
}
.head_navigation .item .item-dropdwon > div {
	white-space: nowrap;
}
.head_navigation .item.current .item-dropdwon > div {
	display: block;
}