/* suckerfish cascaded menus */

#nav, #nav ul {
	float: left;
	width: 36em; 		     /* bar width */
	list-style: none;
	line-height: 1;
	background: transparent;
	font-weight: bold;
	padding: 0;
	border: none; /* solid #4E5963; */  /* border now just for sub-items */
	border-width: 1px 0;
	margin: 0 0 0 22em;           /* indents the whole bar */
/* Prevent the IE Double Margin Bug: */
	display: inline;
}

#nav a {
	display: block;
	width: 10em; /* 10em; */
	w\idth: 7em; /* 6em; */
	color: white; /* #7C6240; */
	text-decoration: none;
	padding: 0.25em 1em; /* 0.25em 2em; */
}

#nav a.subitem {
	center right no-repeat;
	color: #4E5963; 
	padding: 0.25em 0em; /* hrz padding 0 for firefox; item texts use spaces; cf. 'padding hack' */
}

/* main items */
#nav li {
	float: left;
	padding: 0;
	width: 8em; /* 10em; */
}

/* submenu */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;	/* 14.4em; */
	w\idth: 10em;	/* 13.9em; */
	font-weight: normal;
	border: solid #6E7983; 
	border-width: 1px; /* 0.25em; */
	margin: 0 0 0 20;  /* indents submenu */
	background: #cecec5;
}

#nav li li {
	width: 10em; 	/* must match 001 */
}

#nav li ul a {
	width: 13em; 
	w\idth: 10em; 	/* must match 001 */
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	/* background: #8E99a3; */
	background: #8E99a3 url(itembkhover.jpg); 
	font-weight: bold;
}
#nav a.subitem:hover, #nav a.subitem.sfhover {
	color: white;
	font-weight: bold;
	background: url(itembk.jpg); 
}

/* TEST: VNAV */

#vnav, #vnav ul { /* all lists */
		margin: 60 0;
		padding: 0 2; 
		list-style: none;
		float : right;
	}
	
#vnav li { /* all list items */
		padding: 0 0 9 0; 
		position : relative;
		float : right;
	}
	
#vnav li a {
		height: 16px;
		h\eight: 24px;
		width: 112px;
		display : block;
		color : white;
		font: 8pt Arial;
		font-weight : bold;
		text-decoration : none;
		text-align : right;
		background: transparent url(itembk.jpg); /*  center center repeat-x;  */
		padding : 4px 6px;
	}
	
#vnav li a:hover {
		background: url(itembkhover.jpg);
	}
	

