#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;


	

  }
#cssmenu {
  height: 49px;
  background-color:#F8F400;


	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F8F400), color-stop(1, #FEE901) );
	background:-moz-linear-gradient( center top, #F8F400 5%, #FEE901 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F400', endColorstr='#FEE901');
  /*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%; 
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);*/
  border-bottom: 3px solid #000;
  
  	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	  behavior: url(css/ie-css3.htc);
	  width: 960px;

}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul li:hover {
  border-bottom: 3px solid #FEE901;
  
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1A1A1A), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #1A1A1A 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A1A1A', endColorstr='#333333');
  
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;

}

#cssmenu ul li ul li:hover {
  border-bottom: 0px solid #990000;
  color: #FFFFFF;
  
  
  
}


#cssmenu a {
/*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%; 
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);*/
  color: #000;
  display: inline-block;
  font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 49px;
  font-weight:bold;
  padding: 0 8px;
  text-decoration: none;

  
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  
  text-align: left;
  
}


#cssmenu ul {
  list-style: none;
  
  z-index: 100;
}
#cssmenu > ul {
  float: left;
  
}
#cssmenu > ul > li {
    float: left;
  	border-right: #FFFF00 solid 1px;
	border-left: #DBC700 solid 1px;
    height: 49px;
	
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;

  
  /*border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;*/

}
#cssmenu > ul > li:first-child > a {

}
#cssmenu > ul > li:last-child > a {

}
#cssmenu > ul > li.active a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  /*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%; 
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);*/
}
#cssmenu > ul > li:hover > a {
  background: #333333;
  color: #fff;



 /* background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%; 
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);*/
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,#1F1F02 ), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #1F1F02  5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F1F02', endColorstr='333333');
	
	
  box-shadow: inset 0 0 3px 0.5 #000000;
  -moz-box-shadow: inset 0 0 3px 0.5 #000000;
  -webkit-box-shadow: inset 0 0 3px 0.5 #000000;
  

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  
  	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow:1px 1px 1px #000;
	-webkit-text-shadow:1px 1px 1px #000;
}
#cssmenu > ul > li.selected a{
   background-color: #333333;
   color: #fff;
   border-bottom: 3px solid #FEE901;
   

	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,#1F1F02 ), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #1F1F02  5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1F1F02', endColorstr='333333');
	
	
  box-shadow: inset 0 0 3px 0.5 #000000;
  -moz-box-shadow: inset 0 0 3px 0.5 #000000;
  -webkit-box-shadow: inset 0 0 3px 0.5 #000000;
  

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  
  	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow:1px 1px 1px #000;
	-webkit-text-shadow:1px 1px 1px #000;
	

}



#cssmenu .has-sub {

}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 230px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
  margin-left:-2px;
}
#cssmenu .has-sub ul li a {
  background: #333333;
  border-bottom: 1px solid #393939;
  color:#fff;
  filter: none;
  font-size: 12px;
  display: block;
  line-height: 120%;
  padding: 10px 20px;
}
#cssmenu .has-sub ul li:hover a {
  background: #4D4D4D;
  color:#ccc;

  
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #4D4D4D;
 border-bottom: 1px solid #393939;
 
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #777777;
  
}