/* CSS Document *//* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 *//* Begin CSS Popout Menu */#menu {	height: 42px;	width: 830px;	margin: 0 0 0 10px;	padding: 0;	z-index: 999;	float: left;	}#menu a, #menu h2 { /* styles for all buttons */	font:normal 10pt/16px Arial, Helvetica, sans-serif;	display:block;	border: 0;	margin:0;	padding: 0; /* padding for all buttons */	}#menu h2, #menu a {	/* styles for ALL links/buttons */	border: 0px;	height: 42px;	line-height: 42px;	margin: 0;	padding: 0;	font-size: 9pt;	font-weight: normal;	text-decoration: none;	color: #FFF;	}#menu a:hover {	color: #746722;	}#menu ul{	list-style:none;	margin:0;	padding:0;	float:left;	width:auto;	border: 0;	}#menu ul li {	position:relative;	list-style:none;	margin:0;	padding:0;	float:left;	text-align: center;	width:auto;	border: 0;	}#menu ul li a.lastmenu {	}#menu li:hover {	background: #fae445 url(../images/bkg-nav-gold.gif) 0 0 repeat-x;	}#menu li:hover a {	}#menu li.current{	}/* styles for sub-menus ONLY */#menu ul ul {	position:absolute;	z-index:500;	top:auto;	display:none;	list-style:none;	margin: 0;	padding: 0;	float:left;	width:170px;	border-top: 0;	background-color: #746722; /*#ffe118;*/	}#menu li li {	float: none;	text-align: left;	border: 0;	margin: 0;	background-image: none;	}#menu li li:hover {	background: none;	background-color: #665508; /*#fff6b6;*/	padding-left: 0;	}#menu li li a {	text-decoration:none;	height: auto;	background: none !important;	font-weight: normal;	line-height: 30px;	font-size: 10pt;	color: #FFF; /*746722;*/	padding: 0px 15px 0 15px;	}	#menu li li a:hover {	background-image: none;	color: #FFF; /*#746722;*/	}#menu ul ul ul{	top:0;	left:100%;	}#menu ul li#men-button ul {	width: 145px;	}/* Begin non-anchor hover selectors *//* Enter the more specific element (div) selectoron non-anchor hovers for IE5.x to comply with theolder version of csshover.htc - V1.21.041022. Itimproves IE's performance speed to use the olderfile and this method */div#menu h2:hover{background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;}div#menu li:hover{cursor:pointer;z-index:100;}div#menu li:hover ul ul,div#menu li li:hover ul ul,div#menu li li li:hover ul ul,div#menu li li li li:hover ul ul{display:none;}div#menu li:hover ul,div#menu li li:hover ul,div#menu li li li:hover ul,div#menu li li li li:hover ul{display:block;}/* End of non-anchor hover selectors *//* Styling for Expand */#menu a.x, #menu a.x:visited{font-weight:bold;color:#000;background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;}#menu a.x:hover{color:#fff;background:#000;}#menu a.x:active{color:#060;background:#ccc;}/* End CSS Popout Menu */