
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_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.
=================================================================== */
#multi-level {
	height:36px;
	position:relative;
	z-index:100;
	width: 677px;
	float: left;
}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:36px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.H1 {width:64px; background:url(../images/menu/MainMenu2_1.png) no-repeat;}
.menu li.H50 {width:94px; background:url(../images/menu/MainMenu2_50.png) no-repeat;}
.menu li.H57 {width:110px; background:url(../images/menu/MainMenu2_57.png) no-repeat;}
.menu li.H58 {width:106px; background:url(../images/menu/MainMenu2_58.png) no-repeat;}
.menu li.H51 {width:109px; background:url(../images/menu/MainMenu2_51.png) no-repeat;}
.menu li.H54 {width:97px; background:url(../images/menu/MainMenu2_54.png) no-repeat;}
.menu li.H6 {width:89px; background:url(../images/menu/MainMenu2_6.png) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#PAGE1 {width:64px; background:url(../images/menu/MainMenu_1.png) no-repeat;}
.menu li a#PAGE50 {width:94px; background:url(../images/menu/MainMenu_50.png) no-repeat;}
.menu li a#PAGE57 {width:110px; background:url(../images/menu/MainMenu_57.png) no-repeat;}
.menu li a#PAGE58 {width:106px; background:url(../images/menu/MainMenu_58.png) no-repeat;}
.menu li a#PAGE51 {width:109px; background:url(../images/menu/MainMenu_51.png) no-repeat;}
.menu li a#PAGE54 {width:97px; background:url(../images/menu/MainMenu_54.png) no-repeat;}
.menu li a#PAGE6 {width:89px; background:url(../images/menu/MainMenu_6.png) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#PAGE1:hover, .menu li:hover a#PAGE1,
.menu li a#PAGE50:hover, .menu li:hover a#PAGE50,
.menu li a#PAGE57:hover, .menu li:hover a#PAGE57,
.menu li a#PAGE58:hover, .menu li:hover a#PAGE58,
.menu li a#PAGE51:hover, .menu li:hover a#PAGE51,
.menu li a#PAGE54:hover, .menu li:hover a#PAGE54,
.menu li a#PAGE6:hover, .menu li:hover a#PAGE6 {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:0px;
	top:36px;
	background: #fff;
	padding:3px 0;
	white-space:nowrap;
	width:150px;
	height:auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #888;
	border-right-color: #888;
	border-bottom-color: #888;
	border-left-color: #888;
}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:144px;}
.menu :hover ul.sub li a {display:block; font-size:12px; height:20px; width:144px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {
	background-color: #fff;
	background-image: url(../images/menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 145px 7px;
}
.menu :hover ul.sub li a:hover {
	color:#fff;
	background-color: #FF6600;
}
.menu :hover ul.sub li a.fly:hover {
	color:#fff;
	background-color: #2A5AAB;
	background-image: url(../images/menu/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 140px 7px;
}
.menu :hover ul li:hover > a.fly {
	color:#fff;
	background-color: #2A5AAB;
	background-image: url(../images/menu/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 140px 7px;
} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:143px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:145px; z-index:300; height:auto; z-index:300;}