@charset "UTF-8";
#product_nav, .submenu {
	width: 150px;
	list-style-type: none;
	border-bottom-width: 1px;
	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;
	background-color: #D06F19;
}


#product_nav li a {
	text-decoration: none;
	background: none;
	display: block;
	padding: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffd300;
	font-size: 12px;
	font-weight: bold;
}

#product_nav li:hover a{
	color: #FFFFFF;
}

#product_nav li:hover {
	background-color: #C1CF2E;
}
/* 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;
	
}

