*{
	margin:0;
	padding:0;
	font-size:100%;
	text-decoration:none;
}
#menuL{
	width: 260px;
	margin-bottom:20px; 
	margin-right: 2px;
	padding:0 0 20px 0;
	background-color: #FFFFFF;
	border: solid 1px #AAAAAA;
	text-align: left;
}
#menuL #list1b{
	padding-top:15px;
	background:url("/images2/menu_bg_top.png") no-repeat top center;
	text-align: left;
}
#menuL a{
	color:#AAAAAA;
	width:230px;
	margin-left:15px;
	font-size:110%;
	font-weight: bold;
	display:block;
	padding:5px 0;
	text-indent:20px;
	border-bottom:1px dashed #AAAAAA;
}
#menuL a:hover{
	background:url("/images2/menu_bg_hover.gif") no-repeat 10px center;
	font-size: 110%;
	font-weight: bold;
	color: #396C6C;
	border-bottom:1px dashed #396C6C;
}
#menuL .selected {
	background:url("/images2/menu_bg_selected.png") no-repeat 10px center;
	font-size: 110%;
	width:230px;
	font-weight: bold;
	margin-left:15px;
	padding:5px 0;
	text-indent:20px;
	color: #396C6C;
	border-bottom:1px solid #396C6C;
}
#menuL li ul a{
	border:0;
	color:#CAE3DF;
	padding:5px 15px;
	background:#386868;
	font-size: 110%;
	font-weight: bold;
}
#menuL li{
	width:180px;
	display:inline;
}
#menuL li.last a{
	border:0;
}