@charset "utf-8";
/* CSS Document */
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a{
	display: block;
	padding: 2px 2px 2px 10px;
	height:51px;
	width: 162px;
	background-color: #000;
	border-bottom: 1px solid #eedd82;
	text-decoration: none;
	list-style-type: none;	
}
#navcontainer a img {border:none;}

#home a{background-image: url(../images/buttons/button_home1.jpg);background-repeat: no-repeat;background-position: center;}
#home a:hover {
	background-image: url(../images/red2/button_home_red2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#events a{
	background-image: url(../images/buttons/button_events1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#events a:hover {
	background-image: url(../images/red2/button_events1_red2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#business a {
	background-image: url(../images/buttons/button_business1.jpg);background-repeat: no-repeat;background-position: center;
}
#business a:hover {
	background-image: url(../images/red2/button_business_red2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#about a{
	background-image: url(../images/buttons/button_aboutus1.jpg);background-repeat: no-repeat;background-position: center;
}
#about a:hover {
	background-image: url(../images/red2/button_aboutus_red2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#dining a{
	background-image: url(../images/buttons/button_dining.jpg);background-repeat: no-repeat;background-position: center;
}
#dining a:hover {
	background-image: url(../images/red2/button_dining_red2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#map a{
	background-image: url(../images/buttons/button_map1.jpg);background-repeat: no-repeat;background-position: center;
}
#map a:hover {
	background-image: url(../images/red2/button_map_red2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#news a {
	background: url(../images/buttons/button_news1.png) no-repeat center;
}
#news a:hover {
	background: url(../images/red2/button_news_red2.png) no-repeat center;
}
#partners a {
	background-image: url(../images/buttons/button_partners1.jpg);background-repeat: no-repeat;background-position: center;
}
#partners a:hover {
	background-image: url(../images/red2/button_partners_red2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#gifts a {
	background-image: url(../images/buttons/button_gifts1.jpg);background-repeat: no-repeat;background-position: center;
}
#gifts a:hover {
	background-image: url(../images/red2/button_gifts_red2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#offers a {
	background-image: url(../images/buttons/button_offers.png);background-repeat: no-repeat;background-position: center;
}
#offers a:hover {
	background-image: url(../images/red2/button_offers_red2.png);
	background-repeat: no-repeat;
	background-position: center;
}
#coupons a {
	background-image: url(../images/buttons/button_coupons.png);background-repeat: no-repeat;background-position: center;
}
#coupons a:hover {
	background-image: url(../images/red2/button_coupons_red2.png);
	background-repeat: no-repeat;
	background-position: center;
}
#shopping a {
	background: url(../images/buttons/button_shoponline.jpg) no-repeat center;
}
#shopping a:hover {
	background: url(../images/red2/button_shoponline_red2.jpg) no-repeat center;
}
#members a {
	background: url(../images/buttons/button_members_red2.png) no-repeat center;
}
#members a:hover {
	background: url(../images/red2/button_members_red.png) no-repeat center;
}
#multi a {
	background-image: url(../images/buttons/button_multi1.jpg);background-repeat: no-repeat;background-position: center;
}
#multi a:hover {
	background-image: url(../images/red2/button_multi_red1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#history a {
	background: url(../images/buttons/button_history.png) no-repeat center;
}
#history a:hover {
	background: url(../images/red2/button_history_red2.png) no-repeat center;
}
#contact a {
	background-image: url(../images/buttons/button_contact1.jpg);background-repeat: no-repeat;background-position: center;
}
#contact a:hover {
	background-image: url(../images/red2/button_contact_red2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#sitemap a {
	background-image: url(../images/buttons/button_sitemap1.jpg);background-repeat: no-repeat;background-position: center;
	border:none;
}
#sitemap a:hover {
	background-image: url(../images/red2/button_sitemap_red2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border:none;
}
