#menu
{
background: rgba(0,0,0,0.6);
	height:60px;
	margin:0;
	padding:0;
		border-bottom: 3px solid rgba(0,0,0,0.0);

}
#menu a
{
color: #fff;	
	font-weight: 700px;
}

#menu ol
{
list-style:none;	
	margin:0;
	padding:0;
}
#menu ol > li
{
	list-style:none;
	display:inline;
	float:left;
	font-weight:bold; 
	font-size:15px;
	height:40px;
	line-height:40px;
	padding:10px;
	text-align:center;
	text-transform: uppercase;
}
#menu ol > li:hover
{
border-bottom: 3px solid #0469c1;
	background: rgba(0,0,0,0.3) url(../../../images/blackshoot/hover.png);
}
#menu ol > li > ul 
{
list-style: none;
	padding:0;
	margin:0;
	width: 200px;
	height: 20px;
	display:none;
}
#menu ol > li > ul > li
{
	background-color: #191919;
	z-index: 1000;
	position: relative;
}
#menu ol > li:hover > ul
{
display:block;	
}

.menu-user
{
float:right;
	line-height: 40px;
	height:40px;
	padding:10px;
	font-weight:bold; 
	font-size:15px;
}
.enmenuwrap {
  display: inline-block;
  position: relative;

}


.enmenu {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #e04006;
  text-decoration: none;
  border-radius: 2px;
  font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;

}

.ensettings {
background: #2b2b2b;
    position: absolute;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    display: none;
    padding: 7px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
    box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-radius: 0 0 4px 4px;
    min-width: 140px;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    -webkit-box-shadow: rgba(0,0,0,0.4) 0px 0px 10px;
    -moz-box-shadow: rgba(0,0,0,0.4) 0px 0px 10px;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 10px;
    z-index: 99;
}

.test {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  min-width: 145px;
  background: #303030;
  color: #555;
  top: 50px;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  z-index: 999999;
  font-family: 'Trebuchet MS',Helvetica,Arial,sans-serif;
  box-shadow: 0px 0px 1px #ddd;
}

.ensettings::before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  border-bottom: 5px solid #303030;
  top: -5px;
  right: 10px;
  float: right;
}

.ensettings ul {
    padding: 0;
    margin: 0;
}

.ensettings ul > li {
  list-style: none;
  padding: 0;
}

.ensettings ul > li > a {
  text-decoration: none;
  color: #FFF;
  display: block;
  padding: 0px 10px;
transition: all 0.2s ease-in-out;


  font-size: 12px;
}

.ensettings ul > li > a:hover {
    background: #4cb0e4;
    color: #fff;
-webkit-box-shadow: inset 0px 0px 105px -21px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 105px -21px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 105px -21px rgba(0,0,0,0.75);
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;



}

.ensettings ul > li > a > i {
    display:inline-block;
    line-height: 50px;
}
		
.ensettings ul > li > a:hover > i {
color: #20d6fe;
}
		
		
		