/*navigation*/
	#button
	{
	border-right: 1px solid #FFF;
	padding: 0 0 0 0;
	/*margin-bottom: 1em;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #FFF;
	color: #333;
	width: 165px;
	/*width: 165px;*/	
	}
	html> body #button {width: 155px;}
	#button ul 
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	#button li 
	{
	border-bottom: 1px solid #FFF;
	margin: 0;
	white-space:nowrap;
	}
	#button li a 
	{
	display: block;
	height: 65px;
	padding: 5px 5px 5px 0.5em;
	border-left: 5px solid #FFF;
	border-right: 5px solid #fff;
	background-image:url(/images/BaseballOff.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	/*width: 100%;*/
	}
	html>body #button li a 
	{
	width: auto;
	}
	#button li a:hover 
	{
	height: 65px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background-image:url(/images/BaseballOn.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #fff;
	color: #F00;
	}