#fancymenu {
	position: relative;
	height: 42px;
	width: 760px;
	background: url('img/bg.gif') no-repeat top;
	padding: 6px 15px;
	margin: 10px 0 24px 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: 30px;
	position: relative;
	overflow: hidden;
}

#menu_home a {
	width: 74px;
	background: url('img/menu_home.png') no-repeat center !important;	
	background: url('img/menu_home.gif') no-repeat center;
}

#menu_bulletin a {
	width: 101px;
	background: url('img/menu_bulletin.png') no-repeat center !important;	
	background: url('img/menu_bulletin.gif') no-repeat center;
}

#menu_program a {
	width: 104px;
	background: url('img/menu_program.png') no-repeat center !important;	
	background: url('img/menu_program.gif') no-repeat center;
}

#menu_entry a {
	width: 79px;
	background: url('img/menu_entry.png') no-repeat center !important;	
	background: url('img/menu_entry.gif') no-repeat center;
}

#menu_results a {
	width: 95px;
	background: url('img/menu_results.png') no-repeat center !important;	
	background: url('img/menu_results.gif') no-repeat center;
}

#menu_contact a {
	width: 125px;
	background: url('img/menu_contact.png') no-repeat center !important;	
	background: url('img/menu_contact.gif') no-repeat center;
}


#fancymenu li.background {
	/*background: url('img/bg_menu_right.png') no-repeat top right !important;*/
	background: url('img/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	/*background: url('img/bg_menu.png') no-repeat top left !important;*/
	background: url('img/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
