ul.menu {
	float: right; 
	list-style:none; 
	margin:33px 0 0 0; 
	padding:0;
	font-size: 12px;
	z-index: 1000;
}

ul.menu * {
	margin:0; padding:0;
}

ul.menu a {
	display:block; 
	color:#FFF; 
	text-decoration:none;
	text-transform: uppercase;
}

ul.menu a.menulinkactive {
    display:block; 
	color:#33A096;
    text-decoration:none;
	text-transform: uppercase;
}

ul.menu li {
	position:relative; 
	float:left; 
	margin-right:2px;
}

ul.menu ul {
	position:absolute; 
	top:28px; 
	left:0; 
	background:#FFF; 
	display:none; 
	opacity:0; 
	list-style:none
}

ul.menu ul li {
	position:relative; 
	border:1px solid #666; 
	border-top:none; 
	width:160px; 
	margin: 0;
}

ul.menu ul li a {
	display:block; 
	padding:4px 7px 3px; 
	background-color:#FFF;
	color: #000;
	font-weight: bold;
}

ul.menu ul li a:hover {
	background-color:#33A096;
}

ul.menu ul ul {
	left:148px; 
	top:-1px;
}

ul.menu .menulink, ul.menu .menulinkactive {
	padding:6px 0 3px 0; 
	font-weight:bold; 
	text-align: center;
}

ul.menu .menulink:hover, ul.menu .menuhover {

}

ul.menu .sub {
}

ul.menu .topline {
	border-top:1px solid #33A096;
}

li.aboutUs {
	background-image: url(/images/li-w114.jpg);
	background-repeat: no-repeat;
	width: 114px;
	height: 30px;
}

li.howItWorks {
	background-image: url(/images/li-w142.jpg);
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
}

li.grants {
	background-image: url(/images/li-w160.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 30px;
}

li.projects {
	background-image: url(/images/li-w114.jpg);
	background-repeat: no-repeat;
	width: 114px;
	height: 30px;
}

li.contactUs {
	background-image: url(/images/li-w114.jpg);
	background-repeat: no-repeat;
	width: 114px;
	height: 30px;
}

li.calculator {
	background-image: url(/images/li-red.jpg);
	background-repeat: no-repeat;
	width: 114px;
	height: 35px;
	margin-top: -5px;
	line-height: 95%;
	padding-top: -2px !important; 
}

/********************************************/

li.aboutUsactive {
	background-image: url(/images/li-h114.jpg);
	background-repeat: no-repeat;
	width: 114px;
	height: 30px;
}

li.howItWorksactive {
	background-image: url(/images/li-h142.jpg);
	background-repeat: no-repeat;
	width: 142px;
	height: 30px;
}

li.grantsactive {
	background-image: url(/images/li-h160.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 30px;
}

li.projectsactive {
	background-image: url(/images/li-h114.jpg);
	background-repeat: no-repeat;
	width: 114px;
	height: 30px;
}

li.contactUsactive {
	background-image: url(/images/li-h114.jpg);
	background-repeat: no-repeat;
	width: 114px;
	height: 30px;
}