.menulist {
	color: #022b6f;
	display: block;
	width: 140px;
	height: 13px;
	padding-left: 20px;
	margin-bottom: 2px;
	background-image: url(../images/mainwhite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-size:smaller;
}
.menulistselected {
	color: #022b6f;
	display: block;
	width: 140px;
	height: 13px;
	padding-left: 20px;
	margin-bottom: 2px;
	background-image: url(../images/maingrey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-size:smaller;
}
.menulist:hover {
background-image: url(../images/maingrey.gif);
}
.mainmenulist {
	color: #022b6f;
	display: block;
	width: 140px;
	height: 13px;
	padding-left: 20px;
	margin-bottom: 2px;
	background-image: url(../images/closedwhite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-size:smaller;
}
.mainmenulist:hover{
background-image: url(../images/closedgrey.gif);
}
.mainmenulistopen {
	color: #022b6f;
	display: block;
	width: 140px;
	height: 13px;
	padding-left: 20px;
	margin-bottom: 2px;
	background-image: url(../images/opengrey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-size:smaller;
}
.submenulist {
	color: #022b6f;
	display: block;
	width: 140px;
	height: 13px;
	padding-left: 20px;
	margin-bottom: 2px;
	background-image: url(../images/subwhite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-size:9px;
	
	
}
.submenulistselected {
	color: #022b6f;
	display: block;
	width: 140px;
	height: 13px;
	padding-left: 20px;
	margin-bottom: 2px;
	background-image: url(../images/subgrey.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	font-size:9px;
	
	
}
.submenulist:hover {
background-image: url(../images/subgrey.gif);
}