menu {
	width: 650px;
	/* height: 23px; */
	margin: 0 auto;
/*	border: 1px solid red; */
  position:relative;
  top:7px;
}

ul#nav, ul#nav ul {
	float: left;
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width:99%;
/*	border: 1px solid blue; */
}
 
ul#nav a,
ul#nav ul ul a {
	display: block;
/*	float: left; */

	height: 25px;
	margin: 0;
/* 	padding: 2px 25px 0 25px; */
	background: url(../images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 11px;
	xxxfont-weight: bold;
	color: #D6D7D6;
}

ul#nav a:hover {
	background-image: url(../images/img04.gif);
	text-decoration: none;
}
 
ul#nav li.menuparent {
	background-image: url(../images/arrow.gif) no-repeat 90% 40%;	
}

 
ul#nav li {
	float: left;
	padding: 0;
	width: 16.2%;
	position:relative;
/* 	border:1px solid yellow; */
}

ul#nav li a.active {
	display: block;
	background: url(../images/img05.gif);
}
 
ul#nav li ul {
	position: absolute;
	left: -999em;
	top:26px;
	height: auto;
	width: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;	
}
 
ul#nav li li, ul#nav li.menuparent li {
 float:none;
 width:100%;
}

 
ul#nav li ul a,
ul#nav li ul a.menuparent {
/* 	width: 12em; */
/*	padding-left: 1em; */
}
 
ul#nav li ul ul {
	margin: -2.6em 0 0 12.9em;
}
 
ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li.sfhover ul ul, ul#nav li.sfhover ul ul ul {
	left: -999em;
}
 
ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li.sfhover ul, ul#nav li li.sfhover ul, ul#nav li li li.sfhover ul {
	left:0;
}
 
ul#nav li:hover,
ul#nav li.sfhover {
	float: left;
	display: block;
	color: white;
	background: transparent;
}

