/* Cascading Style Sheet, Copyright 2007 Taste Media */

.header2 {
	background:url(../assets/bg/header.gif) right no-repeat
}
/* Main Navigation */

#head-nav {
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
}
#head-nav ul {
	float: left;
	margin: 0px;
	padding: 0px
}
#head-nav ul li {
	display: inline;
	float: left;
	list-style: none;
	margin-left: 5px;
}
#head-nav ul li a {
	display: inline;
	float: left;
	color: #ffffff;
	border-left: 1px solid #adce29;
	border-right: 1px solid #adce29;
	border-top: 1px solid #adce29;
	background:url(assets/nav/hover.png) repeat-x;
	text-decoration: none;
	padding: 5px 11px
}
#head-nav ul li a:hover {
	color: #ffffff;
	background-color: #adce29;
	text-decoration: none;
	font-weight: normal;
}
#head-nav ul li a.current {
	display: inline;
	float: left;
	color: #73a011;
	background:none;
	background-color: #ffffff;
	font-weight: normal;
}
/* FOOTER */

.footer {
	line-height: 2em;
	text-align:left;
	color: #666666;
	padding-top:10pt;
	padding-bottom:10pt;
	font-weight: normal
}
.footer a:link, .footer a:visited {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	color: #333;
	background-color: #AEDD27
}
.bottombg {
	background:url(assets/bg/bg_body_bottom.gif) top repeat-x;
	height:125px
}
/* DHTML Menu */
/* Root = Vertical, Secondary = Vertical */
ul#navmenu, ul#navmenu li, ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	margin-bottom: 3px;
	width: 175px; /*For KHTML*/
	list-style: none;
}
ul#navmenu:after /*From IE 7 lack of compliance*/ {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
}
/* Root Menu */
ul#navmenu a {
	padding: 2px 5px;
	background-color: #eeeeee;
	display: block;
	color: #666666;
	font: normal 11px/22px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}
/* Root Menu Hover Persistence */

ul#navmenu a:hover, ul#navmenu li:hover a, ul#navmenu li.iehover a {
	background-color: #c0d43d;
	color: #ffffff;
}
ul#navmenu a.current {
	font-weight: bold;
	background:url(assets/nav/currentarrow.gif) no-repeat 97% #666666;
	color: #ffffff;
}

ul#navmenu a:hover.current {
	background-color:#666666;
	font-weight: bold;
	color: #ffffff;
}
/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul, ul#navmenu li:hover ul ul ul, ul#navmenu li.iehover ul ul, ul#navmenu li.iehover ul ul ul {
	display: none;
	
}
ul#navmenu li:hover ul, ul#navmenu ul li:hover ul, ul#navmenu ul ul li:hover ul, ul#navmenu li.iehover ul, ul#navmenu ul li.iehover ul, ul#navmenu ul ul li.iehover ul {
	display: block;
}
.navmenubottom {
	background:url(assets/nav/bottombg.gif) no-repeat;
	height: 141px
}
.navmenutop {
	background: url(assets/headings/what-we-do.jpg) no-repeat;
	height: 50px
}
