@charset "utf-8";
/* CSS Document */
body {
	font: 12px/1.3em "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", sans-serif;
	color:#807a6d;	
	background:#C7C7C7;
	text-align:center;
	margin:0 auto;
}

img { border:0px; }
div { text-align:left; }

#bodywrapper { text-align:center; margin:0 auto; width:746px; background:#fff; }
#contentwrapper { padding:20px; margin-bottom:30px; background:#fff; }
#contentlhs { float:left; width:217px; }
#content { margin-left:247px; min-height:430px; }

#greenbox { background:#7FC040; width:197px; padding:10px; color:white; }
#testimonialbox { background:#E4E4E4;  width:197px; padding:10px; color:#717171; min-height:195px; }
#benefits { float:right; width:160; margin-left:15px }
#benefits ul { margin-left:0px; margin-top:3px; padding-left:15px; font-size:12px; list-style-image:url(../images/bullet.jpg); }

#menu {
width: 100%;
background: #eee;
float: left;
height:49px;
}
 
#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}
 
#menu a, #menu h2 {
display: block;
margin: 0;
}
 
#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}
 
#menu a {
color: #fff;
text-decoration: none;
font-size:12px;
border:0px;
height:15px;
}

div#menu ul li:hover ul { background: #176647;  }
div#menu ul ul li:hover { background: #7FAB9A;  }
div#menu ul ul li:hover ul { background: #2F785B; }
div#menu ul ul ul li:hover { background: #7FAB9A; }
div#menu ul ul ul li:hover ul { background: #92A2B9; }

div#menu ul ul ul ul li:hover { background: #D5DBE3; }


#menu a:hover {
color: #fff;
text-decoration: none;
border:0px;
} 
 
#menu li {position: relative;}
 
#menu ul ul {
position: absolute;
z-index: 500;
padding-left:0px;
top:49px;
left:0px;
}
 
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
 
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul li a { padding:4px; }

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