/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_dropdown_3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* ----- menu ----- */
.menu {
	color: #3A2F1E;
	padding: 30px 0 0 0;
	position: relative;
	z-index: 400;
}
.menu,
#menubar .menu {
	text-align: center;
}
#nav { 
	color: #fff;
	display:inline-block;
	font-weight:bold;
	position:relative;
	padding: 0;
	text-align: center;
	z-index: 400;
}

ul#nav {
	margin: 0;
	padding: 0;
}
ul#nav li {
	margin: 0;
	padding: 0;
}

