#fancymenu {
	position: relative;
	height: 29px;
	width: 950px;
	background: url('images/bg.jpg') no-repeat top;
	padding:10px 0;
	margin: 1px 0;
	overflow: hidden;
}


#fancymenu ul{
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#fancymenu ul li {
	float: left;
	list-style: none;
}

#fancymenu ul li a  {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 28px;
	position: relative;
	overflow: hidden;
}


#menu_welcome a {
	width: 97px;
	background: url('images/welcome.png') no-repeat center !important;	
	background: url('images/welcome.gif') no-repeat center;
	padding:0 10px 0 6px;
}

#menu_schedule a {
	width: 98px;
	background: url('images/schedule.png') no-repeat center !important;	
	background: url('images/schedule.gif') no-repeat center;
	padding:0 10px 0 10px;
}

#menu_updates a {
	width: 90px;
	background: url('images/updates.png') no-repeat center !important;	
	background: url('images/updates.gif') no-repeat center;
	padding:0 10px 0 10px;
}

#menu_cheering a {
	width: 92px;
	background: url('images/cheering.png') no-repeat center !important;	
	background: url('images/cheering.gif') no-repeat center;
	padding:0 10px 0 10px;
}
#menu_news_photos a {
	width: 137px;
	background: url('images/news_photos.png') no-repeat center !important;	
	background: url('images/news_photos.gif') no-repeat center;
	padding:0 10px 0 10px;
}

#menu_directions a {
	width: 108px;
	background: url('images/directions.png') no-repeat center !important;	
	background: url('images/directions.gif') no-repeat center;
	padding:0 10px 0 10px;
}
#menu_contact a {
	width: 91px;
	background: url('images/contact.png') no-repeat center !important;	
	background: url('images/contact.gif') no-repeat center;
	padding:0 10px 0 10px;
}
#menu_store a {
	width: 77px;
	background: url('images/store.png') no-repeat center !important;	
	background: url('images/store.gif') no-repeat center;
	padding:0 10px 0 10px;
}

#fancymenu li.background {
	/*background: url('images/bg_menu_right2.png') no-repeat top right !important;*/
	background: url('images/bg_menu_right2.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
	
}

#fancymenu .background .left {
	/*background: url('images/bg_menu.png') no-repeat top left !important;*/
	background: url('images/bg_menu2.gif') no-repeat top left;
	height: 30px;
	margin-left: 6px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

