/* Root = Vertical, Secondary = Vertical */
ul#navmenuLeft1,
ul#navmenuLeft1 li,
ul#navmenuLeft1 ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 220px; /*For KHTML*/
  list-style: none;
  z-index: 1;
}

ul#navmenuLeft1:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  list-style: none;  
  visibility: hidden;
}

ul#navmenuLeft1 li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
  list-style: none; 
  
}

/* Root Menu */
ul#navmenuLeft1 a {

border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 0px 5px;
	display: block;
	color: #FFF;
	text-decoration: none;
	height: auto !important;
	height: 1%; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-position: 0px 0px;
	font:Tahoma, Geneva, sans-serif;
	font-family:Tahoma, Geneva, sans-serif;	
	font-size: 14px;
	line-height: 25px;
	text-align:left;
}

/* Root Menu Hover Persistence */
ul#navmenuLeft1 a:hover,
ul#navmenuLeft1 li:hover a,
ul#navmenuLeft1 li.iehover a {
	color: #000;
	*color:#F90;
	background-color:#fff;
	height: auto !important;
	height:1%;
	}

/* 2nd Menu */
ul#navmenuLeft1 li:hover li a,
ul#navmenuLeft1 li.iehover li a {
	padding:0 0 5px 5px;
	margin-left:5px;
	font-size: 12px;
	color: #9A9A9A;	
	background-color: #000;
	line-height:20px;
	border-bottom:1px solid #666;
	}

/* 2nd Menu Hover Persistence */
ul#navmenuLeft1 li:hover li a:hover,
ul#navmenuLeft1 li:hover li:hover a,
ul#navmenuLeft1 li.iehover li a:hover,
ul#navmenuLeft1 li.iehover li.iehover a {
	color: #000;
	background-color: #CCC;
	background-position: 0px -82px;
}

/* 3rd Menu */
ul#navmenuLeft1 li:hover li:hover li a,
ul#navmenuLeft1 li.iehover li.iehover li a {
	color: #000000;
	background-color: #CCCCCC;
	background-position: 0px 0px;
}

/* 3rd Menu Hover Persistence */
ul#navmenuLeft1 li:hover li:hover li a:hover,
ul#navmenuLeft1 li:hover li:hover li:hover a,
ul#navmenuLeft1 li.iehover li.iehover li a:hover,
ul#navmenuLeft1 li.iehover li.iehover li.iehover a {
	color: #FFF;
	background-color: #666666;
}

/* 4th Menu */
ul#navmenuLeft1 li:hover li:hover li:hover li a,
ul#navmenuLeft1 li.iehover li.iehover li.iehover li a {
	color: #000000;
	background-color: #CCCCCC;
	background-position: 0px 0px;
}

/* 4th Menu Hover */
ul#navmenuLeft1 li:hover li:hover li:hover li a:hover,
ul#navmenuLeft1 li.iehover li.iehover li.iehover li a:hover {
	color: #FFF;
	background-color: #666666;
}
/* 5th Menu */
ul#navmenuLeft1 li:hover li:hover li:hover li:hover li a,
ul#navmenuLeft1 li.iehover li.iehover li.iehover li.iehover li a {
	color: #000000;
	background-color: #CCCCCC;
	background-position: 0px 0px;
}

/* 5th Menu Hover */
ul#navmenuLeft1 li:hover li:hover li:hover  li:hover li a:hover,
ul#navmenuLeft1 li.iehover li.iehover li.iehover  li.iehover li a:hover {
	color: #FFF;
	background-color: #666666;
}

/* 1st Level Left Margin */
ul#navmenuLeft1 ul {
  display: none;
  position: absolute;
  top: 0;
  /*left: 182px; */
  left:218px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenuLeft1 li:hover ul ul,
ul#navmenuLeft1 li:hover ul ul ul,
ul#navmenuLeft1 li:hover ul ul ul ul,
ul#navmenuLeft1 li:hover ul ul ul ul ul,
ul#navmenuLeft1 li:hover ul ul ul ul ul ul,
ul#navmenuLeft1 li.iehover ul ul,
ul#navmenuLeft1 li.iehover ul ul ul,
ul#navmenuLeft1 li.iehover ul ul ul ul,
ul#navmenuLeft1 li.iehover ul ul ul ul ul, 
ul#navmenuLeft1 li.iehover ul ul ul ul ul ul {
  display: none;
}

ul#navmenuLeft1 li:hover ul,
ul#navmenuLeft1 ul li:hover ul,
ul#navmenuLeft1 ul ul li:hover ul,
ul#navmenuLeft1 ul ul ul li:hover ul,
ul#navmenuLeft1 ul ul ul ul li:hover ul,
ul#navmenuLeft1 ul ul ul ul ul ul li:hover ul,
ul#navmenuLeft1 ul ul ul ul ul ul ul li:hover ul,

ul#navmenuLeft1 li.iehover ul,
ul#navmenuLeft1 ul li.iehover ul,
ul#navmenuLeft1 ul ul li.iehover ul,
ul#navmenuLeft1 ul ul ul li.iehover ul,
ul#navmenuLeft1 ul ul ul ul ul li.iehover ul,
ul#navmenuLeft1 ul ul ul ul li.iehover ul {
  display: block;
}

