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

#menu {
	float:left;
	width:160px;
	}

#menu ul {
	list-style-type:none;
	padding:0 0 20px 0;
	margin:0 0 0 5px;
	}

#menu a:link,
#menu a:visited {
	display:block;
	width:153px;
	text-decoration:none;
	color:#730c08;
	padding:2px 0 2px 0;
	margin-bottom:5px;
	border-bottom:1px solid #730c08;
	font-size:12px;
	font-weight:bold;
	}

#menu a:hover {
	color:#fff;
	background-color:#730c08;
	}


