#menu2Container a {
	font-size:1.4em;
	font-weight:normal;
	
	color:#000;
	text-decoration:none;
}

#menu2Container a:hover {
	color:#003064;
}

/* Dropdownmenu */

#pad {height:135px;}

/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu1 {padding:0; margin-top:0px; list-style:none; height:28px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;font-size:14px;}
#menu1 li {float:left; margin-right:2px;list-style:none;}
#menu1 li a {display:block; float:left; height:28px; line-height:28px; color:#444646; text-decoration:none; font-weight:normal; padding:0 20px 0 20px;}


#menu1 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu1 li a:hover {z-index:200; position:relative;color:#444646; }
#menu1 li:hover {position:relative; z-index:200;}

#menu1 li:hover > a {color:#444646; background:#fff;}
#menu1 li:hover > a.sub {color:#444646; background-color:#fff;}

#menu1 li.current a {color:#444646; background-color:#fff;}

#menu1 li a.sub {}
#menu1 li.current a.sub {color:#444646;}

#menu1 :hover ul {left:0; top:28px; left:8px; width:280px;}

/* keep the 'next' level invisible by placing it off screen. */
#menu1 ul li { overflow:hidden;}
#menu1 ul, 
#menu1 :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu1 :hover ul :hover ul
{left:280px; top:-1px; background:#909090; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu1 :hover ul li {margin:0;}
#menu1 :hover ul li a {width:240px; padding:0; text-indent:17px; background-color:#fff; color:#444646; height:27px; line-height:27px;}
#menu1 :hover ul li a.fly {background-color:#fff; background-image:url(/themes/c4design/images/screendesign/bg_submenu1.jpg);}

#menu1 :hover ul :hover {background-color:#fff; color:#444646; background-image:url(/themes/c4design/images/screendesign/bg_submenu2.jpg);}
#menu1 :hover ul :hover a.fly {background-color:#fff; color:#444646; background-image:url(/themes/c4design/images/screendesign/bg_submenu2.jpg);}

#menu1 :hover ul li.currentsub a {background-color:#fff; color:#fff;}
#menu1 :hover ul li.currentsub a.fly {background-color:#fff; color:#fff;}

#menu1 :hover ul :hover ul li a {width:280px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu1 :hover ul :hover ul :hover {background-color:#909090; color:#fff;}

#menu1 :hover ul :hover ul li.currentfly a,
#menu1 :hover ul :hover ul li.currentfly a:hover {background:#595959; color:#fff;}


/* Submenu */

#menu12 {
	margin-bottom:24px;
	margin-left:24px;
	width: 17em;
	float:left;
	background:#fff;
	border:3px solid #c1cedf;
	padding:12px 12px 12px 12px;
}
	#menu12 li {
		list-style-image:url(/themes/c4design/images/screendesign/list_style.gif);
		margin-left:24px;
	}
	#menu12 a {
		color:#000;
		font-weight:normal;
		font-size:1.1em;
		line-height:1.6em;
		text-decoration:none;
	}
	#menu12 a:hover {
		text-decoration:underline;
	}
	#menu12 li.current a,
	#menu12 li.section a {
		color:#c1cedf;
	}
