/* Work around for centre menu  */
#nav_container {
	background: #a9a9a9;
	padding: 20px;
}
#nav_wrap {
	background: url('../images/bottom-nav.png') no-repeat center bottom #FFF;
	height: 125px;
}
#navi {
	margin: 0 auto;
	display: table;
}
/* Default formatting */
#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navi ul li {
	position: relative;
	float: left;
	text-align: center;
}
#navi ul ul {
	position: absolute;
	z-index: 500;
}
#navi ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#navi ul li.last ul li {
	float: right;
	text-align: right;
}
div#navi ul ul,
div#navi ul li:hover ul ul,
div#navi ul ul li:hover ul ul {
	display: none;
}

div#navi ul li:hover ul,
div#navi ul ul li:hover ul,
div#navi ul ul ul li:hover ul {
	display: block;
}

/* Default menu item formatting */
#navi ul li a {
	font-family: Georgia;
	text-transform: uppercase;
	font-size: 11px;
	color: #333;
	width: 97px;
	height: 28px;
	padding: 92px 8px 0;
	display: block;
	margin: 0;
	text-decoration: underline;
	border-right: 2px solid #a9a9a9;
	text-decoration: none;
}
#navi ul li.export a, #navi ul li.wine-news a, #navi ul li.menu-item-1300 a, #navi ul li.contact a {
	padding-top: 87px;
	height: 33px;
}
#navi ul li.about {
	background: url('../images/nav-about.jpg') 0 0 no-repeat;	
}
#navi ul li.export {
	background: url('../images/nav-export.jpg') 0 0 no-repeat;	
}
#navi ul li.wines {
	background: url('../images/nav-wines.jpg') 0 0 no-repeat;	
}
#navi ul li.wine-news {
	background: url('../images/nav-wine-news.jpg') 0 0 no-repeat;	
}
#navi ul li.menu-item-1300 {
	background: url('../images/nav-lavina-team.jpg') 0 0 no-repeat;	
}
#navi ul li.images {
	background: url('../images/nav-images.jpg') 0 0 no-repeat;	
}
#navi ul li.wine-links {
	background: url('../images/nav-wine-links.jpg') 0 0 no-repeat;	
}
#navi ul li.contact {
	background: url('../images/nav-contact.jpg') 0 0 no-repeat;	
}


/* Hover formatting */
#navi ul li:hover {
	background-position: -115px 0;
}

/* Dropdown formatting */
#navi ul li ul li, #navi ul li ul li:hover ul li {
	background: red;
	width: 200px;
	height: 20px;
}
#navi ul li ul li a, #navi ul li ul li:hover ul li a {
	color: #FFF;
	padding: 0 12px;
}

/* Dropdown hover formatting */
#navi ul li ul li:hover, #navi ul li ul li ul li:hover {
	background: green;
}
