<style type=text/css>
#menu {background:transparent;
  	  	text-align:center;
  		line-height:160%;}
#menu a.button 
	{color:#000000;font-family:arial,verdana,san-serif;font-size:9pt;
  	border: 2px solid; text-decoration: none;padding: 4px;
  	border-color: #f0f0f0 #630 #630 #f0f0f0;}
#menu a.button:hover 
	{background-color:#eff;padding: 4px;
  	border-color: #630 #f0f0f0 #f0f0f0 #630;
  	color:#006600;}

/* ================================================================ 
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/dd_valid.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.
=================================================================== */
/* common styling */
.menu {font-family: verdana, sans-serif;width: 80%;margin-left:20%;position: relative;font-size: 11px;
	z-index: 100;}
.menu ul li a, .menu ul li a:visited {display: block;text-decoration: none;	color: #eef; width:115px; height: 15px;text-align: center;	color: #000;	border: 1px solid aqua;	padding: 3px;	background: #FFF9BF;	line-height: 16px;	font-size: 11px;	overflow: hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:brown; background:#eef;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px; z-index:100;background:#fc6; color:#000;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#fc6; color:#000; }
.menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
/* ========end Stu Nichols=========== */
	

#choice {background-color:#cff;border-color:#630;text-align:center}
#choice ul	
	{margin-left:2px;padding:0;font-family:arial, tahoma, verdana san_serif;font-size:10pt;}
	#choice ul li {margin:0 0 0 4px;line-height:12pt;list-style:none;}
#choice a
	{text-decoration: none; }
#choice a:hover 
	{	background-color: #fc6;
		color: #004400;font-weight:600;
	text-decoration: underline;}

</style>