.winterfest_menu * {
	padding:0;
	margin:0;
	border:0;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

.winterfest_menu {
	width:100%;
	font-size:12px;
	position:relative;
	z-index:99;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:7px;
}

/* hack to correct IE5.5 faulty box model */
* html .winterfest_menu {
	width:100%;
	w\idth:100%;
}
/* remove all the bullets, borders and padding from the default list styling */
.winterfest_menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.winterfest_menu ul ul {
	width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown winterfest_menu positon */
.winterfest_menu li {
	float:left;
	width:auto;
	position:relative;
}
/* style the links for the top level */
.winterfest_menu a, .winterfest_menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:auto;
	height:30px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	background:#2f2f2f url(winterfest_menu_bg.jpg);
	padding:0;
	line-height:29px;
	white-space:nowrap;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .winterfest_menu a, * html .winterfest_menu a:visited {
	width:149px;
	w\idth:138px;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.winterfest_menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:149px;
	border-top:1px solid #000;
}
/* another hack for IE5.5 */
* html .winterfest_menu ul ul {
	top:30px;
	t\op:31px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.winterfest_menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	;
}
/* style the second level links */
.winterfest_menu ul ul a, .winterfest_menu ul ul a:visited {
	background:#2f2f2f;
	color:#fff;
	height:auto;
	line-height:1em;
	padding:8px 10px;
	width:128px;
	border:0;
	
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
/* yet another hack for IE5.5 */
* html .winterfest_menu ul ul a, * html .winterfest_menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.winterfest_menu a:hover, .winterfest_menu ul ul a:hover {
	color:#fff;
	background:#7397A7 url(winterfest_menu_bg_hover.jpg);
}
.winterfest_menu :hover > a {
	color:#fff;
	background:#7397A7 url(winterfest_menu_bg_hover.jpg);
}

.winterfest_menu ul ul :hover > a {
	color:#fff;
	background:#890f0d;
}
/* make the second level visible when hover on first level list OR link */
.winterfest_menu ul li:hover ul, .winterfest_menu ul a:hover ul {
	visibility:visible;
}