@charset "utf-8";
/* CSS Document */

#MainMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
	width: 180px;
	text-align: right;
}
#MainMenu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	background-color: #FEE800;
	width: 130px;
	display: block;
	float: right;
	padding-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-align: left;
	padding-left: 2px;
	line-height: 18px;
	font-weight: bold;
}
#MainMenu a:hover {
	float: left;
	border: 1px solid #333333;
}
#MainMenu ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#MainMenu li {
	list-style-type: none;
	margin-bottom: 6px;
}
