<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
			/* MENU CSS */
			
			/* Bottom navigation controls */
			.nav_bottom {
						height: 27px;
						width: 199px;
			}
			
			.nav_bottom_midOnly {
						height: 27px;
						width: 147px;
			}
			
			.cssnavspacer img {width: 4px; height: 27px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnavspacer a:hover img{visibility:hidden}
			
			.cssnavspacer	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(arrowrighton.jpg) no-repeat;
						width: 4px;
						height: 27px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			
			.cssnavleft	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(arrowlefton.jpg) no-repeat;
						width: 22px;
						height: 27px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnavleft a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 22px;
						height: 27px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnavleft a:hover {
						color: #ffffff;
			}
			

			.cssnavleft img {width: 22px; height: 27px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnavleft a:hover img{visibility:hidden}
			
			.cssnavright	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(arrowrighton.jpg) no-repeat;
						width: 22px;
						height: 27px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnavright a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 22px;
						height: 27px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnavright a:hover {
						color: #ffffff;
			}
			

			.cssnavright img {width: 22px; height: 27px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnavright a:hover img{visibility:hidden}
			
			.cssnavmid	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(menuon.jpg) no-repeat;
						width: 147px;
						height: 27px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnavmid a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 147px;
						height: 27px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnavmid a:hover {
						color: #ffffff;
			}
			

			.cssnavmid img {width: 147px; height: 27px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnavmid a:hover img{visibility:hidden}
			
/* ================================================================ 
                 TOP MENU CODE
=================================================================== */
/* Top bar */
.menu {width:729px; height:27px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #dcdcdc;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:729px; w\idth:728px;}

/* 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:75px;}

/* float the top bar to make it horizontal and a relative position so that you can control the dropdown menu positon */
.menu li {float:left;width:104px;position:relative;text-align:center;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
/* style the links for the top bar */
/* must match the width in the line above */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#dcdcdc; width:104px; height:25px; border:1px solid #dcdcdc; border-width:1px 0 1px 1px; background:#000000; padding-left:0px; line-height:25px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:104px; w\idth:103px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#000000;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#2f4f4f;}
.menu ul ul :hover &gt; a.drop {background:#2f4f4f;}

/* 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:26px;left:0; width:75px;border-top:1px solid #dcdcdc;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:26px;}

/* 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; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#000000; color:#dcdcdc; height:auto; line-height:1em; padding:4px 5px; width:93px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:94px;w\idth:93px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#ffffff; background:#2f4f4f;}
.menu :hover &gt; a, .menu ul ul :hover &gt; a {color:#ffffff;background:#2f4f4f;}

/* 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; }


/* ================================================================ 
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 associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */			
			
			/* END OF MENU CSS */
</pre></body></html>