/*
	Gingerlily CSS Menus
*/


#topmenu ul {
	list-style-type:		none;
}

#topmenu ul li {
	float:					left;
	
	width:					130px;
	position:				relative;
}

#topmenu ul li a {
	display:				block;
	background-image:		url(menu_divider.gif);
	background-repeat:		no-repeat;
	background-position:	100% 50%;
	
	width:					130px;
	padding:				8px 0;
}

#topmenu ul li ul {
	position: 				absolute;
	width: 					200px;
	left: 					-999em;
	
	filter:					alpha(opacity=90);
	opacity: 				0.9;
}

#topmenu ul li:hover {
	background-image:		url(bg_menu-lit.gif);
	background-repeat:		repeat-x;
}

#topmenu li:hover ul, #topmenu li.sfhover ul {
	left: auto;
}

#topmenu ul li ul li {
	background-color:		#BD9E74;
	width:					200px;
}

#topmenu ul li ul li:hover {
	background-color:		#AF926D;
}

#topmenu ul li ul li a {
	width:					200px;
	background-image:		none;
}

