ul#nav {
	width: 960px;
	margin: 4px auto;
}

#menubar a, #nav a, .homemenu a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

#nav li a {
	color: #FFF;
	text-decoration: inherit;
	display: block;
}

/* menu, 1st level */

#nav li ul li a {
	color: #FFF;
	text-decoration: inherit;
}

/* sub-menu items */

/*ul { margin: 0; padding: 0; }*/

#nav ul, #menubar ul {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
	position: relative;
	width: auto;
	line-height: 42px;
	text-align: left;
	cursor: default;
	background-color: #CFB15C;
	

/* #CFB15C; */
	list-style: none;
	padding: 0 1em 0 1em;
	margin: 0;
	vertical-align: top;
}

#nav li.selected {
	background: #CFB15C url(../gfx/line-white.png) repeat-x 0 bottom;
}

#nav li.selected li {
	background: #CFB15C;
	border-left: solid 2px #CFB15C;
	border-right: solid 2px #CFB15C;
}

#nav li.selected li.selected {
	border-left: solid 2px white;
	border-right: solid 2px white;
}

#nav li.two_lines {
	line-height: 14px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#nav li ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
}

li>ul {
	top: auto;
	left: auto;
}

#nav li ul li {
	display: block;
	float: none;
	width: 12em;
	border: 0 solid #D9C17D;
	border-top-width: 1px;
	line-height: 14px;
	padding: 4px 1.5em 4px 0.5em;
}

/*
#nav li:hover ul, * #nav li.over ul {
	display: block;
	font-weight: normal;
}
*/
#nav li:hover, * #nav li.over {
	background-color: #D9C17D;
	color: #41093F;
	font-weight: normal;
}

