/*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;
	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 {
	height: 64px;
	line-height: 64px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0 14px;
	margin: 0 1px 0 0;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	}
.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 {
	height: 64px;
	line-height: 64px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0 14px;
	margin: 0 1px 0 0;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	background: url(../img/navigation-hg-hover.png) repeat-x top;
	}
.menu2 li.top a.current_link span {
	display: inline-block;
	}
.menu2 li.top a.current_link {
	background: url(../img/navigation-hg-hover.png) repeat-x top;
	}
.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 { 	background: url(../img/navigation-hg-hover.png) repeat-x top;/*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 {	background: url(../img/navigation-hg-hover.png) repeat-x top;}
.menu2 li:hover > a.top_link span {	background: url(../img/navigation-hg-hover.png) repeat-x top;}
.menu2 li:hover > a.top_link span.down {	background: url(../img/navigation-hg-hover.png) repeat-x top;}

.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:64px; background: #610765; padding: 0; border: 1px solid #610765; white-space:nowrap; width:190px; height:auto; text-align: left;}
.menu2 :hover ul.sub li {display:block; height:22px; position:relative; float:left; width:190px;}
.menu2 :hover ul.sub li a { display:block; font-size:12px; height:22px; width:190px; line-height:22px; text-indent:8px; color:#fff; text-decoration:none; }
.menu2 :hover ul.sub li a.fly { background: #698F23;}
.menu2 :hover ul.sub li a:hover { background: #698F23;}
.menu2 :hover ul.sub li a.fly:hover { background: #698F23;}
.menu2 :hover ul li:hover > a.fly { background: #698F23;} 

.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; }