#title {
	display: block;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 12px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9FB9CA;
	border-bottom-color: #678fa9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9FB9CA;
	border-left-color: #9FB9CA;
	color: #fff;
	text-transform: uppercase;
	background-color: #006699;
	font-weight: bold;
}
#title a:link {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background-color: #006699;
	text-decoration: none;
}
#title a:visited {
	color: #fff;
	text-decoration: none;
}
#menu_wrap {
	float: left;
	padding: 0px;
	width: 200px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu {
	float: left;
	background: #7DAACB;
	margin-top: 0px;
	width: 200px;
	padding: 0px;
	padding-top:0px;
	border-bottom-style: solid;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	
}
#menu a, #menu h2 {
	display: block;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-family: Arial, Helvetica, sans-serif;*/
	font-size: 11pt;
	line-height: 12px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	/*border-right-color: #9FB9CA;
	border-left-color: #9FB9CA;
	border-bottom-color: #678fa9;
	*/
	padding:5px;
}

#menu h2 {
	color: #fff;
	text-transform:none;
	/* text-transform: uppercase; */
	background-color: #2C5218;
	/* added */
	background-image:url(../img/cat-box-rep_green.gif);
	background-position:top;
	border-bottom: 1px solid #000000;
	text-align: left;
	color:#fff;
	font-weight:bold;
	padding-top:0px;
	line-height:8px;
	
}



#menu a {
	color: #94C10B;
	background: #466932;
	text-decoration: none;
}

#menu a:hover {
	/*color: #94C10B;
	background: #5185ab;*/
	background-image:url(../img/green-li-hover.gif);
    background-repeat: repeat;
    background-position:top;
}
#menu a.current {
	color: #FFFFFF;
	background-color: #345670;
}

#menu li {
	position: relative;
	color: #FFFFFF;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

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;}

</style>
[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]
[if lt IE 7]>
<style type="text/css" media="screen">
body {
	behavior: url(http://www.environmentla.org/css/csshover.htc);
	font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
	font: bold .9em/1.4em arial, helvetica, sans-serif;
	border-top-style: solid;
	background-repeat: repeat-x;
	border-bottom-width: 0px;
} 
</style>
<![endif]
.noborderpadding {
	margin: 0px;
	padding: 0px;
}