a {
	text-decoration: none;
}
ul, ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu {
	width: auto;
	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 {
	background-color: #616975;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(114, 122, 134)),to(rgb(80, 88, 100)));
	background-image: -webkit-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -moz-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -o-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: -ms-linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	background-image: linear-gradient(top, rgb(114, 122, 134), rgb(80, 88, 100));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
	border-bottom: 1px solid #33373d;
	-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.50em;
	text-indent: 0.75em;
	display: block;
	position: relative;
	font-weight: 300;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
}
.menu ul li a {
	/*background: #fff;
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;

	display: block;
	position: relative;
	font-size: 0.923em;
	font-weight: 400;
	color: #878d95;*/
	
    color: #000;
    background-color: #e2e6e6;
    display: block;
    padding: 10px;
    transition: background-color 0.5s ease;
}
.menu ul li:last-child a {
	/*border-bottom: 1px solid #33373d;*/
	
}
.menu > li > a:hover, .menu > li > a.active {
	background-color: #1a520d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(44, 139, 22)),to(rgb(26, 82, 13)));
	background-image: -webkit-linear-gradient(top, rgb(44, 139, 22), rgb(26, 82, 13));
	background-image: -moz-linear-gradient(top, rgb(44, 139, 22), rgb(26, 82, 13));
	background-image: -o-linear-gradient(top, rgb(44, 139, 22), rgb(26, 182, 13));
	background-image: -ms-linear-gradient(top, rgb(44, 139, 22), rgb(26, 82, 13));
	background-image: linear-gradient(top, rgb(44, 139, 22), rgb(26, 82, 13));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2c8b16', EndColorStr='#1a520d');
	border-bottom: 1px solid #123908;
	-webkit-box-shadow: inset 0px 1px 0px 0px #123908;
	-moz-box-shadow: inset 0px 1px 0px 0px #123908;
	box-shadow: inset 0px 1px 0px 0px #123908;
}
.menu > li > a.active {
	border-bottom: 1px solid #1a638f;
	
}
.menu > li > a:before {
	content: '';
	font-size: 36px;
	height: 1em;
  	width: 1em;
	position: absolute;
  	left: 0;
	top: 50%;
	margin: -.5em 0 0 0;
	height:100px;
}

.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 disc,

.menu > li > ul  li:hover a:before  {
	color: #32373D;
	background-color: #98bf64;


}
.menu > li > ul  li:hover a:before, .cur-2-col-right2  {
	float: right;
	/*vertical-align: middle;
	width:40px;
	margin-left: 20px;*/

}

.menu-display {
    float:right; 
	padding-top:0.4em;
}
