@charset "utf-8";
/* CSS Document */

/*Topnav*/
.menu{position:relative;
z-index:99;}
.menu ul {
	list-style-type: none;
	/*display: block;*/
	height: 35px;
	width: 960px;
	padding:0;
	margin:0;
}
.menu ul li {
float:left; 
position:relative;
}
.menu ul li a, .menu ul li a:visited{
	display:inline;
	/*text-align: center;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	color:#006633;
	background-color:#d4ad58;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	width: 138px;
	font-weight: bold;
	border-right: 1px solid #f4f4e4;
	letter-spacing: 1px;
	}
.menu li.first a, .menu li.first a:visited{
	width: 125px;
	}
.menu li.last a,  .menu li.last a:visited {
border-right:none;
}
.menu ul li ul {
	display: none;
}

.menu ul li a:hover {
	color:#f4f4e4;
}

/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:30px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
color:#006633;
	background-color:#d4ad58;
	border:none;
	border-top: 1px solid #f4f4e4;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#dfc184; 
color:#f4f4e4;
}
ul.leftnav{
list-style-type:none;}
ul.leftnav li{
	background-image:url(../images/bullet.png);
background-repeat:no-repeat;
	background-position:0 20%;
	
	padding:0 0 0 25px;
	margin: 10px;
}
ul.leftnav li a, ul.leftnav li a:visited{
	font-size: 16px;

	
}
ul.leftnav li a:hover{}
#footer p{
color: #FFF;
}
#footer a:link, #footer a:visited{
	color:#AECBB5;
	text-decoration:none;
}
#footer a:hover {
	color: #99FFCC;
}

