#nav,#nav ul {
	float: left;
	width: 99.9%;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #fff;
	z-index: 50;
}

#nav a {
	text-decoration: none;
}

#nav span.childmenutext {
	display: block;
	padding: 1px 10px 1px 2px;
	cursor: default;
	color: #fff;
}

#nav ul a.childmenu span.childmenutext {
	cursor: pointer;
	color: #666;
}

#nav li {
	float: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	width: auto;
	/*background:#BC0000;*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;
	background: #ffffff;
	border: solid 2px #000000;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
	padding-left: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.myhover ul ul,#nav li.myhover ul ul ul
	{
	left: -999em;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.myhover ul,#nav li li.myhover ul,#nav li li li.myhover ul
	{
	left: auto;
}

#nav li:hover,#nav li.myhover {
	background: #000000;
}

#nav li:hover * a span.childmenutext:hover {
	color: #ffffff;
}

/* Used to add a down arrow icon if there are children. If necessary, change /app to match the name of your context. */
#nav li span.menu-has-submenu {
	background-image:
		url(/resources/org.wicketstuff.suckerfish.SuckerfishMenuPanel/menu_has_submenu.gif)
		;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

/* Used to add a right arrow icon if there are children. If necessary, change /app to match the name of your context. */
* /
#nav li li span.menu-has-submenu {
	background-image:
		url(/resources/org.wicketstuff.suckerfish.SuckerfishMenuPanel/submenu_has_submenu.gif)
		;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}