.navigations {
	width: 570px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	background: #71130e;
	}


.navigations ul {
	float: left;
	width: 570px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	}


.navigations ul li{
	float: right;
	width: 190px;
	margin: 0;
	margin-top: 10px;
	padding: 0 8px;
	font-family: Georgia, Times, serif; 
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	}

.navigations a:link,
.navigations a:visited{
	color: #FFF;
	text-decoration: none;
	display: inline;
	}

.navigations a:hover{
	color: #FFF;
	text-decoration: underline;
	display: inline;
	}