body {	font: 62.5% arial, helvetica, verdana, tahoma, calibri, segoe, sans-serif;	margin: 0;	padding: 60px 20px 0em 20px;	background: #F2F4F2;	z-index: -20;}#logocontainer {	position: absolute;	left: 14px;	top: 12px;	margin: 0;	height: 39px;	width: 101px;	z-index: 50;}#menubackground {	position: absolute;	right: 20px;	top: 20px;	font-size: 1em;	margin: 0em 0em 0em 0em;	height: 2.8em;	width: 75%;	background: #288348 url(img/bg_1.gif);	z-index: 60;}/* ================================================================ 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/final_drop.htmlCopyright (c) 2005-2007 Stu Nicholls. All rights reserved.This stylesheet and the assocaited (x)html may be modified in any way to fit your requirements.=================================================================== */.menu {font-size: 1em;position: absolute;left: 120px;top: 20px;z-index:100;}/* remove all the bullets, borders and padding from the default list styling */.menu ul {padding:0;margin:0;list-style-type:none;}.menu ul ul {width:14em;}/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */.menu li {float:left;width:auto;position:relative;}/* style the links for the top level */.menu a, .menu a:visited {display:block;font-size: 1.2em;font-weight: bold;text-decoration:none;white-space: nowrap;color:#fff; width:auto;height:1.35em; background: #288348 url(img/bg_1.gif);padding: 0.5em 1em; line-height: 1.35;border: 0px none;border-left: 1px solid #3fae6a; border-right: 1px solid #1C6534; }/* a hack so that IE5.5 faulty box model is corrected and additional IE5mac hack \*/* html .menu a, * html .menu a:visited { w\idth:1.5em; } /* end mack hack *//* hide the sub levels and give them a positon absolute so that they take up no room */.menu ul ul {visibility:hidden;position:absolute;height:0;top:2.8em;width:14em;}/* another hack for IE5.5 */* html .menu ul ul {l\eft:0;top:2.8em;t\op:2.35em;}/* style the table so that it takes no part in the layout - required for IE to work */.menu table {position:absolute; top:0; left:0;}/* style the second level links */.menu ul ul a, .menu ul ul a:visited {background:#A4BEA6;font-weight: normal;color:#FFF; height:auto; line-height:1em; padding: 0.5em 1em; width:14em;border: 0px none;}/* yet another hack for IE5.5 DELETED*//* style the top level hover */.menu a:hover, .menu ul ul a:hover{color:#fff; background:#1C6534;}.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#1C6534;}/* make the second level visible when hover on first level list OR link */.menu ul li:hover ul,.menu ul a:hover ul{visibility:visible; }.menu li.seperate, .menu li.seperate:hover {	float:left;	position:relative;	font-size: 1em;	margin: 0em -0em;	height: 2.8em;	width: 0.1em;	background: transparent;	border: 0px none;	border-left: 1px solid #3fae6a;}
