/* Root = Vertical, Secondary = Vertical */
b.floatingBold {
  float: right;
  margin-right: 5px;
}
span.spacer {
	width:5px;
}
/* remove all the bullets, borders and padding from the default list styling */
ul#navmenu {
	padding:0;
	margin:0px 0px -1px 0px;
	list-style-type:none;
	width:142px;
	position:relative;
	border-bottom: 1px solid #c68583;
	border-top: 1px solid #c68583;
	background:transparent;
	height:24px;
	font-family:arial;
  	color:#fff;
  	font-weight:bold;
  	font-size:12px;
	top:-1px;
}

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

ul#navmenu ul ul { z-index:100; position:absolute; }
ul#navmenu ul ul ul { z-index:200; position:absolute; }

* html ul#navmenu li {
	margin-left:-16px; 
	margin-lef\t:0;
}
/* style the links */
ul#navmenu a, ul#navmenu a:visited {
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:142px;
	color:#fff;
	border-bottom: 1px solid #c68583;
	background:#8c0a06;
}
/* style the link hover */
* html ul#navmenu a:hover {
	color:#fff; 
	background:#5b0704;
}
ul#navmenu :hover > a {
	color:#fff; 
	background:#5b0704;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
ul#navmenu ul {
	visibility:hidden;
	position:absolute;
	top:-1px;
	left:195px;
	background:#8c0a06;
  	width: 197px !important;
	border-top: 1px solid #c68583;
}
/* make the second level visible when hover on first level list OR link */
ul#navmenu li:hover ul,
ul#navmenu a:hover ul {
	visibility:visible;
	background:#8c0a06;
  	width: 197px !important;
	top:-1px;
}
/* keep the third level hidden when you hover on first level list OR link */
ul#navmenu :hover ul ul{
	visibility:hidden;
  	width: 197px !important;
	position:absolute;
}
/* keep the fourth level hidden when you hover on second level list OR link */
ul#navmenu :hover ul :hover ul ul{
	visibility:hidden;
	background:#8c0a06;
  	width: 197px !important;	
	position:absolute;
}
/* make the third level visible when you hover over second level list OR link */
ul#navmenu :hover ul :hover ul{ 
	visibility:visible;
	background:#8c0a06;
  	width: 197px !important;
	top:-1px;
}
/* make the fourth level visible when you hover over third level list OR link */
ul#navmenu :hover ul :hover ul :hover ul { 
	visibility:visible;
	background:#8c0a06;
  	width: 197px !important;
	top:-1px;
}
ul#navmenu ul li a {
  	width: 195px !important;
}
ul#navmenu ul a {
	border-left: 1px solid #c68583;
	border-right: 1px solid #c68583;
}

ul#navmenu li a span {
	margin-left: 5px !important;
}

ul#navmenu ul {
	width: 196px !important;
	border-top: 1px solid #c68583;
  	display: none;
  	position:absolute;
  	z-index:0 !important;
  	top: -1px;
	left:142px;
}
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  	display: none;
	position: absolute !important;
	left:196px;
}

/* 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;
  position: absolute;
}

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;
  position: absolute;
}