/* Root = Vertical */
ul.navflatsingle,
ul.navflatsingle li {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px; /*For KHTML*/
  list-style: none;
}

ul.navflatsingle:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul.navflatsingle li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul.navflatsingle a {
	border: 1px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	display: block;
	color: #333333;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	background-color: #f0ed93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}

/* Root Menu Hover Persistence */
ul.navflatsingle a:hover,
ul.navflatsingle li:hover a,
ul.navflatsingle li.iehover a {
	color: #FFF;
	background-color: #E6C322;
}


/* parent menu */


/* Root = Vertical */
ul.navparentflatsingle,
ul.navparentflatsingle li {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px; /*For KHTML*/
  list-style: none;
}

ul.navparentflatsingle:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul.navparentflatsingle li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul.navparentflatsingle a {
	border: 1px solid #FFF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 0 6px;
	display: block;
	background: #EEE;
	color: #333333;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul.navparentflatsingle a:hover,
ul.navparentflatsingle li:hover a,
ul.navparentflatsingle li.iehover a {
	background: #CCC;
	color: #FFFF33;
}

ul.navparentflatsingle .nav-level0-node a:hover {
	background-color: #000000  !important;
	color: #E6C322 !important;
}

/* node styles */
ul.navparentflatsingle .nav-level0-node a {
	background-color: #000000  !important;
}
ul.navparentflatsingle .nav-level1-node a {
	background-color: #495927  !important;
}

ul.navparentflatsingle .nav-level2-node a {
	background-color: #738E3E  !important;
}

ul.navparentflatsingle .nav-level3-node a {
	background-color: #A0C460 !important;
}
ul.navparentflatsingle .nav-level0-node a {
	color: #FFFFFF !important;
}
ul.navparentflatsingle .nav-level1-node a {
	color: #FFFFFF;
}
ul.navparentflatsingle .nav-level2-node a {
	color: #FFFFFF;
}
ul.navparentflatsingle .nav-level3-node a {
	color: #FFFFFF;
}

