/*================================================================
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: 100%;
	height: 32px;
	z-index: 100;
	float: left;
	margin-top: 197px;
	font: bold 12px Verdana;
	margin-left: 16px;
	_margin-left: 3px;
}
/*hack to correct IE5.5 faulty box model*/
* HTML .menu
{
	/*[disabled]width:746px;*/
	/*[disabled]w\idth:745px;*/
}
/*remove all the bullets, borders and padding from the default list styling*/
.menu UL
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.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;
	/*[disabled]width:135px;*/
	position: relative;
	padding: 0;
	margin: 0px 10px;
}
.menu LI LI
{
	margin: 0px;
	/*[disabled]border-bottom:0px solid #FFFFFF;*/
}
/*Set background on top level - NB*/
.menu UL LI A.drop, .menu UL LI A.drop:visited, .menu UL LI A
{
	background: transparent;
	color: #7AA;
}
/*style the links for the top level*/
.menu A, .menu A:visited
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #80A9A7;
	/*[disabled]width:138px;*/
	height: 31px;
	/*[disabled]border:1px solid #000;*/
	/*[disabled]border-width:1px 0 1px 1px;*/
	/*[disabled]background:transparent;*/
	padding-left: 10px;
	line-height: 29px;
	padding-right: 10px;
	/*[disabled]border-bottom:1px solid transparent;*/
}
/*Top level items - width fix for IE6 (width wraps to items) - NB*/
* HTML .menu A, * HTML .menu A:visited
{
/*width is less than text lengths*/
	width: 50px;
	white-space: nowrap;
}
/*style the second level background
Third selector added by NB*/
.menu UL UL A.drop, .menu UL UL A.drop:visited, .menu UL UL A, .menu UL UL A:visited
{
	background: #80A9A7;
	width: 138px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
/*style the second level hover*/
.menu UL UL A.drop:hover
{
	/*[disabled]background:#C9BA65 url(images/drop.gif) no-repeat bottom right;*/
}
.menu UL UL :hover>A.drop
{
	/*[disabled]background:#C9BA65 url(images/drop.gif) no-repeat bottom right;*/
}
/*style the third level*/
.menu UL UL UL A, .menu UL UL UL A:visited
{
	background: #80A9A7;
	border: 1px solid #FFFFFF;
	border-bottom: none;
}
/*style the third level hover*/
.menu UL UL UL A:hover
{
	background: #9CB2B0;
}
/*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: 31px;
	left: 0;
	width: 149px;
	/*[disabled]border-top:1px solid #000;*/
}
/*another hack for IE5.5*/
* HTML .menu UL UL
{
	top: 30px;
	t\op: 31px;
}
/*position the third level flyout menu*/
.menu UL UL UL
{
	left: 158px;
	_left: 148px;
	top: 0px;
	width: 149px;
}
/*position the third level flyout menu for a left flyout*/
.menu UL UL UL.left
{
	left: -149px;
}
/*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, .menu ul ul a: visited {background:#d4d8bd*/
	color: #000;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 128px;
	border-width: 0 1px 1px;
}
/*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 and 2nd level hover*/
.menu A:hover, .menu UL UL A:hover
{
	color: #FFF;
	background: #9DB3B1;
}
.menu :hover>A, .menu UL UL :hover>A
{
	color: #FFF;
	background: #9DB3B1;
}
/*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;
}
/*================================================================
This CSS is further CSS I have created specifically for Wordpress
so that the current page is highlighted in two levels.
If you want it in three levels let me know.

Author: Isaac Rowntree
Website: www.zackdesign.biz
===================================================================*/
.menu UL UL .current_page_item A
{
}
.menu .current_page_item>A, .menu .current_page_item>A:visited
{
/*the dropdown doesn't open if these are enabled in IE6*/
	background-color: #9DB3B1;
	color: #FFF;
}
.menu UL .current_page_item UL A
{
	/*[disabled]color:#FFFFFF;*/
	/*[disabled]font-weight:normal;*/
	/*[disabled]background:#000000;*/
}
.menu UL .current_page_item UL A:hover
{
	/*[disabled]background:#808080;*/
}
.menu .current_page_item A:hover
{
	/*[disabled]background:#FFFFFF;*/
}
