/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	width: 136px;
	list-style: none;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-align: left;
	background: url(images/nav_s.gif) top left repeat-y;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
	position: relative;
}

/* Links inside the menu */
.menulist a {
	margin: 0;
	display: block;
	text-align: right;
	padding: 2px 20px 6px 0px;
	text-decoration: none;
	color: #FFFFFF;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	margin: 0;
	display: block;
	color: #6E6E6E;
	text-decoration: none;
	background: url(images/nav_h.gif);
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
	float: right;
}

.selnav {
	display: block;
	color: #6E6E6E;
	text-decoration: none;
	background: url(images/nav_h.gif);
}

