#menulist {
	width: 184px;
	text-align: left;
	float: left;
	position: relative;
	background-color: #8c9da7;
	background-image: url(images/menupanel-corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
}
#menupanel {
	padding-left: 20px;
}

#menupanel ul {
	list-style: none;
	margin-bottom: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}
#menupanel ul ul {
	padding: 0px;
}
#menupanel li {
	font-size: 15px;
	line-height: 32px;
	text-indent: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b3bec5;
	border-bottom-color: #647178;
}
#menupanel li li {
	font-size: 14px;
	line-height: 22px;
	text-indent: 30px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
}
#menupanel li a {
	text-decoration: none;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: block;
}
#menupanel li a:hover {
	background-color: #778994;
}
#menupanel li a.samePage {
	background-color: #a6b4bd;
	background-image: url(images/menupanel-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/* fix for IE blank line bug */
#menupanel ul > li { display: list-item; }
#menupanel li > a { width: auto; height: auto; }
