#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
	margin: 0;
	position: relative;
	padding: 0;
}
#cssmenu {
	height: 49px;
	/*width:100%;*/
	background-position: bottom;
	background-color: #000000;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
	color: #ffffff;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 49px;
	text-decoration: none;
	background-position: bottom;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 28px;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 56%;
	bottom: 0;
	margin-left: -10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFCC00;
}
#cssmenu > ul > li:first-child > a {
 
}
#cssmenu > ul > li:last-child > a {
 
}
#cssmenu > ul > li.active a {
	background-position: bottom;
}
#cssmenu > ul > li:hover > a {
	background-position: bottom;
}
#cssmenu .has-sub {
  z-index: 200;
}
#cssmenu .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
	border-bottom: 1px dotted #6fc7ec;
	filter: none;
	font-size: 11px;
	display: block;
	line-height: 120%;
	background-color: #FFCC00;
	color: #000;
	padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
	background-color: #FFE75F;
}
#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 {
	border-bottom: 1px dotted #6db2d0;
	background-color: #FFCC00;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	background-color: #FFCC00;
}
