#banner {
	background: #5885bf url(../images/banner-bg.jpg) repeat-x bottom;
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#container {
	font-size: 75%;
	color: #333333;
	background: #f2f7ff url(../images/menu-bg.png) repeat-y left;
	border-bottom: 1px solid #c6d3e5;
	width: 100%;
}
#container #menu {
	margin: 0;
	padding: 0;
	width: 150px;
	float: left;
}
#container #wrapper {
	margin-left: 175px;
	
	padding: 0;
}
#container #content {
	padding: 0.25em 2em 0.25em 1em;
	margin: 0;

}
#nav,  #nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: left; /*added*/
}
#nav a:link, #nav a:active, #nav a:visited {
	font-weight: bold;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	width: 150px;
	w\idth: 120px;
	margin: 0;
}
/*#nav a:hover {
	text-decoration: underline;
}*/
#nav li {
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	width: 150px;
}
#nav li a {
	background: #C9E0FF url(../images/menuitem-bg-off.png) repeat-y left;
	border-bottom: 1px solid white;
}
#nav li a:hover{
	background: #C9E0FF url(../images/menuitem-bg-on.png) repeat-y left;
}

#nav li.donate a {
	background: #C9E0FF url(../images/menuitem-donate-bg-off.png) repeat-y left;
	border-bottom: 1px solid white;
	color: #042;
}
#nav li.donate a:hover{
	background: #C9E0FF url(../images/menuitem-donate-bg-on.png) repeat-y left;
}


/* added */
#nav li ul {
	position: absolute;
	left: -999em;
	margin-left: 149px;
	margin-top: -35px;
}
#nav ul {
	z-index: 99;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul 
{
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul 
{ /* lists nested under hovered list items */
	left: auto;
}
/* added ends */

#footer {
	padding: 0.625em 0;
	text-align: center;
}
#footer #partnerlogos {
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	width: 550px;
}
#footer p {
	font-size: 62.5%;
	text-align: center;
	color: #666666;
}
#footer a:link, #footer a:visited, #footer a:active {
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
#footer #partnerlogos li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.clearing {
	height: 0;
	clear: both;
}

#donationform label {
	display: inline-block;
	width: 10em;
}

#donationform label#mclabel {
	display: inline;
	width: auto;
}