/*DMC CSS
================================================================
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 0 10px 5px;
}
#categories UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
	background: #FFF;
	padding: 1px 1px 0;
}
#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: 213px;
	white-space: normal;
	border: 5px solid #E8E8E8;
}
#categories A
{
	display: block;
	font: bold 14px Garamond, "Times New Roman", serif;
	color: #000080;
	line-height: 24px;
	text-decoration: none;
	padding: 0 20px 0 10px;
}
#categories UL LI:hover>UL
{
	visibility: visible;
	left: 100%;
	margin-top: -24px;
	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: #FE0000;
	color: #FFF;
}
#categories LI:hover>A
{
	background: #FE0000;
	color: #FFF;
}
#categories LI A.fly
{
	/*[empty]background:;*/
}
#categories LI A.fly:hover
{
	background: #FE0000;
}
#categories LI:hover>A.fly
{
	background: #FE0000;
}
#categories TABLE
{
	position: absolute;
	left: 99%;
	height: 0;
	width: 0;
	border-collapse: collapse;
	margin-top: -7px;
	margin-left: -1px;
}
UL.level1 UL
{
	border: 1px solid #000065;
        z-index: 2000;
}

