A.mnu_hdg {
	cursor: hand;
	font-family: arial;
	font-size: 12px;
	color: #e83531;
	text-decoration: none;
	line-height: 19px;
	margin-left: 15px;
	}

A.mnu_hdg:hover {
	cursor: hand;
	}

A.mnu_itm {
	font-family: tahoma;
	font-size: 12px;
	color: white;
	text-decoration: none;
	line-height: 19px;
	margin-left: 15px;
	}

A.mnu_itm:hover {
	color: #e83531;
	text-decoration: none;
	}

HR.mnu {
	width: 100%;
	height: 1px;
	color: #999999;
	}