#menu
{
	padding: 0px;
	font-family: 'Rockwell' !important;
	background-color: transparent;
	color: #000000;
	float: left;
	font-size: 24px;
}

#menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0;
	border: none;
}

#menu li
{
	margin: 0px;
	width: 200px;
	text-align: left;
}

#menu a
{
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 2px;
}

#menu li a
{
	display: block;
	background-color: transparent;
	background-image: url(../images/btn-sprite.png);
	background-position: 0px 0;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	width: 100%;
}

#menu li.selected a
{
	display: block;
	background-color: transparent;
	background-image: url(../images/btn-sprite.png);
	background-position: 0px -172px;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
	width: 100%;
}

#menu li a:hover
{
	background-color: transparent;
	background-image: url(../images/btn-sprite.png);
	background-position: 0px -86px;
	background-repeat: no-repeat;
	color: #000;
}

/*Removed 6-23-2012 because it appears not to be needed for any of the 4 major browsers*/
/*html>body #menu li a
{
	width: 100%;
}

html>body #menu li.selected a
{
	width: 100%;
}*/