@charset "UTF-8";


/* was dropdown.css file */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
 font-size : 10pt;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
 font-size : 10pt;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
 font-size : 10pt;
}




/* styles passed to blog page to avoid loading /site.css */
.footer_text {
	font-family : tahoma, Arial, sans-serif ;
	font-size : 8pt;
	color : #747373;
	font-weight : normal;
	text-align: center;
}

.footer_links {
	font-family : tahoma, Arial, sans-serif ;
	font-size : 8pt;
	color : #336699;
	font-weight : normal;
	text-decoration: none;
	text-align: center;
}

.footer_links:hover {
	font-family : tahoma, Arial, sans-serif ;
	font-size : 8pt;
	color : black;
	font-weight : normal;
	text-decoration: underline;
	text-align: center;
}

.hidden {
	line-height: 0;
}







/* was default.advanced.css */

/* ----- ALL LEVELS (incl. first) */
/* default fonts:  Arial, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif */
ul.dropdown {
 font: normal 12px;
 text-transform: uppercase;
 font-family : Arial ;
}

	/* JRS - Menu Headers Background Area */
	ul.dropdown li {
	 padding: 7px 0;
	 background-color: transparent;
	 color: #fff;
	 line-height: normal;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #fff; text-decoration: none; }
	ul.dropdown a:hover { color: #000; text-decoration: none; font-weight : bold;}  /* affect IE top menu */
	ul.dropdown a:active { color: #fff; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 width: 170px;
	 background-color: #333;
	 color: #fff;
	 font-size: 11px;
	 text-transform: none;
	 filter: alpha(opacity=90);
	 -moz-opacity: .9;
	 KhtmlOpacity: .9;
	 opacity: .9;
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 color: #000;
		 filter: none;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link { font-weight : normal;}
		ul.dropdown ul a:visited { color: #fff;  font-weight : normal;}
		ul.dropdown ul a:hover { color: #fff; text-decoration: none; font-weight : normal;}
		ul.dropdown ul a:active { color: #fff;  font-weight : normal;}


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10pt;
 /* padding-right: 12px; */
 /* background-image: url('images/menu/nav-bg.jpg'); */
 /* background-color: transparent; */
 /* background-position: 100% 50%; */
 /* background-repeat: no-repeat; */
}

/* ----- END LEVEL */


/* Components override */









/* was default.css */

ul.dropdown li a {
 display: block;	/* JRS - 6px Affects the height of the nav menu over the nav bar image */
 padding: 5px 32px; /* JRS - 37px affects the space left and right of the nav text */
 padding-left: 32px;
 padding-right: 32px;
 text-align: left;
}


/* ------------- Override default */

	ul.dropdown li {
	 padding: 0;
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	 padding: 7px 20px 7px 14px;
	}

	ul.dropdown ul li.dir {
	 padding-right: 15px;
	}


/* ------------- Custom */

	ul.dropdown li {
	
	}

	ul.dropdown ul a {
	 padding: 4px 5px 4px 14px;
	 width: 151px; /* Especially for IE */
	}

	/* JRS - the menu item the mouse is over */
	ul.dropdown ul a:hover {
	 background-color: #FFFFFF;
	 font-family : tahoma, Arial, Helvetica, sans-serif;
	 color: #000000;
	 text-decoration: underline;
	}
	
	/* JRS - the menu header item when mouse over */
	ul.dropdown a.open {
	 background-color: #fff;
	 color: #76b900;
	 font-weight : bold;
	}

	ul.dropdown ul a.open {
	 background-color: #76b900;
	 color: #fff;
	}


	/* CSS 2.1 */
	
	
	/* JRS - the menu header item when mouse over */
	ul.dropdown li:hover > a.dir {
	 background-color: #ee0000;
	 color: #FFF;
	}

	ul.dropdown ul li:hover > a.dir {
	 background-color: #76b900;
	 color: #fff;
	}