@charset "utf-8";

#menu {
	margin-top: 4px;
	margin-left: 25px;
	padding: 5px;
	float: left; 
	background-color:#FFF;
	width: 110px;
}

#menu a:link {
	color: #000;
	text-decoration:none;
}
#menu a:visited {
	color: #000;
	text-decoration:none;
}
#menu a:hover {
	color:#86213A;
}

#menu a#current {
	font-weight: bold;
	background-color: #D9DDFF;
	color: #000;
	text-decoration:none;
}

.header {
	font-weight: bold;
}

div#banner_left {
	border: 2px solid #A80004;
	text-align:center;
	margin:20px 0;
	
}
