/* ================================================================ 
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 {
	position: relative;
	z-index: 400;
	padding-left:13px;
	width: 928px; 

}
.menu,
#menubar .menu {
	
	height: 39px; 
	text-align: center;
	width: 941px; 
}
#nav { 
	height: 39px;
	margin: 0;
	text-align: center;
	width: 941px;
	z-index: 500; 
}

ul#nav {
	margin: 0;
	padding: 0;
	width: 941px;
}
ul#nav li {
	margin: 0;
	padding: 0;
}


#menubar div,
#menubar .menu,
#menubar #nav {
	font-size: 16px;
}


