.MenuStyle {
	font-size: 11px;
	color: #fff;
	float: right !important;
}
.MenuStyle a {
	color: White;
	text-decoration: none;
	cursor: pointer !important;
}
.MenuStyle a:hover {
	color: #E1B42C !important;
}
.MenuStyle ul {
	height: 42px;
}
.MenuStyle li {
	background-image: url(images/bgmenu_divider.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	padding-top: 12px !important;
	float:right !important;
}