@charset "UTF-8";
/* CSS Document */

#nav ul {
	display: inline;
	clear: both;
	width: 940px;
}
#nav li {
	list-style: none;
	display:inline;
}
#nav a {
	display: block;
	height: 48px;
	float: left;
}

#nav a.home {
	background: url(images/home.jpg) no-repeat;
	width: 75px;
}

#nav a.menu {
	background: url(images/menu.jpg) no-repeat;
	width: 71px;
}

#nav a.kitchen {
	background: url(images/mkitchen.jpg) no-repeat;
	width: 136px;
}

#nav a.mybraza {
	background: url(images/mybraza.jpg) no-repeat;
	width: 93px;
}

#nav a.media {
	background: url(images/media.jpg) no-repeat;
	width: 72px;
}

#nav a.promo {
	background: url(images/promo.jpg) no-repeat;
	width: 108px;
}

#nav a.about{
	background: url(images/aboutus.jpg) no-repeat;
	width: 80px;
}


#nav a.corporate{
	background: url(images/corporate.jpg) no-repeat;
	width: 86px;
}

#nav a.locator{
	background: url(images/locator.jpg) no-repeat;
	width: 113px;
}

#nav a:hover.home  {
	background: url(images/home.jpg) no-repeat center center;
}


#nav a:hover.menu {
	background: url(images/menu.jpg) no-repeat left center;
}

#nav a:hover.kitchen {
	background: url(images/mkitchen.jpg) no-repeat left center;
}

#nav a:hover.mybraza {
	background: url(images/mybraza.jpg) no-repeat left center;
}

#nav a:hover.media {
	background: url(images/media.jpg) no-repeat left center;
}

#nav a:hover.promo {
	background: url(images/promo.jpg) no-repeat left center;
}

#nav a:hover.about{
	background: url(images/aboutus.jpg) no-repeat left center;
}


#nav a:hover.corporate{
	background: url(images/corporate.jpg) no-repeat left center;
}

#nav a:hover.locator{
	background: url(images/locator.jpg) no-repeat left center;
}

