/* CSS Document */

#wrapper-menu-top {
	background: white url('../images/bg02-white-left.png') no-repeat left top;
}


#menu-top {
	/*background-color:#009900;*/
	background: transparent url('../images/bg02-white-right.png') no-repeat right top;
	
	overflow: hidden;
}



#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top 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;
	border:none;
}

#menu-top a span {
	background: transparent url('../images/menuright.png') no-repeat right top;
	padding:5px 11px 4px 3px;
	color: #F99D1C;
	
	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; }