/* Root = Vertical, Secondary = Vertical */

ul#navmenu {
    padding-top:10px;
    padding-bottom:10px;
}

ul#navmenu a.categoryFirstLink {
    background:#e7e7e7 url('../newImage/bgListLiNew.gif') no-repeat scroll 21px 7px;
}

ul#navmenu a:hover.categoryFirstLink {
    background:#FBA23B url('../newImage/bgListLiNew.gif') no-repeat scroll 21px 7px;
}

ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
    margin: 0;
    border: 0 none;
    padding: 0;
    list-style: none;
    font-weight:bold;
    width: 205px;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul {
	background:#C9D4E0;
	border: 1px solid #ccc;
}

ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
    display: block;
    background:#e7e7e7;
    padding: 3px 0 6px 37px;
    line-height:13px;
    color: #636563;
    line-height: 13px;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
    font-weight: bold;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover{
  background:url(../images/h-l.gif) #FBA23B repeat-x bottom;
  color: #0A50A1;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left:205px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}



