/*================================================================
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
{
	width: 970px;
	height: 38px;
	position: relative;
	z-index: 100;
	border-right: 1px solid #FFF;
	font-family: arial, sans-serif;
	background-color: #999966;
}
/*hack to correct IE5.5 faulty box model*/
* HTML .menu
{
	width: 746px;
	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;
	position: relative;
}
/*style the links for the top level*/
.menu A, .menu A:visited
{
	display: block;
	font-size: 21px;
	text-decoration: none;
	color: #FFF;
	height: 38px;
	border: 1px solid #FFF;
	border-width: 0px 0 0px 1px;
	background: #996;
	padding: 0px 21px;
	line-height: 38px;
	font-weight: normal;
}
/*a hack so that IE5.5 faulty box model is corrected*/
* HTML .menu A, * HTML .menu A:visited
{
	width: 149px;
	w\idth: 138px;
}
/*style the second level background*/
.menu UL UL A.drop, .menu UL UL A.drop:visited
{
	background: #D4D8BD url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;
}
/*style the second level hover*/
.menu UL UL A.drop:hover
{
	background: #C9BA65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}
.menu UL UL :hover>A.drop
{
	background: #C9BA65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
}
/*style the third level background*/
.menu UL UL UL A, .menu UL UL UL A:visited
{
	background: #E2DFA8;
}
/*style the third level hover*/
.menu UL UL UL A:hover
{
	background: #B2AB9B;
}
/*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;
	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: 149px;
	top: -1px;
	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 level hover*/
.menu A:hover, .menu UL UL A:hover
{
	color: #000;
	background: #B7D186;
}
.menu :hover>A, .menu UL UL :hover>A
{
	color: #FFF;
	background: #6DBD43;
}
/*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 A
{
	color: #FF0000;
	background: #FFFFFF;
	border-left: 1px solid #000000;
}
.menu .current_page A
{
	color: #6DBD43;
	font-weight: normal;
	background: #FFFFFF;
}
.menu UL .current_page UL A
{
	color: #FFFFFF;
	font-weight: normal;
	background: #000000;
}
.menu UL .current_page UL A:hover
{
	background: #808080;
}
.menu .current_page A:hover
{
	background: #FFFFFF;
}
/*================================================================
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/flyout3.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.
===================================================================*/
.menu_right
{
	z-index: 1000;
	font-size: 90%;
	float: right;
	margin: 0 25px 50px 0;
/*this page only*/
}
/*remove all the bullets, borders and padding from the default list styling*/
.menu_right UL
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 150px;
}
/*hack for IE5.5*/
* HTML .menu_right UL
{
	margin-left: -16px;
	ma\rgin-left: 0;
}
/*position relative so that you can position the sub levels*/
.menu_right LI
{
	position: relative;
	background: #D4D8BD;
	height: 26px;
}
/*get rid of the table*/
.menu_right TABLE
{
	position: absolute;
	border-collapse: collapse;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 1em;
}
/*style the links*/
.menu_right A, .menu_right A:visited
{
	font-family: verdana, sans-serif;
	display: block;
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	width: 149px;
	color: #000;
	text-indent: 5px;
	border: 1px solid #FFF;
	border-width: 0 1px 1px 0;
}
/*hack for IE5.5*/
* HTML .menu_right A, * HTML .menu_right A:visited
{
	background: #D4D8BD;
	width: 150px;
	w\idth: 149px;
}
/*style the link hover*/
* HTML .menu_right A:hover
{
	color: #FFF;
	background: #949E7C;
}
.menu_right :hover>A
{
	color: #FFF;
	background: #949E7C;
}
/*hide the sub levels and give them a positon absolute so that they take up no room*/
.menu_right UL UL
{
	visibility: hidden;
	position: absolute;
	top: 0;
	left: -150px;
}
/*make the second level visible when hover on first level list OR link*/
.menu_right UL LI:hover UL, .menu_right UL A:hover UL
{
	visibility: visible;
}
/*keep the third level hidden when you hover on first level list OR link*/
.menu_right UL :hover UL UL
{
	visibility: hidden;
}
/*keep the fourth level hidden when you hover on second level list OR link*/
.menu_right UL :hover UL :hover UL UL
{
	visibility: hidden;
}
/*make the third level visible when you hover over second level list OR link*/
.menu_right UL :hover UL :hover UL
{
	visibility: visible;
}
/*make the fourth level visible when you hover over third level list OR link*/
.menu_right UL :hover UL :hover UL :hover UL
{
	visibility: visible;
}
/*
<!--[if IE 7]>
<style type="text/css">
.menu_right li {float:left;}
</style>
<![endif]-->

================================================================
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/latest-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.
===================================================================*/
.menu_left
{
	height: 38px;
	width: 103px;
	position: relative;
}
.menu_left UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
	padding: 1px 1px 0;
	background: #6B4;
}
.menu_left LI
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_left LI
{
	display: inline;
}
.menu_left UL UL
{
	position: absolute;
	left: -9999px;
}
.menu_left UL#toplevel
{
	position: absolute;
	left: 0;
	top: 0;
}
.menu_left A
{
	display: block;
	font: normal 11px verdana, arial, sans-serif;
	color: #000;
	line-height: 22px;
	text-decoration: none;
	padding: 0 20px 0 10px;
}
.menu_left LI A.fly
{
	background: url(anywidth/arrow.gif) no-repeat right top;
}
.menu_left LI A:hover
{
	background-color: #09C;
	color: #FFF;
}
.menu_left LI:hover>A
{
	background-color: #09C;
	color: #FFF;
}
.menu_left UL LI:hover>UL
{
	left: 100%;
	margin-top: -23px;
	margin-left: -1px;
}
.menu_left A:hover UL, .menu_left A:hover A:hover UL, .menu_left A:hover A:hover A:hover UL
{
	left: 100%;
}
.menu_left A:hover UL UL, .menu_left A:hover A:hover UL UL
{
	left: -9999px;
}
.menu_left TABLE
{
	position: absolute;
	left: 99%;
	height: 0;
	width: 0;
	border-collapse: collapse;
	margin-top: -7px;
	margin-left: -1px;
}
