/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#top-menu li a {
	padding-bottom: 10px;
}

#top-menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	overflow: visible;
	width: 140px;
	font-weight: normal;
	border-color: #BBCB67;
	border-width: 0.25em;
	margin: 0 0 0 -6px;
	padding: 0;
	background-color: #333;
}

#top-menu li ul li {
	line-height: 24px;
	margin-top: -1px;
	padding: 0 10px;
	width: 120px;
	text-align: left;
	clear: both;
	float: left;
}

#top-menu li ul li:hover {
}


#top-menu li ul.list-right li {
/*	float: right !important; */
}


#top-menu li ul a {
	min-width: 100%;
	color: #ccc;
}

#top-menu li ul a:hover {
	color: #fff;
	text-decoration: underline;		
	padding-right: 0;
	margin-left: 0;
}

#top-menu li ul ul {
	margin: -1.75em 0 0 14em;
}

#top-menu li:hover ul ul, #top-menu li:hover ul ul ul, #top-menu li.sfhover ul ul, #top-menu li.sfhover ul ul ul {
	left: -999em;
}

#top-menu li:hover ul, #top-menu li li:hover ul, #top-menu li li li:hover ul, #top-menu li.sfhover ul, #top-menu li li.sfhover ul, #top-menu li li li.sfhover ul {
	margin-left: auto;
	left: auto;
	float: none;
	clear: both;
	padding-left: 0;
}

/* end drop-down */

