@charset "utf-8";

#menu .on {
 font-size:10px;
 line-height:1em;
	text-decoration: none;
	padding:3px;
	margin: 0px;
	display: block;
	width: 120px;
	border-bottom: 1px dotted #996;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
 font-size:10px;
 line-height:1em;
	text-decoration: none;
	padding:3px;
	margin: 0px;
	display: block;
	width: 120px;
	border-bottom: 1px dotted #996;
}

#menu a:link, #menu a:visited {
	color: #090;
}

#menu a:hover, #menu a:active {
	color: #FFF;
	background-color: #090;
}

h1 {
 font-size:10px;
 line-height:1em;
	color:#333;
	padding:8px 0px 6px 2px;
	margin: 0px;
	border-bottom: 1px dotted #996;
	}
