#topnav .navItem_nav13820 {
	xcolor: #a37952;
	background: url(../images/nav_divider.jpg) no-repeat 0 0;
	height: 40px;
	padding-left: 20px;
}

#listMenuRoot {
	position: relative;
}

/* All <ul> tags in the menu including the first level */

.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 5000;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */

.menulist ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0px;
	width: 170px;
	z-index: 999;
	border-top:1px solid #3e3e3e;
	padding:0;
}

/* Second and third etc. level submenus - position across from parent instead */

.menulist ul ul {
	top: 0px;
	left: 170px;
	margin-top:-1px;
	padding:0;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

.menulist li {
	float:left;
	position: relative;
	z-index: 999;
	padding:0 8px 0 0;
	margin:2px 0 0 8px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */

.menulist ul li {
	float: none;
	border: 0px;
	background-color: #3e3e3e;
	font-size:12px;
	padding: 0;
	width: 170px;
	line-height:24px;
	border-bottom:1px solid #1c1c1c;
	margin:0;
	background-image: none;
}
	
.menulist ul>li:last-child {
	margin-bottom: 1px; 
}


/* Links inside the menu */
.menulist a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-align:center;
	padding:5px 8px;
	margin:3px 0;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #808080; 
}
	
.menulist a.highlighted {
	color: #808080;
}

.menulist .hrule {
	height: 1px;
	background-color: #9E9587;
	margin: 0;
	overflow: hidden; 
}

/* Links inside the 2nd-level menu */

.menulist ul li a {
	font-size: 12px;
	color:#fff;
	border: 0px;
	margin: 0;
	text-align: left;
	text-transform: none;
}

/* Lit  2nd-level items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color:#ccc;
	background-color: #3e3e3e;
	border: 0;
	margin: 0; 
}
	
.menulist ul li a.highlighted {
	color:#ccc;
	background-color: #B9B1A5;
	border: 0;
	margin: 0; 
}

/* 3rd-level items */

.menulist ul li ul li {
	background-color: #B9B1A5; 
}

/* Links inside the 3rd-level */

.menulist ul li ul li a {
	color:#FFF; 
}

/* Lit 3rd-level items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */

.menulist ul li ul li a:hover, .menulist ul li ul li a.highlighted:hover, .menulist ul li ul li a:focus {
	color:#271008;
	background-color: #A1988C; 
}
	
.menulist ul li ul li a.highlighted {
	color: #FFFFFF;
	background-color: #A1988C; 
}

/* Only style submenu indicators within submenus. */

.menulist a .subind {
	display:  none; 
}
	
.menulist ul a .subind {
	display:  block;
	float: right; }

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */

.menulist a {
	float: left; 
}
	
.menulist ul a {
	float: none; 
}
	
/* \*/
.menulist a {
	float: none; 
}
/* */

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/

* html .menulist  ul li {
	float: left;
	height: 1%; 
}

* html .menulist  ul a {
	height: 1%; 
}

/* End Hack */