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

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

#bodywrapper { width:990px; text-align:center; margin:0 auto; }


#contentwrapper { height:auto; overflow:hidden; margin:10px 0 10px 0; background:#fff; }
#content { padding:12px; height:auto; overflow:hidden; }

#footerwrapper { height:156px; background:url(../images/footer.jpg); }
#footer { width:956px; text-align:center; margin:0 auto; padding-top:25px; color:white; font-size:11px; }


#lhsnav a { text-decoration:none; color:#646464;  }
#lhsnav a:hover { text-decoration:none; color:#000;  }
#lhsnav { float:left; width:225px; }
#pageright { margin-left:255px; }

#nav { background:url(../images/navbg.jpg); height:50px; }

#menu {
width: 100%;
float: left;
height:42px;
z-index:100;
}
 
#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}
 
#menu a, #menu h2 {
display: block;
margin: 0;
}
 
#menu h2 {
color: #fff;
height:42px;
padding:10px 11px 0 11px;
}
 
 
#menu a {
color: #fff;
text-decoration: none;
font-size:14px;
border:0px;
height:15px;
}

div#menu ul li:hover ul { background: #3A91E6;  }
div#menu ul ul li:hover { background: #3A91E6;  }
div#menu ul ul li:hover ul { background: #3A91E6; }
div#menu ul ul ul li:hover { background: #3A91E6; }
div#menu ul ul ul li:hover ul { background: #3A91E6; }

div#menu ul ul ul ul li:hover { background: #3A91E6; }


#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:42px;
}
 
#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; }