#nav {
	position:relative;
	margin: 0; 
	padding: 0; 
	height: 38px; 
	list-style: none; 
	text-align: center;
	border: 1px solid #c9c9c9;
}

#nav li {
	float:left;
	display: inline;
	position:relative;
	text-transform: uppercase; 
}

#nav li a.navItem {
	padding: 10px 18px 8px 18px;
	text-decoration:none;
	text-transform: uppercase;
	font: 15px 'Signika', 'Arial Narrow', sans-serif; 
	white-space:nowrap;
	display:block;
	cursor:pointer;
	float:left;
	font-weight:normal;
	background: url(../img/mainMenuDivider.png) repeat-y 0 0;
}

#nav li.first a.navItem {
	padding: 10px 19px 8px 19px;
	background: none;
}

#nav li a.navItem:link, #nav li a.navItem:active, #nav li a.navItem:visited { color: #000000; }
#nav li a.navItem:hover { color: #ff9000; }
#nav li.active a.navItem:link, #nav li.active a.navItem:active, #nav li.active a.navItem:visited { color: #ffd675; }
#nav li.active a.navItem:hover { color: #ffd675; }

#nav div.submenu {
  background-image:url(../img/fl.jpg);
  box-shadow: 0 10px 10px;
  display: none;
  overflow: hidden;
  padding: 18px 0 25px;
  position: absolute;
  top: 39px;
  z-index: 10000;
  background-color:#FFF;
  border:8px solid #D5D5D5;
  
}
#nav div.submenu2 {
	display:none;
	position:absolute;
	top: 39px;
	overflow:hidden;
	z-index: 10000;
	background: url(../img/submenuBgnd.png) repeat-x left bottom;
	padding: 10px 0;
	overflow: hidden;
	border:8px solid #D5D5D5;
}
#nav div.sub1 {
	left:0;
	width: 988px;
}
#nav div.sub2 {
	left:-158px;
	width: 988px;
}
#nav div.sub3 {
	left:-334px;
	width: 988px;
}
#nav div.sub4 {
	left:0;
	width: 230px;
}
#nav div.sub5 {
	left:0;
	width: 230px;
}
#nav div.sub6 {
	right:-13px;
	width: 230px;
	padding-bottom: 0px;
}

.submenu .subMenuList {
  display: inline;
  float: left;
  line-height: 14px;
  margin: 0 4px 0 8px;
  padding: 11px 0 15px 15px;
  width: 169px;
}
.submenu .subMenuList:first-child { padding-left: 0; }
.submenu .subMenuList a { display: block; width: 170px; background: url(../img/bullet-arrow3.png) no-repeat 0 7px; padding: 2px 0 2px 15px; font: 12px Arial, Helvetica, sans-serif; text-transform: none; text-align: left; font-weight: bold; }
.subMenuList a:link, .subMenuList a:active, .subMenuList a:visited {
  color: #333333;
  font-family: Verdana;
}
.subMenuList a:hover { color: #ff6c00; }
.subMenuList li.highlighted a:link, .subMenuList li.highlighted a.navItem:active, .subMenuList li.highlighted a.navItem:visited { color: #ff6c00; }
.subMenuList li.highlighted a:hover { color: #000000; }

.submenu .subMenuListSearches { float: left; width: 150px; height:295px; padding: 0 25px; border-right: 1px solid #b1b1b1;  }
.submenu .subMenuListSearches a { display: block; width: 150px; line-height: 19px; font-size: 12px; text-transform: uppercase; font-weight: bold; text-align: left; padding: 0 0 6px 0; }
.subMenuListSearches a:link, .subMenuListSearches a:active, .subMenuListSearches a:visited { color: #ff6c00; }
.subMenuListSearches a:hover { color: #3366CC; }


.submenu h2 {
  color: #0033CC;
  margin: 0 22px;
  padding: 10px;
  text-align: left;
  text-indent: -8px;
  text-transform: none;
  border-bottom: 2px dotted #999999;
}

.submenu2 .subMenuLinks { padding: 0 20px; background: #ff0000; font: 12px Arial, Helvetica, sans-serif; }
.submenu2 .subMenuLinks a { display: block; width: 170px; line-height: 18px; background: url(../img/bullet-arrow3.png) no-repeat 0 14px; padding: 8px 0 8px 15px; font-size: 12px; text-transform: none; text-align: left; border-top: 1px dotted #999999; font-weight: bold; }
.submenu2 .subMenuLinks .first a { border-top: 0; }
.subMenuLinks a:link, .subMenuLinks a:active, .subMenuLinks a:visited { color: #000000; }
.subMenuLinks a:hover { color: #2a68c3; }