#menu-top {
	background: transparent url('/images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

ul#menu {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

ul#menu li {	
    margin:0;
    display:inline;
}

ul#menu li a {
	float: left;
	background:url(/images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

ul#menu a:hover {
 background-position:0% -42px;
}
ul#menu a:hover span {	background-position:100% -42px; }

ul#menu li a#menu_current_item{
    text-decoration:underline;
}

#menu-top a span {
	background: transparent url(/images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#7B0046;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover { background-position:0% -42px; }
#menu-top a:hover span {background-position:100% -42px; }
