/* ================================================================ 
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/simple_dropline.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.
=================================================================== */

#mainNav .menu {
	margin: 0 auto;
	width:941px; 
	height:32px; 
	padding-left: 15px;
	background: transparent url('/assets/templates/fda/images/menu1_full_956w.png') center top no-repeat;	
	position:relative;
	z-index: 9999; /* keep above all else */
}

#mainNav .menu .select, #mainNav .menu .current {margin:0; padding:0; list-style:none;}

#mainNav .menu li {display:inline; margin:0; padding:0; height:auto;}



#mainNav .menu .select a,
#mainNav .menu .current a {display:block; height:32px; float:left; 
	background:#dbedf8 url('/assets/templates/fda/images/menuLvl1.png') left top repeat-x;
	padding:0 10px 0 10px; 
	text-decoration:none; font-size:12px; line-height:32px; white-space:nowrap; 
	border-right:1px solid #949fb5; 
	color:#445B89;
}
* html #mainNav .menu .select a, * html #mainNav .menu .current a {width:1px; height:31px;}


#mainNav .menu .select a:hover, 
#mainNav .menu .select li:hover a {
	background:#dbedf8 url('/assets/templates/fda/images/menu3Lvl1o.png') left top repeat-x;
	cursor:pointer; 
	color:#fff; /*1e2d4f*/
}

#mainNav .menu .sub {display:none;}

/* for IE5.5 and IE6 only */
#mainNav .menu table {position:absolute; border-collapse:collapse; left:0; top:0;}

#mainNav .menu .current a {background:#666; color:#ff0;}


#mainNav .menu .sub li a:hover, 
#mainNav .menu .select a:hover .sub li a:hover, 
#mainNav .menu .select li:hover .sub li a:hover {
/*	background:#888; 
	color:#1e2d4f; */
	background:transparent url('/assets/templates/fda/images/menu3Lvl2o.png') left top repeat-x;
	color: #fff;
}

#mainNav .menu .sub_active .current_sub a, 
#mainNav .menu .sub_active a:hover {background:#666; color:#ff0;}

#mainNav .menu .select li a:hover .sub, 
#mainNav .menu .select li:hover .sub {
	display:block; position:absolute; 
	width:941px; 
	top:32px; left:0; 
	background: transparent url('/assets/templates/fda/images/menu3_full_956w.png') center top repeat-y;	
	margin-top:0; 
	padding:0; 
	padding-left: 15px;
	z-index:100; color:#fff; 
	font-size:11px;
}
#mainNav .menu .sub, #mainNav .menu .sub_active {margin:0; padding:0; list-style:none;}

#mainNav .menu .sub_active {display:block; position:absolute; width:786px; top:32px; left:0; background:#666; margin-top:0; padding:0; z-index:10;}
* html #mainNav .menu .sub_active, * html #mainNav .menu .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#mainNav .menu .sub_active a {
	height:31px; text-decoration:none; 
	line-height:32px; 
	white-space:nowrap; display:block; 	
	float:left; background:#666; 
	padding:0px 10px; 
	margin:0; font-size:12px; white-space:nowrap; border:0; 
	color:#fff;
}
#mainNav .menu .select a:hover .sub li a, 
#mainNav .menu .select li:hover .sub li a {
	display:block; 
	background:transparent url('/assets/templates/fda/images/menu3Lvl2.png') left top repeat-x;
	padding:0px 10px; 
	margin:0; white-space:nowrap; border:0; 
	color:#bac5e7; /* 445b89 */ 
	font-size:12px;
	border-right:1px solid #949FB5;
}