/*================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
===================================================================
common styling*/
.menu
{
	font-family: arial, sans-serif;
	width: 280px;
	height: 25px;
	position: absolute;
	left: 512px;
	font-size: 11px;
	z-index: 1;
}
.menu UL LI A, .menu UL LI A:visited
{
	display: block;
	text-decoration: none;
	color: #000;
	width: 104px;
	height: 20px;
	text-align: center;
	color: #FFF;
	border: 1px solid #D4C124;
	background: #606060;
	line-height: 20px;
	font-size: 11px;
	overflow: hidden;
}
.menu UL
{
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu UL LI
{
	float: left;
	position: relative;
}
.menu UL LI UL
{
	display: none;
}
/*specific to non IE browsers*/
.menu UL LI:hover A
{
	color: #FFF;
	background: #606060;
}
.menu UL LI:hover UL
{
	display: block;
	position: absolute;
	top: 21px;
	left: 0;
	width: 105px;
}
.menu UL LI:hover UL LI A.hide
{
	background: #6A3;
	color: #FFF;
}
.menu UL LI:hover UL LI:hover A.hide
{
	background: #D4C124;
	color: #FFF;
}
.menu UL LI:hover UL LI UL
{
	display: none;
}
.menu UL LI:hover UL LI A
{
	display: block;
	background: #EDD619;
	color: #FFF;
}
.menu UL LI:hover UL LI A:hover
{
	background: #D4C124;
	color: #606060;
}
.menu UL LI:hover UL LI:hover UL
{
	display: block;
	position: absolute;
	left: 105px;
	top: 0;
}
.menu UL LI:hover UL LI:hover UL.left
{
	left: -105px;
}

