@charset "utf-8";
/* CSS Document */


#leftcol {
	vertical-align: top;
	width: 250px;
	height: 350px;
	background: url(../images/menu_body_bg.gif) no-repeat right top;
	margin:20px 0 0 50px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 110%;
}

/* Menu */
#leftcol #MENU {
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}
#leftcol #MENU ul {
	margin: 0px 32px 0px 0px;
	display: block;
	list-style-type: none;
}
#leftcol #MENU a {
	color: #333333;
	text-decoration: none;
}
#leftcol #MENU a:hover {
	text-decoration: underline;
	color: #CC3300;
}

