#fancymenu {
	margin:				0px ;
	padding:			0px;
	background:			url(../images/designElements/menu_bg.jpg);
	position:			absolute;
	top:				125px;
	height:				75px;
	width:				900px;
}

#fancymenu ul {
	padding:			0;
	padding-left:		5px;
	padding-top:		2px;
	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 {
	color:				#FFFFFF;
	text-align:			center;
	line-height:		3em;
	margin-top:			8px;
	display:			block;
	float:				left;
	height:				57px;
	position:			relative;
	overflow:			hidden;
}

#menu_link a {
	width:				105px;
	margin-right:		3px;
}

#menu_link a:hover {
	background:			url(../images/designElements/menu_btn_over.jpg) no-repeat;
}
