ul li {list-style: none;}

#wrapper {	
	width: 100%;
	font-size: 14px;
	
	font-family:Open Sans;
	float:left;
}
.menu {
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	height: auto;
}
.menu > li > a {
	background-color: #F5F5F5;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	height: 30px; font-weight:600;
	line-height:30px;
	text-indent: 10px;
	display: block;
	position: relative;
	color: #444444;
}
.menu ul li a {
	background: #FFF;
	border-bottom: 1px solid #efeff0;
	width: 230px; margin-left:-40px;
	height: 30px; 
	line-height: 30px;
	text-indent: 2.75em;
	display: block; font-size:12px;
	position: relative;
	color: #878d95;
}
.menu ul li:last-child a {
	border-bottom: 1px solid #ccc;
}
.menu > li > a:hover, .menu > li > a.active {
	background-color: #FFF;
	color:#666; 
	border-bottom: 1px solid #bbbbbb;
}
.menu > li > a.active {
	border-bottom: 1px solid #bbbbbb;
}
.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 > a span {
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	background: #bbbbbb;
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0; 
	color: #F5F5F5;
	text-indent: 0;
	font-size:11px; font-family:tahoma;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.menu > li > a:hover span, .menu > li a.active span {
	background: #aaaaaa; 
}
.menu > li > ul li a:before{
	content: '▶';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}

.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
	color: #000000;
}

.menu ul > li > a span {
	display: inline-block;
	position: absolute;
	right: 1em; font-size:11px; font-family:tahoma;
	top: 50%; /
	background: #FFF;
	border: 1px solid #bbbbbb;
	line-height: 1em;

	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}

