/* ================================================================ 
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:#fff;
	position: relative;
	width: 915px; /* 960px (total width) - 22px (right cap image width) - 23px (left cap image width) */
	z-index: 400;
}
.menu,
#menubar .menu {
	height: 30px; 
	text-align: center;
}
#nav {
	margin: 0;
	text-align: center;
	z-index: 500; 
}

ul#nav {
	height: 22px; /* 30px(total height) - 7px (padding top) */
	margin: 0;
	padding: 8px 0 0 0;
	width: 915px;
}
ul#nav li {
	font-family:"Helvetica", Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding: 0;
	margin-bottom: 11px;
	text-transform: uppercase;
}

