/*================================================================
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
===================================================================*/
.menu
{
	width: 950px;
	height: 45px;
	position: relative;
	z-index: 100;
	font-family: Helvetica;
	margin-left: 75px;
}
/*hack to correct IE5.5 faulty box model*/
* HTML .menu
{
	width: 950px;
	w\idth: 950px;
}
/*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: 130px;
}
.menu UL UL LI A, .menu UL UL LI A:visited
{
	height: 30px;
	border: 1px solid #255082;
	line-height: 30px;
	font-size: 10.5pt;
	margin-left: 0;
	background-image: none;
	background-color: #2060A0;
	width: 135px;
	border-width: 0 0 1px;
	color: #AACFF8;
}
.menu UL UL LI A:hover
{
	background-color: #347BC9;
	line-height: 30px;
	border-width: 0 0 1px;
	background-image: none;
	color: #FFFFFF;
}
/*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: 135px;
	position: relative;
}
/*style the links for the top level*/
.menu A, .menu A:visited
{
	display: block;
	font-size: 13pt;
	text-decoration: none;
	color: #FFF;
	width: 135px;
	height: 45px;
	border: 1px solid #26A;
	border-width: 1px 0 0;
	background: url(/main_images/menu_bg.png) 0 0;
	line-height: 45px;
	font-weight: normal;
	text-align: center;
}
.end_menu_li A, .end_menu_li A:visited
{
	background: url(/main_images/menu_bg_end.png) 0 0;
}
.end_menu_li A:hover
{
	background: url(/main_images/menu_bg_end.png) 0 -45px;
}
/*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 no-repeat 130px center;
}
/*style the second level hover*/
.menu UL UL A.drop:hover
{
	background: #55B0DF no-repeat 130px center;
}
.menu UL UL :hover>A.drop
{
	background: #C9BA65 no-repeat 130px center;
}
/*style the third level background*/
.menu UL UL UL A, .menu UL UL UL A:visited
{
	background: #1F5F9F;
}
/*style the third level hover*/
.menu UL UL UL A:hover
{
	background: #4D8BD5;
}
/*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: 46px;
	left: 0;
	width: 120px;
}
/*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: 135px;
	top: -1px;
	width: 135px;
}
/*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
{
	background: url(/main_images/menu_bg.png) 0 -45px;
	border: 1px solid #258;
	border-width: 1px 0 0;
	line-height: 47px;
}
.menu :hover>A, .menu UL UL :hover>A
{
	background: url(/main_images/menu_bg.png) 0 -45px;
	line-height: 47px;
}
.end_menu_li :hover>A, .end_menu_li UL UL :hover>A
{
	background: url(/main_images/menu_bg_end.png) 0 -45px;
}
/*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;
}
/*================================================================*/
.menu UL UL .current_page_item A
{
	color: #FF0000;
	background: #FFFFFF;
	border-left: 1px solid #000000;
}
.menu .current_page_item A
{
	color: #FF0000;
	font-weight: bold;
	background: #FFFFFF;
}
.menu UL .current_page_item UL A
{
	color: #FFFFFF;
	font-weight: normal;
	background: #000000;
}
.menu UL .current_page_item UL A:hover
{
	background: #808080;
}
.menu .current_page_item A:hover
{
	background: #FFFFFF;
}
/*================================================================
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: 135px;
}
/*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: 135px;
	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: 135px;
	w\idth: 134px;
}
/*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: 132px;
	width: 132px;
	position: relative;
}
.menu_left UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
	padding: 1px 1px 0;
	background: #FFF;
}
.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: 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;
}
