.menu_box {
	color: black;
	width: 177px;
	text-align: left;
	vertical-align: top;
	background: white;
	margin: 0px;
	padding: 0px;
	border: 1px solid #EEEFF2;
}

.menu_on {
	color: black;
	width: 175px;
	height: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid #F7F6F5;
	background-color: #EEEFF2;
}

.menu_off {
	color: black;
	width: 175px;
	height: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid #F7F6F5
}

.menu_spacer {
	border: 1px solid #999999;
	width: 177px;
	height: 6px;
	background: url(../imgs/grey_line_to_left.jpg) top right repeat-y;
}

a.menu_text:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 7px;
	display:block;
}

a.menu_text:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 7px;
	display:block;
}

a.menu_text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	padding-left: 7px;
	display:block;
}

