.header_menu_list {
	height: 30px;
	font-size: 11px;
	background-color: #333333;
	text-align: right;
}
.header_menu_list a {
	color: #FFFFFF;
	text-decoration: none;
	width: 100px;
	display: block;
	float: right;
	margin-top: 8px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	background-image: url(http://quattropark.com/PushMe/images/page_img/header_menu.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
.header_menu_list a:hover {
	text-decoration: underline;
}