#Navigation {
	background-color: #000000;
	width: 280px;
	padding: 15px;
	float: right;
}
#Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Navigation a {
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	width: 270px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #76B5F1;
	border-bottom-color: #76B5F1;
	text-decoration: none;
	color: #FFFFFF;
}
#Navigation a:visited, #Navigation a:link {
	color: #0066CC;
}
#Navigation a:hover {
	background-color: #8EB7D4;
}
body {
	font-family: "Arial Black";
	font-size: 12px;
	background-image: url(../images/BACKGROUND/mo-am_bg.jpg);
}


#divLeftSidebar {
	float: left;
	width: 239px;
	border-right: 1px solid #0066FF;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	}
