#banner {
		/* original background:#fff; 
		background: url("../images/new/header_bg.jpg") repeat-x 0px 0px transparent;*/
		height:165px;
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-left:1px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		}

#contentleft {
		width:263px;
		padding:0px;
		float:left;
		background:#fff;
		text-align:center;
		}
		
#footer {
		width:1000px;
		margin-top:20px;
		padding:0px;
		float:left;
		background:#fff;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight: 600;
		color:000;
		}
/*a:link.footer {color:#06F; text-decoration:none; font-weight:bold}
a:visited.footer {color:#06F; text-decoration:none; font-weight:bold}*/

#footer img {
margin: 0;
padding: 0px 8px;
}

#footer a {
color:#06F; text-decoration:none; font-weight:bold
}

#footer a:hover{
color:#06F; text-decoration:underline; font-weight:bold
}

#menu {
width: 14 em; /* set width of menu */
background: #eee;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #933;
}

/* style, color and size links and headings to suit */
#menu img {
display: block;
border-width: 0px;
margin: 0;
padding: 0px 0px;
}

#menu a { /*this controls the popout attributes */
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #900 #900 #900; 
border-bottom: 0px;
margin: 0;
/* was 12 and 3 */
padding: 8px 8px 8px 3px;
}

#menu li li a {
color: #000;
background: #efefef;
text-decoration: none;
text-align:center;

}

#menu li a {
background-image: url(https://salsa.wiredforchange.com/o/5880/images/menu_bg.jpg);
background-repeat: repeat-x;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #FFFFFF;
text-align:right;
}

#menu ul li a:hover {
background-image: url(https://salsa.wiredforchange.com/o/5880/images/menu_bg.jpg);
background-repeat: repeat-x;
text-decoration: none;
}


#menu ul li li a:hover {
color: #fff;
background: #06f;
}


#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 99.8%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
	
}

#menu ul li a {
height: 1%; /* make links honour display: block; properly */
border: 1px solid #933; /* IE6 Bug */
border-bottom: 0px;

} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->