/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 172px; /*For KHTML*/
	list-style: none;
	}

ul#navmenu:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	height: 0;
	visibility: hidden;
	}

ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	margin-bottom:3px;
}

/* Root Menu */
ul#navmenu a {

	display: block;
	color: #000000;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/

	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	background: #d6d8d8 url(../images/blt_0.gif) left center no-repeat;

	border: solid 1px #989a9d;
	
	
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 20px;
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	color: #FFF;
	background: #FF0000 url(../images/blt_2.gif) left center no-repeat;
}

