.menu {
   width:709px;
	 height:57px; 
	 position:relative; 
	 z-index:100; 
	 font-family:arial, sans-serif;
	 top: 40px;
	 left: 305px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
   width:624px; 
	 w\idth:625px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
   position: absolute;
	 left:-110px;
	 top: 8px;
   padding:0;
	 margin:0;
	 list-style-type:none;
}

/* 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:89px;
	 position:relative;
}
.menu li.space:hover  {
	 background-image: url(images/b-but_blank.png); 
	 background-repeat:no-repeat;
	 z-index:10;
	 text-align: center;
}	  	 
.menu li.space {
	 margin-left: 10px;
	 background-image: url(images/g-but_blank.png); 
	 background-repeat:no-repeat;
   background-position: center;
	 z-index: 9;
   width: 107px;
	 height: 57px;
	 line-height:55px; 
	 font-weight:bold; 
}	
/* style the links for the top level */
.menu a, .menu a:visited {
   display:block;
	 font-size:11px;
	 text-align: center;
	 text-decoration:none;
	 letter-spacing: -1px; 
	 color:#4a4a4a; 
	 height:57px;  
	  
	 /*padding-left:10px;*/ 
	 font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
    width:89px; 
		w\idth:78px;
}
/* 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:44px;
	 left:12px; 
	 width:89px;
	 border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {
   top:30px;
	 t\op:31px;
}


/* style the table so that it takes no ppart 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:#cccccc; 
	 color:#ffffff;
	 letter-spacing: -1px; 
	 height:auto; 
	 line-height:1em; 
	 padding:5px 0px; 
	 width:88px;
	 border: solid #ffffff;
	 border-width:0 1px 1px 1px;
	 font-weight: none;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
   width:150px;
	 w\idth:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
   color:#ad8d3d; 
	 z-index: 9;
}
.menu :hover > a{
   color:#ad8d3d;
}	 
.menu ul ul :hover > a {
   color:#ffffff; 
	 background: #ad8d3d;
	 z-index: 9;
}

/* 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; 
} 
/*#footer ul {
	 list-style-type: none;
	 z-index: 100;
	 text-decoration: none;
	 position: absolute;
	 background-position: center;
	 bottom: 0;
	 right: 0;
	 left: 0;
	 height: 20px;
	 font-weight: normal;
	 font size: 11px;
	 text-align: center center;
	 border: 1px solid black;
	 background: white;
	 margin: 0;
	 padding: 5px;
	 z-index: 100;
}
#footer li {
   float: left;
	 margin: auto;
	 padding:3px;
	 position: center center;
}	 
#footer a {
   text-decoration: none;
}	 	 
*/
#footer {
  width: 1018px;
  text-align: center;
	padding: 0px;
	z-index: 5;
	position: absolute;
	bottom: 10px;
	left: 3px;
}
#footer ul {
	margin: -3px;
  padding: 0px;
	z-index: 5;
}
#footer li {
  display: inline;
  margin: -1px;
  padding: 0px;
	z-index: 5;
}
#footer a {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9px;
	color:#000000;
  text-decoration: none;
	font-weight: normal;
	letter-spacing: 65%;
	z-index: 5;
}
#footer a:hover {
  color: #ad8d3d;
  font-size: 9px;
  text-decoration: none;
	font-weight: normal;
	letter-spacing: 65%;
	z-index: 5;