a.menu:link {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal
}

a.menu:visited {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal
}

a.menu:hover {
	color: #F00;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal
}

a.menu:active {
	color: #00F;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal
}

#menu {
	width: 11.5em;
	float:left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

.menu_header {
	margin-top: -3px;
	font-weight: bolder;
	font-size: 10px;
	padding-left: 0.5em;
	font-family: sans-serif;
	padding-bottom: 2px;
}

.menu_content {
	font-weight: bold;
	border-top: solid 1px #9B9B9B;
	padding-left: 0.5em;
	padding-top: 0.2em;
	/*padding-bottom: -10px;*/
	margin-bottom:0px;
	font-size: 10px;
	font-family: sans-serif;
	line-height: 1.2em;
}

#home_link {
	font-weight: bolder;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	/*padding-top: none;*/
	margin-top: -0.5em;
	font-size: 10px;
	font-family: sans-serif;
}


