#fancymenu {
	margin: 10px 0;
	padding-left:10px;
	position:absolute;
	top:80px;
	z-index:5;/*top of imageflow*/
}

#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 {
	color:#FFFFFF;
	text-align:center;
	line-height:3em;
	margin-top:8px;
	display: block;
	float: left;
	height: 45px;
	position: relative;
	overflow: hidden;
}

.submenu_link a {
	border-left: 1px #ff9b39 solid;
	font-size:80%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
.menu_link a {
	width: 114px;
	margin-right:10px;
	background: url('../images/designElements/menu_normal.gif') no-repeat center;
}
.menu_link a:hover {
	background: url('../images/designElements/menu_over.gif') no-repeat center;
}
.menu_link.other a {
	background: url('../images/designElements/menu_other.gif') no-repeat center;
}
.menu_link.other a:hover {
	background: url('../images/designElements/menu_over.gif') no-repeat center;
}
.menu_link.disabled a {
	background: url('../images/designElements/menu_disabled.gif') no-repeat center;
	cursor: no-drop;
}
.menu_link.disabled a:hover {
	background: url('../images/designElements/menu_disabled.gif') no-repeat center;
	cursor: no-drop;
}
