.Menu_Button {
	display: inline-block;
	padding: 5px 10px 6px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(http://www.atlantickayaktours.com/images/Mobile/Buttons/dark_button.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #FFF;
}

.Menu_Item {
	color: black;
	font-size:small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.0em;
	background-color: silver;
	white-space: nowrap;
	margin-top:8px;
	padding: 3px 3px 3px 3px;
	border: solid 1px #000;
}

