#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
	margin: 0;
	position: relative;
	z-index: 1000;
	padding: 0;
}
#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: 13px;
	min-width: 35px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #FFF;
	line-height: 14px;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu > ul > li.active a {
	background: #8a8a8a url(images/grad_dark.png) repeat-x left bottom;
	background-image: -ms-linear-gradient(top, #E3E3E3 0%, #595959 100%);
	background-image: -moz-linear-gradient(top, #E3E3E3 0%, #595959 100%);
	background-image: -o-linear-gradient(top, #E3E3E3 0%, #595959 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E3E3E3), color-stop(1, #595959));
	background-image: -webkit-linear-gradient(top, #E3E3E3 0%, #595959 100%);
	background-image: linear-gradient(to bottom, #E3E3E3 0%, #595959 100%);
}
#cssmenu > ul > li.active a:hover {
  filter: none;
}
#cssmenu > ul > li a {
	box-shadow: inset 0 0 0 0.1em #fff;
	-moz-box-shadow: inset 0 0 0 0.1em #fff;
	-webkit-box-shadow: inset 0 0 0 0.1em #fff;
	background: #8a8a8a url(images/grad_dark.png) repeat-x left bottom;
	background-image: -ms-linear-gradient(top, #cccccc 0%, #595959 100%);
	background-image: -moz-linear-gradient(top, #cccccc 0%, #595959 100%);
	background-image: -o-linear-gradient(top, #cccccc 0%, #595959 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #595959));
	background-image: -webkit-linear-gradient(top, #cccccc 0%, #595959 100%);
	background-image: linear-gradient(to bottom, #cccccc 0%, #595959 100%);
   filter: progid:dximagetransform.microsoft.gradient(startColorstr='#cccccc', endColorstr='#787878', GradientType=0);
	line-height: 25px;
	filter: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	border: 1px solid #FFF;
	font-weight: bold;
}
#cssmenu > ul > li a:hover {
	filter: none;
}

#cssmenu > ul > li:first-child a {

}
#cssmenu > ul > li:last-child a {

}
#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	top: 50px;
	left: -1px;
	min-width: 100%;
	text-align: left;
  /* IE7 */

  *width: 100%;
	width: 400px;
}
#cssmenu .has-sub ul li {
	text-align: left;
}
#cssmenu .has-sub ul li a {
	display: block;
	line-height: 120%;
	text-align: left;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.redTxt {
	color:#C00
}
