
/* ================================================================ 
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-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu
{
	width:950px;
	height:25px;
	font-size:11px;
	position:relative;
	top:65px;
	z-index:100
}

/* hack to correct IE5.5 faulty box model */
* html .menu
{
	width:500px
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	float:right;
	list-style-type:none;
	margin:0 70px 0 0;
	padding:0
}

.menu ul a
{
	background:#000 url(images/menu.jpg) top left repeat-x
}

.menu ul a:visited
{
	background:#000 url(images/menu.jpg) top left repeat-x
}

.menu ul a:hover
{
	background:#000 url(images/menuhover.jpg) top left repeat-x
}

.menu ul ul a
{
	border:0;
	background:#000;
	color:#fff;
	height:auto;
	line-height:1em;
	width:120px;
	padding:5px 10px
}

.menu ul ul ul a
{
	border:0;
	background:#333;
	margin:4px 0 0 30px
}

/* 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:25px;
	left:0;
	width:120px
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
	float:left;
	text-align:center;
	width:120px;
	position:relative;
	border:1px solid #000
}

.menu a
{
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:120px;
	height:25px;
	background:#000;
	line-height:25px
}

.menu a:visited
{
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:120px;
	height:25px;
	background:#000;
	line-height:25px
}

* html .menu a
{
	width:120px
}

* html .menu a:visited
{
	width:120px
}

.menu ul ul ul a:visited
{
	background:#333;
	margin:4px 0 0 30px
}

/* style the third level hover */
.menu ul ul ul a:hover
{
	background:#222
}

/* another hack for IE5.5 */
* html .menu ul ul
{
	top:31px
}

/* position the third level flyout menu */
.menu ul ul ul
{
	visibility:hidden;
	left:110px;
	top:-1px;
	width:120px
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left
{
	left:-110px
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
{
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse
}

.menu ul ul a:visited
{
	background:#000;
	color:#fff;
	height:auto;
	line-height:1em;
	width:120px;
	padding:5px 10px
}

.menu ul ul li
{
	border:0;
	height:20px;
	
}

.menu ul ul ul li
{
	border:0;
	height:20px;
}

* html .menu ul ul a
{
	width:120px
}

* html .menu ul ul a:visited
{
	width:120px
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
	visibility:hidden
}

.menu ul ul a.drop:hover
{
	background:#111
}

.menu ul ul :hover > a.drop
{
	background:#111
}

.menu a:hover
{
	color:#fff;
	background:#333
}

.menu ul ul a:hover
{
	color:#fff;
	background:#333
}

.menu :hover > a
{
	color:#fff;
	background:#333
}

.menu ul ul :hover > a
{
	color:#fff;
	background:#333
}

.menu ul li:hover ul
{
	visibility:hidden
}

.menu ul a:hover ul
{
	visibility:hidden
}

.menu ul :hover ul :hover ul
{
	visibility:hidden
}

.menu ul li:hover ul ul
{
	visibility:hidden
}

.menu ul a:hover ul ul
{
	visibility:hidden
}

.menu ul :hover ul ul :hover ul ul
{
	visibility:hidden
}

.menu ul ul li:hover ul ul ul
{
	visibility:hidden
}

.menu ul ul a:hover ul ul ul
{
	visibility:hidden
}

.menu ul ul :hover ul ul ul :hover ul ul ul
{
	visibility:hidden
}