	#menuContainer {padding:0; margin:0; list-style:none; width:100%; height:60px; position:absolute; left:0; top:0;} /*width:798px;*/
	#menu {padding:0; margin:0; list-style:none; width:100%; height:60px; } /*background:url(images/hand.png);width:798px;*/

	#menu li {float:left; margin-top:10px; width:154px; height:50px; position:relative;}
	#menu li a {display:block; width:153px; height:50px; background:url('images/off.png'); border-right:1px solid #888; 
	text-decoration:none; color:#ccc; font-family:verdana, sans-serif; font-size:11px}
	#menu li.last a  {border:1;}
	#menu li a b {display:block; width:153px; height:50px; line-height:48px; text-align:center;}

	* html #menu li a { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/off.png', sizingMethod='scale'); }

	.home #menu li#home a, .single #menu li#single a, .dropdown #menu li#dropdown a, .dropline #menu li#dropline a, 
	.flyout #menu li#flyout a, .support #menu li#support a, .contact #menu li#contact a,
	#menu li a:hover {white-space:nowrap; color:#fff; cursor:pointer;}

	.home #menu li#home a b, .single #menu li#single a b, .dropdown #menu li#dropdown a b, .dropline #menu li#dropline a b,
	.flyout #menu li#flyout a b, .support #menu li#support a b,	.contact #menu li#contact a b,
	#menu li a:hover b {background:url('images/on.gif');}

	a  {text-decoration:none;font-family: Arial, Helvetica; font-weight: normal; font-size: 11pt;}
	a.smaller {text-decoration:none;font-family: Arial, Helvetica; font-weight: normal; font-size: 10pt;}
	a:link {color: #ccc;}	
	a:visited {color: #efe;}  
	a:hover { font-size: 11pt; color: #FFFF7E; text-decoration:underline ; font-family:Arial,Tahoma,Helvetica ; }

body { margin-top: 70px;  font-family: verdana; font-size: 10pt; color: #FFFF7E; 
background-image: url('images/city-anthonyDalton.jpg'); background-attachment:fixed } 

	form {background-color: #0FF;}
	textarea {	background-color: #FFD; padding: 5px; border: 1px solid #626262; font: normal 8pt #808080 Arial, Helvetica, sans-serif;}
	input {	background-color: #FFD; padding: 3px; border: 1px solid #626262; font: normal 8pt #808080 Arial, Helvetica, sans-serif;}
	select{	background-color: #FFD; padding: 3px; border: 1px solid #626262; font: normal 8pt #808080 Arial, Helvetica, sans-serif;}
	table {border:0; width:90%; cellpadding:3; border-collapse: collapse; font-family: arial; font-size: 11pt; color: FFFF7E;}

	#container { width: 900px ;	margin-left: auto ; margin-right: auto ; } /*effectively centered text*/
	#content { margin-left:  35%; padding:5px 20px 5px 20px; 	}
	#navbar { float: left;  width: 35%;  background-color:#CCC;  color:#333; padding:5px 20px 5px 20px; } /*=top,right,bottom,left */
	#footer { text-align: center ; clear: both ;  	} /*No floating elements allowed on either the left or the right side*/
	#header { text-align: center ; clear: both ; 	}



	.alpha40 {  
	padding: 22 25;  /* top&bot,left&right */
	background: rgb(0, 0, 0);  /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.4);  
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000); /* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";/* For IE 8*/
	}
	.alpha60 {  
	padding: 22 25;  /* top&bot,left&right */
	background: rgb(0, 0, 0);  /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.6);  /* RGBa with 0.6 opacity */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";/* For IE 8*/
	}
	.alpha80 {  
	font-family: 'Trebuchet MS'; font-color: #CCCCCC; 
	padding: 22 25;  /* top&bot,left&right */
	background: rgb(0, 0, 0);  /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);  /* RGBa with 0.8 opacity */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000); /* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";/* For IE 8*/
	}


<!--
/* To use:  <div id="layer6" class="alpha80" etc...> 
/* To SetUp Style Sheet:  
/* <link rel="stylesheet" type="text/css" href="nav6.css">
/* RGBa works in Firefox 3+, Safari 2+, Opera 10
/* Filters in Internet Explorer available since IE5.5. 
/* This means that this will work for virtually everyone!

/* see opacity.txt for more info
/* CSS=	#element_ID
/* 	.class_definition
-->