#main-menu-wrapper {
	height: 52px;
	background-image:url("../images/bg/bg_menu.jpg");
}

ul#main-menu {
	height: 52px;
	width: 900px;
	margin: 0 auto;
	background-image:url("../images/bg/bg_menu.jpg");
}

ul#main-menu li {
	float: left;
	height: 52px;
	position: relative;
}

ul#main-menu li a {
	display: block;
	padding: 14px 10px;
	font-size: 20px;
	font-style: italic;
	text-align: center;
}

.submenu {
	font-size: 18px;
	font-style: italic;
	margin: 20px 20px;
}
.submenu a {
	font-size: 18px;
	font-style: italic;
}
.submenu a:hover {
	text-decoration: underline;
}
.submenu a.sel {
	text-decoration: underline;
}

/** HOME **/
#main-menu #menu-home a,
#main-menu #menu-home-sel a {
	width: 106px;
	color: #fff;
	background: none;
}
#main-menu #menu-home a:hover,
#main-menu #menu-home-sel a {
	background: url("../images/menu/menu_home_sel.jpg") no-repeat center center;
}
/** NUNTI **/
#main-menu #menu-nunti a,
#main-menu #menu-nunti-sel a {
	width: 86px;
	background: none;
}
#main-menu #menu-nunti a:hover,
#main-menu #menu-nunti-sel a {
	background: url("../images/menu/menu_nunti_sel.jpg") no-repeat center center;
}
/** CATERING **/
#main-menu #menu-catering a,
#main-menu #menu-catering-sel a {
	width: 120px;
	background: none;
}
#main-menu #menu-catering a:hover,
#main-menu #menu-catering-sel a {
	background: url("../images/menu/menu_catering_sel.jpg") no-repeat center center;
}
/** GALERIE FOTO **/
#main-menu #menu-galerie-foto a,
#main-menu #menu-galerie-foto-sel a {
	width: 137px;
	background: none;
}
#main-menu #menu-galerie-foto a:hover,
#main-menu #menu-galerie-foto-sel a {
	background: url("../images/menu/menu-galerie-foto-sel.jpg") no-repeat center center;
}
/** CONTACT **/
#main-menu #menu-contact a,
#main-menu #menu-contact-sel a {
	width: 130px;
	background: none;
}
#main-menu #menu-contact a:hover,
#main-menu #menu-contact-sel a {
	background: url("../images/menu/menu_contact_sel.jpg") no-repeat center center;
}
