*{outline: none;}

#navigation-wrap {
	position:relative;
	bottom: 0px;
	padding: 0px;
	width: 781px;
	top: 0px;
	height: 46px;
	margin: 0px;
	clear: both;
}

/* ------------------------------ NAVIGATION */
ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 11px;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px;
	height: 46px;
}
.divider {
	float: left;
	position: relative;
	top: 5px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left -46px;
}
ul#topnav a.top {
	width: 111px;
	background-image: url(../images/nav_top.png);
	background-repeat: no-repeat;
}
ul#topnav a.numerology {
	width: 130px;
	background-image: url(../images/nav_nume.png);
	background-repeat: no-repeat;
}
ul#topnav a.eft {
	width: 178px;
	background-image: url(../images/nav_eft.png);
	background-repeat: no-repeat;
}
ul#topnav a.profile {
	width: 129px;
	background-image: url(../images/nav_profile.png);
	background-repeat: no-repeat;
}
ul#topnav a.reservation {
	width: 127px;
	background-image: url(../images/nav_reservation.png);
	background-repeat: no-repeat;
}
ul#topnav a.blog {
	width: 106px;
	background-image: url(../images/nav_blog.png);
	background-repeat: no-repeat;
}
