﻿body {
	font-size: 100%;
	background:#32373d;
}
a {
	text-decoration: none;
}
ul, ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper {	
	width: 217px;
	margin: 0px auto;
	font-size: 0.8125em;
}
.menu {
	width: 217px;
	height: auto;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
.menu > li > a { <!--burası gri-->
	background-color: #616975;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 230, 230)),to(rgb(207, 208, 209)));
	background-image: -webkit-linear-gradient(top, rgb(22, 23, 23), rgb(20, 20, 20));
	background-image: -moz-linear-gradient(top, rgb(23, 23, 23), rgb(20, 20, 20));
	background-image: -o-linear-gradient(top, rgb(23, 23, 23), rgb(20, 20, 20));
	background-image: -ms-linear-gradient(top, rgb(23, 23, 23), rgb(20, 20, 20));
	background-image: linear-gradient(top, rgb(23, 23, 23), rgb(20, 20, 20));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
	-moz-box-shadow: inset 0px 1px 0px 0px #878e98;
	box-shadow: inset 0px 1px 0px 0px #878e98;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 1.75em;
	display: block;
	position: relative;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: bold;
	color: #2b2b2b;
	
}
.menu ul li a {
	background: #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 2.25em;
	line-height: 2.75em;
	text-indent: 2.75em;
	display: block;
	position: relative;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.180em;
	font-weight: bold;
	color: #2b2b2b7;
}
.menu ul li:last-child a {
	border-bottom: 1px solid #a2c617;
}
.menu > li > a:hover, .menu > li > a.active { <!--burası mavi-->
	background-color: #000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(162, 198, 23)),to(rgb(185, 225, 21)));
	background-image: -webkit-linear-gradient(top, rgb(162, 198, 23), rgb(185, 225, 21));
	background-image: -moz-linear-gradient(top, rgb(162, 198, 23), rgb(185, 225, 21));
	background-image: -o-linear-gradient(top, rgb(162, 198, 23), rgb(185, 225, 21));
	background-image: -ms-linear-gradient(top, rgb(162, 198, 23), rgb(185, 225, 21));
	background-image: linear-gradient(top, rgb(162, 198, 23), rgb(185, 225, 21));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#45c7eb', EndColorStr='#2698db');
	border-bottom: 1px solid #103c56;
	-webkit-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	-moz-box-shadow: inset 0px 1px 0px 0px #6ad2ef;
	box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.menu > li > a.active {
	border-bottom: 1px solid #1a638f;
}
.menu > li > a:before {
	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 {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; 
	
	
	text-indent: 0;
	text-align: center;
	
	
}


.menu > li > ul li a:before{
	
	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: #a2c617;
}


.menu ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	background: #fff;
	border: 1px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: 769em;
	border-radius: 769em;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}

