/* Custom Font, Century Gothic Reqular */
@font-face {
    font-family: 'century_gothicregular';
    src: url('gothic_0-webfont.eot');
    src: url('gothic_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('gothic_0-webfont.woff') format('woff'),
         url('gothic_0-webfont.ttf') format('truetype'),
         url('gothic_0-webfont.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Custom Font, End */

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
	width: auto;
	height: 124px;
	position: absolute;
	z-index: 1000;
}

#cssmenu:after,
#cssmenu ul:after {
  display: block;
  clear: both;
}
#cssmenu a {
	display: block;
	font-size: 12px;
	line-height: 112px;
	text-decoration: none;
	padding-top: 0;
	padding-right: 28.3px;
	padding-left: 28.3px;
	text-transform: uppercase;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
	font-size: 12px;
	padding-bottom: 12px;
	background-image: url(bottom_grey.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #666;
}
#cssmenu > ul > li:hover:after {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {

}
#cssmenu > ul > li.active:after {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #db000b;
}
#cssmenu > ul > li.active > a {
	padding-bottom: 12px;
	background-image: url(bottom_red.gif);
	background-repeat: repeat-x;
	background-color: #F0F0F0;
}
.activee {
	background-image: url(bottom_red.gif);
	background-repeat: repeat-x;
	background-color: #F0F0F0;
	padding-bottom: 12px;
}

#cssmenu > ul > li:hover > a {
	background-color: #F00;
	color: #FFF;
}
#cssmenu .has-sub {
	z-index: 1;

}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	width: 195.5px;
	top: 100%;
	left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
	filter: none;
	font-size: 12px;
	display: block;
	line-height: 120%;
	color: #FFF;
	background-color: #F00;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
}
#cssmenu .has-sub ul li:hover a {
	background-color: #CC0000;
}
#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-color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	background-color: #990000;
}
