@charset "utf-8";


.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	background-color: #EE84B4;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	width: 100%;
	color: #5D5D5D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFCCFF;
	border-bottom-width: 1px;
	margin: 0px;
	white-space: normal;
	text-transform: capitalize;
	display: inline;
	float: left;
	height: 30px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: url(../SpryAssets/SpryMenuBarRight.gif);
	list-style-type: circle;
}

