ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#subnav a {
	text-decoration: none;
}

#subnav li li a {
	display: block;
	font-weight: normal;
	color: #fdf71c;
	padding: 5px 10px 5px 10px;
	line-height: 1em;
	min-height: 1em;
	height: auto !important;
	height: 1em; 
}

#subnav li li a:hover {
	color: #ffffff;
	text-decoration:underline;
	padding: 5px 10px 5px 10px;
	line-height: 1em;
	min-height: 1em;
	height: auto !important;
	height: 1em; 
}

#subnav li li a.sel, a:hover.sel {
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 5px 10px 5px 10px;
	line-height: 1em;
	min-height: 1em;
	height: auto !important;
	height: 1em; 
}

li {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(../images/w_subnav_bg.png) bottom left no-repeat;
	width:164px;
	padding:8px 8px 16px 8px;
}

li>ul {
	top: auto;
	left: -8px;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
