#menuList {
	padding: 0px 32px 0px 8px;
	margin: 0px;
	list-style: none;
}
#menuList li {
	position: relative;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	font: normal 14px/16px Trebuchet MS,sans-serif;
	color: #6a003a;
	background: url(../images/menu-sep.png) left bottom no-repeat;
}
#menuList a {
	color: black;
	text-decoration: none;
}
#menuList a:hover {
	text-decoration: underline;
}
#menuList ul a {
	color: #67615d;
}
#menuList a.current,
#menuList ul a.current {
	color: #6a003a;
}
#menuList ul {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	list-style: none;
	padding: 0px 0px 0px 11px;
	margin: 12px 0px 4px 0px;
	background: url(../images/dots.gif) 3px top repeat-y;
}
#menuList ul ul {
	margin-top: 8px;
	padding-left: 13px;
}
#menuList ul li {
	padding: 2px 0px 3px 7px;
	font: normal 12px/14px Arial,sans-serif;
	background: url(../images/bullet.gif) left 8px no-repeat;
}
div.menutoggle {
	position: absolute;
	top: 7px;
	right: -21px;
	width: 16px;
	height: 17px;
	background: url(../images/menu-arrows.png) -16px top no-repeat;
	cursor: pointer;
}
#menuList ul .menutoggle {
	top: 0px;
}
div.menutoggle.open,
div.menutoggle:hover {
	background-position: left top;
}
* html div.menutoggle {
	background-image: url(../images/menu-arrows.gif);
}
#menuList ul.open {
	position: static;
	visibility: inherit;
}

