.menu {

	padding-left: 11px;
	cursor: pointer;
	line-height: 16px;
	border: 1px none;
	
	

}
.menuOn {
		
	padding-left: 10px;
	cursor: pointer;
	line-height: 14px;
	border: 1px solid #6B8AB3;
	background-color: #B8DFEC;
	

}

.menu, 
.menuOn
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #324a6d;
	width: 100%px;
	text-decoration: none;
	margin: 1px;
	
}



.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	text-decoration: none;
	color: #324a6d;
	cursor: default;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(../img_gen/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #324a6d;
	border-left: none;
	vertical-align: middle;
	padding-top: 10px;







}

