@charset "UTF-8";
#product_nav, .submenu {
	width: 150px;
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffd300;
	margin: 0px;
	padding: 0px;
	
}
#product_nav li {
	position: relative;
}
.submenu {
	display: none;
	position: absolute;
	left: 150px;
	top: 0px;
}
#product_nav li a {
	text-decoration: none;
	background: none;
	display: block;
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffd300;
}
.secondary a:hover {
	background-color: #FED200;
	color: #8F4A2B;
}
#product_nav li:hover a{
	background-color: #C1CD23;
	color: #8F4A2B;
}

/* Fix IE. Hide from IE Mac \*/
* html #product_nav li { z-index:1; float: left; height: 1%; }
* html #product_nav li a { z-index:1; height: 1%; }
/* End */

li:hover .submenu, li.over .submenu {
	display: block;
	background-color: #C1CD23;
	color:#FFFFFF;
}


.Halloween_Sidebar{
	background-color: #F16F1E;
	font-weight: bold;
}
.Winter_Sidebar{
	font-weight: bold;
	background-color: #63B854;
}
