@charset "utf-8";

ul#navi {
	margin: 5px 0;
	padding: 0;
	border: solid 1px #3c6;
	width: 138px;
	background-color: #cf9;
	list-style: none;
}

#navi li {
	border-bottom: dotted 2px #3c6;
	height: 31px;
	line-height: 31px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#navi li.bottom {
	border-bottom: none;
}
	

#navi a {
	padding-left: 5px;
	display: block;
	width: 133px;
	height: 31px;
	background-color: #cf9;
	background-image: url(../images/bgNavi.gif);
	background-repeat: no-repeat;
	background-position: center right;
	color: #244824;
	text-decoration: none;
}

#navi a:hover {
	background-color: #aaff54;
	background-image: url(../images/bgNaviHover.gif);
	background-repeat: no-repeat;
	background-position: center right;
	color: #090;
}