#menu_header {
	width: 280px;
	float: right;
	border: #5084BD 1px solid;
	border-radius: 10px;
	box-shadow: #5084BD 0px 1px 3px;
	text-align: center;
	background-color: #F4F4F4;
	padding: 3px;
}

#menu_header li {
	text-align: left;
	line-height: 18px;
	margin-left: -10px;
	font-weight: bold;
}

#menu_header a {
	text-decoration: none;
}