/*================================================================
This copyright notice must be kept untouched in the stylesheet at
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/categoriess/anywidth-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
===================================================================*/
#categories
{
	margin: 0;
}
#categories UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
	background-color: #FEF2ED;
	padding: 1px;
}
#categories LI
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#categories LI
{
	display: inline-block;
	display: inline;
}
#categories UL
{
	position: absolute;
	left: -9999px;
}
#categories UL.level1
{
	position: relative;
	left: 0;
	top: 0px;
	width: 182px;
	white-space: normal;
}
#categories A
{
	display: block;
	color: #505050;
	line-height: 22px;
	text-decoration: none;
	padding: 0 5px;
}
#categories UL LI:hover>UL
{
	visibility: visible;
	left: 100%;
	margin-top: -23px;
	margin-left: -1px;
}
#categories A:hover UL, #categories A:hover A:hover UL, #categories A:hover A:hover A:hover UL
{
	left: 100%;
	visibility: visible;
}
#categories A:hover UL UL, #categories A:hover A:hover UL UL
{
	left: -9999px;
}
#categories LI A:hover
{
	background-color: #FABCA9;
}
#categories LI:hover>A
{
	background-color: #FABCA9;
}
#categories LI A.fly
{
	background: url(http://custom.buyitsellit.com/23/orange_arrow.gif) no-repeat right center;
}
#categories LI A.fly:hover
{
	background: #FABCA9 url(http://custom.buyitsellit.com/23/white_arrow.gif) no-repeat right center;
}
#categories LI:hover>A.fly
{
	background: #FABCA9 url(http://custom.buyitsellit.com/23/white_arrow.gif) no-repeat right center;
}
#categories UL.level1 LI UL LI A
{
	background-color: #FABCA9;
	border-bottom: 1px solid #FEF2ED;
}
#categories UL.level1 LI UL LI A:hover
{
	background-color: #FEAC89;
}
#categories TABLE
{
	position: absolute;
	left: 99%;
	height: 0;
	width: 0;
	border-collapse: collapse;
	margin-top: -7px;
	margin-left: -1px;
}
