/*================================================================
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
===================================================================*/
.menu
{
	height: 32px;
	position: relative;
	z-index: 10;
	font-family: arial, sans-serif;
	float: right;
	margin-top: 116px;
	margin-left: -100px;
	/*[disabled]_margin-left:-940px;*/
}
/*hack to correct IE5.5 faulty box model*/
* HTML .menu
{
	margin-top: 0;
	width: 900px;
	w\idth: auto;
}
/*remove all the bullets, borders and padding from the default list styling*/
.menu UL
{
	padding: 4px 0px 0px;
	margin: 0px 9px 0px 0px;
	list-style-type: none;
	float: right;
}
.menu UL UL
{
	width: 149px;
}
/*float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon*/
.menu LI
{
	float: left;
	width: auto;
	position: relative;
	text-align: center;
}
/*style the links for the top level*/
.menu A, .menu A:visited
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	width: auto;
	height: 17px;
	border: 1px solid #000;
	border-width: 0px 0px 0px 1px;
	background: #FBFAF5;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 17px;
	font-weight: bold;
	border-top: 2px solid #CBC9B2;
	float: left;
}
/*a hack so that IE5.5 faulty box model is corrected*/
* HTML .menu A, * HTML .menu A:visited
{
	width: 80px;
	w\idth: auto;
}
/*style the second level background*/
.menu UL UL A.drop, .menu UL UL A.drop:visited
{
	background: #EBEAD1 url(images/grey-arrow.gif) no-repeat 134px center;
}
/*style the second level hover*/
.menu UL UL A.drop:hover
{
	background: #FFFFFF url(images/blue-arrow.gif) no-repeat 134px center;
}
.menu UL UL :hover>A.drop
{
	background: #D4D8BD url(images/blue-arrow.gif) no-repeat 134px center;
}
/*style the third level background*/
.menu UL UL UL A, .menu UL UL UL A:visited
{
	background: #E2DFA8;
	/*[disabled]border-top:1px solid #000;*/
}
/*style the third level hover*/
.menu UL UL UL A:hover
{
	background: #FFFFFF;
}
/*hide the sub levels and give them a positon absolute so that they take up no room*/
.menu UL UL
{
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 17px;
	left: 0px;
	width: 149px;
	/*[disabled]border-top:1px solid #000;*/
}
/*another hack for IE5.5*/
* HTML .menu UL UL
{
	top: 18px;
	t\op: 17px;
}
/*position the third level flyout menu*/
.menu UL UL UL
{
	left: 149px;
	top: -1px;
	border-top: 1px solid #000;
	padding-top: 0px;
}
/*position the second & third level flyout menu for a left flyout*/
.menu UL UL UL.left
{
	left: -149px;
}
.menu UL UL.left
{
	left: -95px;
}
/*style the table so that it takes no part in the layout - required for IE to work*/
.menu TABLE
{
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
/*.menu ul ul a, .menu ul ul a: visited*/
.menu UL UL A, .menu UL UL A:visited
{
	background: #FBFAF5;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 128px;
	border-width: 0px 1px 1px;
	text-align: left;
}
/*yet another hack for IE5.5*/
* HTML .menu UL UL A, * HTML .menu UL UL A:visited
{
	width: 150px;
	w\idth: 128px;
}
/*style the top level hover*/
.menu A:hover, .menu UL UL A:hover
{
	color: #000;
	background: #D4D8BD;
}
.menu :hover>A, .menu UL UL :hover>A
{
	color: #000;
	background: #D4D8BD;
}
.menu .new
{
	/*[disabled]border-bottom:2px solid #EB0404;*/
}
/*make the second level visible when hover on first level list OR link*/
.menu UL LI:hover UL, .menu UL A:hover UL
{
	visibility: visible;
}
/*keep the third level hidden when you hover on first level list OR link*/
.menu UL :hover UL UL
{
	visibility: hidden;
}
/*make the third level visible when you hover over second level list OR link*/
.menu UL :hover UL :hover UL
{
	visibility: visible;
}

