﻿ul, ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu {
	width: auto;
	height: auto;
}
.menu > li > a {
	background-color: #000;
	width: 200px;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	font-weight: 600;
	color: #fff;
}
.menu ul li a {
	background: #F0F0F0;
	border-bottom: 1px solid #efeff0;
	width: 200px;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	font-size: 0.923em;
	font-weight: 400;
	color: #6B727A;
}
.menu ul li:last-child a {
	border-bottom: 1px solid #33373d;
}
.menu > li > a:hover, .menu > li > a.active {
	background-position: center top;
	background-color: #333333;
	background-image: url('../theme/vnav-over.jpg');
	background-repeat: repeat-x;
}
.menu > li > a.active {
	border-bottom: 1px solid #fff;
}
.menu > li > a:before {
	content: '';
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
}
.item1 > a:before {
	background-position: 0 0;
}
.item2 > a:before {
	background-position: -38px 0;
}
.item3 > a:before {
	background-position: 0 -38px;
}
.item4 > a:before {
	background-position: -38px -38px;
}
.item5 > a:before {
	background-position: -76px 0;
}
.menu > li > ul li a:before{
	content: '▶';
	font-size: 8px;
	color: #AFAFB4;
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	top: 0;
	left: -2.0em;
}

.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
	color: #32373D;
}