@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------------------- TOP NAVI */
#navibar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
} 
#navibar li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#navibar ul li a {
	display:block;
	height:30px;
	width:68px;
	background:url(../pix/navigation_image.gif) no-repeat;
	text-indent:-9009px;
	margin: 0;
	padding: 0;
	outline: none;
}
#navibar ul li a:hover {
	background-position: 0 -30px;
}
#navibar ul li#nav2bio a {
	width:98px;
	background-position: -68px 0;
}
#navibar ul li#nav2bio a:hover {
	background-position: -68px -30px;
}
#navibar ul li#nav3disco a {
	width:111px;
	background-position: -166px 0;
}
#navibar ul li#nav3disco a:hover {
	background-position: -166px -30px;
}
#navibar ul li#nav4schedule a {
	width:93px;
	background-position: -277px 0;
}
#navibar ul li#nav4schedule a:hover {
	background-position: -277px -30px;
}
#navibar ul li#nav5photo a {
	width:121px;
	background-position: -370px 0;
}
#navibar ul li#nav5photo a:hover {
	background-position: -370px -30px;
}
#navibar ul li#nav6charites a {
	width:199px;
	background-position: -491px 0;
}
#navibar ul li#nav6charites a:hover {
	background-position: -491px -30px;
}
#navibar ul li#nav7media a {
	width:119px;
	background-position: -690px 0;
}
#navibar ul li#nav7media a:hover {
	background-position: -690px -30px;
}
#navibar ul li#nav8store a {
	width:68px;
	background-position: -809px 0;
}
#navibar ul li#nav8store a:hover {
	background-position: -809px -30px;
}
#navibar ul li#nav9contact a {
	width:83px;
	background-position: -877px 0;
}
#navibar ul li#nav9contact a:hover {
	background-position: -877px -30px;
}


/* --------------------------------------------------------------- BOTTOM NAVI */

#footerNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#footerNav li.inline {
	display: inline;
	padding: 3px 7px 2px 3px;
	border-right: 2px solid #996600	
}
#footerNav li.last {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	border-right: 0px;
}
#footerNav li a {
	font-size: 80%;
	font-weight: 600;
	color: #996600;
	text-decoration: none;
	text-transform: uppercase;
}
#footerNav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}