.menulist {
	list-style-image: none;
	text-indent: 10px;
	font-size: 14px;
	background-image: url(../images/menu-bg-list.jpg);
	background-repeat: no-repeat;
	background-position: left;
	list-style-position: inside;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 0px;
}
a.menulink:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;
}
a.menulink:visited {

	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.menulink:hover {


	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.menuul {
	margin-left: 0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin-left: 0
	}
