#menuItems .item {
	cursor:pointer;
	padding:1em 15px 1em 10px;
	margin-left:15px;
}
#menuItems .item.over {
	background:url('../_site_pixel/right_column_fade_over.gif') repeat-y top right;
}
#menuItems hr {
	height:1px;
	border:0;
	border-top:1px solid #000000;
	margin:0 5%;
}
#menuItems .item .menuPic {
	border:solid #666;
	border-width:0 2px 2px 0;
	float:left;
	margin:0 10px 0 0;
	height:77px;
}
#menuItems .item img {
	border:1px solid #000000;
}
#menuItems .item h3 {
	margin:0;
}
#menuItems .item p {
	font-size:90%;
	margin:0;
	margin-top:.5em;
}
#menuItems .item a {
	text-decoration:none;
	color:#000;
}

