/*Credits: CSSplay Modified by Cris D to add "you are here" highlighting (takes on hover property)
increased width of sub menus to 150px*/
.preload2 {
	}
.menu2 {
	margin:0 0 0 30px;
	padding: 0;
	list-style:none; 
	position:relative;
	z-index: 100;
	text-align: center; 
	}
.menu2 li {
	list-style:none;
	margin: 0;
	padding: 0;
	}
.menu2 li.top {
	display: block;
	float: left;
	position:relative;
	}
.menu2 li a.top_link {
	display:block; 
	float: left; 
	cursor: pointer;
	font-size: 13px;
	text-decoration: none;
	color:#fff; 
	font-weight: bold; 
	padding: 0 15px;
	margin: 0 1px 0 0;
	height: 45px;
	line-height: 45px;

	}
.menu2 li a.top_link span {
	float: left; 
	display: block; 
	/*padding: 0 10px 0 5px;
	height: 61px;*/
	}
.menu2 li a.top_link span.down {
	float:left; 
	display:block; 
	/*padding: 0 10px 0 5px;
	height: 61px;
	line-height: 60px;
	background:url(down.gif) no-repeat right top;*/
	}
.menu2 li a.top_link:hover {
	/*border-bottom: 1px dotted #93356C;*/
	}
.menu2 li a.top_link:hover span {
	/*border-bottom: 1px dotted #93356C;*/
	}
.menu2 li a.top_link:hover span.down {
	/*border-bottom: 1px dotted #93356C;*/
	}

/*here are 2 options for highlighting the current tab parent Option 1: is default*/

/*Option 1: Dean's you are here top link current page highlighting (default)*/
.menu2 li.top a.current_link span.down {
	}
.menu2 li.top a.current_link {
	display:block; 
	float: left; 
	cursor: pointer;
	font-size: 13px;
	text-decoration: none;
	color:#fff; 
	font-weight: bold; 
	padding: 0 15px;
	margin: 0 1px 0 0;
	height: 45px;
	line-height: 45px;
	background: #F8C301;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	}
.menu2 li.top a.current_link span {
	display: inline-block;
	}
.menu2 li.top a.current_link {
		color:#1A3A84; 
	background: #F8C301;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	}
.menu2 li.top a.current_link span {/*background:url(navi-hover-left.gif) no-repeat right top;*/}
.menu2 li.top a.current_link span.down {/*background:url(navi-hover-left.gif) no-repeat right top;*/}
.menu2 li.top a.current_link:hover {	color:#1A3A84; 	background: #F8C301;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;/*background:url(navi-hover-left.gif) no-repeat right top;*/}
.menu2 li.top a.current_link:hover span {/*background:url(navi-hover-left.gif) no-repeat right top;*/}
.menu2 li.top a.current_link:hover span.down {/*background:url(navi-hover-left.gif) no-repeat right top;*/}

.menu2 li:hover > a.top_link {	color:#1A3A84; 	background: #F8C301;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;}
.menu2 li:hover > a.top_link span {	color:#1A3A84; 	background: #F8C301;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;}
.menu2 li:hover > a.top_link span.down {	color:#1A3A84; 	background: #F8C301;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;}

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

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

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

.menu2 :hover ul.sub {left: 0; top:45px; color: #183883; background: #F8C301; padding: 0; border: 1px solid #F8C301; white-space:nowrap; width:160px; height:auto; text-align: left;}
.menu2 :hover ul.sub li {display:block; height:22px; position:relative; float:left; width:160px;}
.menu2 :hover ul.sub li a { display:block; font-size:12px; height:22px; width:160px; line-height:22px; text-indent:8px; color: #183883; text-decoration:none;  margin: 0 -1px; }
.menu2 :hover ul.sub li a.fly {background:#fff; color: #183883;}
.menu2 :hover ul.sub li a:hover {background:#fff; color: #183883;}
.menu2 :hover ul.sub li a.fly:hover {background:#fff; color:#183883;}
.menu2 :hover ul li:hover > a.fly {background:#fff; color:#183883;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul { left:185px; top:-4px; background: #fff; padding:3px 0; border:1px solid #0173C9; white-space:nowrap; width:175px; z-index:200; height:auto; }