/* ================================================================ 
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: 24px; 
	position:relative; 
	z-index:100; 
	float: left; 
	
	margin-top:2px;
}

/* 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; float:left; }

/* Set up the size of the list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative; background-color:#2D3194; border-bottom:1px solid white; border-top:1px solid white;}

/* 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: auto; 
	float:left; 
	height:22px; 
	line-height:22px; 
	text-decoration:none; 
	text-align: center;
	color:#767676; 
	margin-left:0px;
	margin-right:4px;
	_margin-left:0px;
	_margin-right:2px;
	padding-left:8px;
	font-size: 12px;
	color:#FFFFFF; 
	background-color:#2D3194;
}

/* 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 {color: #FFFFFF;}

/* 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:left;
	white-space:nowrap; 
	min-width:160px;
	width:auto; 
	_min-width:160px;
	_width:auto;
	line-height:20px; 
	height:auto;
	background-color:#2D3194;
	left:0px;
	_left:0px;
	_margin-top:-8px;
	margin-top:-7px;
	padding-left:5px;
	border-top:1px solid #FFFFFF;
	font-size:11px;
	
	
}
.menu :hover ul.sub li {
	display:block; 
	float:left; 
	
	/*background-repeat: no-repeat;*/
}
.menu :hover ul.sub li a {
	display:block; 
	float:left; 
	height:20px;  
	line-height:20px; 
	text-decoration:none; 
	padding:0;
	color: #FFFFFF;
	
	
min-width:160px;

_min-width:160px;
	
}

/* 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: #FFFFFF;

	min-width:160px;
	width:auto;
	_min-width:160px;
	_width:auto;
	background-color:#6CAADD;
	
}

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


/* 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:100px; top:0; padding:5px 5px 5px 0; white-space:nowrap; min-width:80px; width:auto; _min-width:80px; _width:auto; z-index:200; height:auto;}

#menu{
	margin-top:46px;
	_margin-top:20px;
	
}

.menu :hover ul.sub_sub{
	float:left;
	border:1px solid #FFFFFF;
	height:20px;
	background-color:#2D3194;
	left:0;
	text-indent:2pt;
	margin-left:-20px;
	margin-top:-5px;
	
	
}

.menu_arrow{
	float:left; position:absolute; left:0; top:5px; margin-left:-15px;
}

.spacer_menu{
	width:10px; height:20px; display:block;  float:left; top:5px; left:0; margin-left:-5px; position:absolute;
}

.line_space{
	margin-left:3px; float:left; position:relative; font-size:14px; padding-top:2px; color:#FFFFFF; margin-right:3px;
}

.top_link_sm{
	font-size:12px; font-weight:bold; text-decoration:none;
}

.sub_sm a{
	font-size:11px; text-decoration:none; padding-top:0;
}