/* ================================================================ 
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/image_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: 31px; 
	position:relative; 
	z-index:100;
	float:left;
	width:872px; 
	background-image:url(../images/top_menu_bg.gif); 
	/*background-image:url(../images/top_menu_bg_christmas.jpg); */
	margin-bottom: 15px;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */

.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-weight:bold; font-family:"lucida grande", tahoma, arial, sans-serif; font-size:11px;}

/* Set up the size of the 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 link styling */
.menu li.top a.top_link {
	display:block; 
	/*width: 100px; */
	float:left; 
	height:30px; 
	line-height:30px; 
	text-decoration:none; 
	text-align: center;
	color:#fff; 
	background-image:url(../images/top_menu_bg_blue.gif); 
	/*background-image:url(../images/top_menu_bg_christmas.jpg); 
	color: #FFFFFF;*/
	/*padding: 0 17px 0 17px;*/
	padding: 0 15px 0 15px;
	font-size: 11px;
}

.menu li.top a.navy { background-image:url(../images/top_menu_bg_navy.gif); }
.menu li.top a.green { background-image:url(../images/top_menu_bg_green.gif); }
.menu li.top a.blue { background-image:url(../images/top_menu_bg_blue.gif); }
.menu li.top a.red { background-image:url(../images/top_menu_bg_red.gif); }


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

/* Style the top level links */
.menu li.top a.top_link:hover,
.menu li.top:hover a.top_link {/*background: url(../images/top_menu_hover_bg.gif); background-repeat: repeat-x; */color: #fff;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu 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;}

/* Style the drop down sub level links */
.menu :hover ul.sub {
	left:0; 
	top:29px;
	text-align:center;
	white-space:nowrap; 
	/*width:110px;*/
	width:140px;
	line-height:25px; 
	height:auto;
}
.menu :hover ul.sub li {
	display:block; 
	float:left; 
	background:#CB0D27;
	/*background-image: url(../images/top_menu_hover_bg.gif);*/
	/*background-repeat: no-repeat;*/
}
.menu :hover ul.sub li a {
	display:block; 
	float:left; 
	height:25px; 
	/*width:110px;*/
	width:140px; 
	line-height:25px; 
	text-decoration:none; 
	padding:0;
	color: #fff;
	font-weight:bold;
}

/* All this lot is for IE6, believe it or not, to style the fly outs */
.menu :hover ul.sub li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover{
	color: #fff;
	/*background-image: url(../images/top_menu_hover_bg.gif);*/
	text-decoration: underline; 
	font-weight:bold;
}

.menu :hover ul.sub li a:hover span
{color:#000;}


/* Position the flyouts */
.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:107px; top:0; padding:5px 5px 5px 0; white-space:nowrap; width:120px; z-index:200; height:auto;}
