@charset "UTF-8";/* CSS Document *//* BEGIN NAV FORMATTING *//* ================================================================ 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.cssplay.co.uk/menus/simple_vertical.htmlCopyright (c) 2005-2007 Stu Nicholls. All rights reserved.This stylesheet and the associated (x)html may be modified in any way to fit your requirements.=================================================================== *//* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */#bottom{clear:both;}#foot_container {	margin:0px auto 0px auto;	width:800px;	padding-top:5px;	height:100px;	}/* Get rid of the margin, padding and bullets in the unordered lists */#footmenu, #footmenu ul {	padding:0;	margin:0px;	list-style: none;	font-family:Futura, sans-serif;}/* Set up the link size, color and borders */#footmenu a, #footmenu a:visited {text-align:center;float:left;display:inline;font-size:9px;letter-spacing:.1em;color:#333300;height:14px;text-decoration:none; }/* Set up the sub level borders */#footmenu li ul li a, #footmenu li ul li a:visited {border-width:0px 0px 0px 0px; padding:0px;}#footmenu li a.enclose, #footmenu li a.enclose:visited {border-width:1px;}/* Set up the list items */#footmenu li {	margin: 0px 20px 0px 0px;	padding: 0px;	float: left; /*For Gecko*/	display: inline;	list-style: none;	position: relative;	height: 24px;}/* For Non-IE browsers and IE7 */#footmenu li:hover {position:relative; width:auto;}/* Make the hovered list color persist */#footmenu li:hover > a {color:#FFFFFF; width:auto;}/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */#footmenu li ul {display:none; }/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */#footmenu li:hover > ul {display:block; position:absolute; top:0px; left:80px; padding:10px 30px 30px 30px;}/* Position the first sub level beneath the top level liinks */#footmenu > li:hover > ul {left:-30px; top:16px;}/* get rid of the table */#footmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */* html #footmenu li a:hover {position:relative;color:#FFFFFF;}/* For accessibility of the top level menu when tabbing */#footmenu li a:active, #footmenu li a:focus {background:#714F4C; color:#FFFFFF;}ul#footmenu li ul li{width:140px;border-left:1px solid #FFFFFF;border-right:1px solid #FFFFFF;}ul#footmenu li ul li a,ul#footmenu li ul li a:visited{text-align:left;width:140px;color:#715F4C;background-image:none;text-indent:10px;}ul#footmenu li ul li a:hover{background:#714F4C;width:140px;text-align:left;color:#FFFFFF;text-indent:10px;padding-top:3px;padding-bottom:3px;}/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear *//* change the drop down levels from display:none; to visibility:hidden; */* html #footmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; width:auto; background:transparent url(transparent.gif);}/* make the second level visible when hover on first level link and position it */#footmenu li a:hover ul {visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;}/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like *//* END NAV FORMATTING */.clear{clear:both;}#address{font-family:Futura, sans-serif;font-size:9px;color:#333300;text-align:center;}