/* ================================================================
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:30px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
ul.menu {
	margin-top: 0px
}

.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;
	font-size: 11pt;
	margin: 0px;
	padding: 0px
}

/* 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 {
	background: url('/images/bg_nav_left.gif') no-repeat top left;
	margin-right: 10px
}

.menu li.top a.top_link {
	color: #03255b;
	display: block;
	float: left;
	height: 22px;
	padding: 11px 15px 0px 15px;
	font-size: 0.85em;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	background: url('/images/bg_nav_right.gif') no-repeat top right
}
.menu li.top a.top_link:hover { text-decoration: none }

.menu a { font-weight: normal }

/* 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 */

/* 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;z-index: 100}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:0px;
	top:33px;
	background: #fff;
	padding:3px 0;
	border: 1px solid #8fd2c1;
	white-space:nowrap;
	width:193px;
	height:auto;
}
.menu :hover ul.sub li {display:block; position:relative; float:left; width:190px;}
.menu :hover ul.sub li a {
	display:block;
	font-size: 0.9em;
	padding: 3px;
	color: #03255b;
	text-decoration:none;
	border-left: 3px solid white
}
.menu :hover ul.sub li a.fly {background:#fff url('/images/nav_dropdown.gif') no-repeat right center;}
.menu :hover ul.sub li a:hover {
	background-color: #efefef;
}
.menu :hover ul.sub li a.fly:hover {background:#e1f1f6 url(http://www.cssplay.co.uk/menus/drop.gif) 80px 7px no-repeat;}
.menu :hover ul li:hover > a.fly {background:#e1f1f6 url(http://www.cssplay.co.uk/menus/drop.gif) 80px 7px no-repeat;}

/* 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:120px; top:0px; background: #fff; padding:3px 0; border: 2px solid #ffd6b2; white-space:nowrap; width:183px; z-index:200; height:auto }
