/*ul#headermenu {font-size: .9em; list-style: none;}
ul#headermenu li {margin: 0; padding: 0; }
ul#headermenu li a { margin:0; padding: 3px; display: block; background: url(../images/headermenu-bg.gif) left center no-repeat; padding-left: 22px; color: #ffffff; }
ul#headermenu li a:hover { background: url(../images/headermenu-on-bg.gif) left center no-repeat; text-decoration: none;}*/
ul#headermenu {font-size: .9em; list-style: none;}
ul#headermenu li {margin: 0; padding:0; height: 2em; background: url(../images/headermenu-bg.gif) left center no-repeat; }
ul#headermenu li a {margin: 0; background: url(../images/headermenu-bg.gif) left center no-repeat; padding-left: 22px; display: block; color: #ffffff; height: 100%; line-height: 2em;}
ul#headermenu li a:hover { background: url(../images/headermenu-on-bg.gif) left center no-repeat; text-decoration: none;}
/* horizontal UL Menu - no fixed dimensions, for 5 items ********************************************************/
ul#navmenu {
	bottom: 0;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: relative;
	/*width: 720px; /* Set width to width of container - due to IE width adjustment */
	width: 720px;
	height: 100%;
	z-index: 250;
	}
#navmenu li {
margin:0; padding: 0;
	position: relative;
	float: left;
	/*width: 120px; for 6*/
	width: 16.6%; /*for 5*/
	}
	
/* Menu Item Styling */
#navmenu li a {
	display: block;
	text-decoration: none;
	color: #442317;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #9ed1c2; /* IE6 Bug */
	padding: .25em;
	border: none;
	position: relative;
	margin: 0;
	/*border-bottom: 1px solid #ffffff;*/
	}
	
#navmenu li a:hover, #navmenu li p.selected  {
	color: #ffffff; background: #a18774; text-decoration: none; position: relative; border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
} 
	
/* Drop Down SubMenu for Vertical UL Menu **********************************/	
#navmenu li ul {
	width: 180px; /*arbitrary width */
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
	border: none;
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 1.7em;
	display: none;
	z-index: 300;
	border-bottom: 1px solid #ffffff;
	}
#navmenu li ul li {
margin:0; padding: 0;
width: 100%;
}
/* Drop Down Menu Item Styling */
#navmenu li ul li a {
	text-decoration: none;
	color: #442317;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #9ed1c2; /* IE6 Bug */
	padding: .25em;
	margin: 0;
	border: none;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;	
	} 

/* Fix IE. Hide from IE Mac \*/
* html #navmenu li { float: left; height: 100%; }
* html #navmenu li a { height: 100%; }
* html #navmenu li ul li{ float: left; height: 100%; }
* html #navmenu li ul li a { height: 100%; }
/* EndFix */

/* Hover style and equiv scripting .over */
#navmenu li:hover ul, #navmenu li.over ul { display: block; z-index: 300;} 