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

#menu-wrapper {
	width: 670px;
	float:left;
	padding:220px 0 0 0;
	position:relative;
	text-align:center;
}

#menu{
    margin: 0;
	color:#ffffff;
    font: 14px Verdana;
}

#menu li{
    display: inline;
}

#menu li a{
	padding: 20px 22px 0 22px;
	
	
	color: #1b8edf;
	font: 13px Verdana;
	text-decoration: none;
}

#menu li a:hover{
    background-image: url(../images/note.gif);
	background-repeat: no-repeat;
	background-position: center top;
    color:#222222;
}

body#homebod a#homenav,
body#aboutbod a#aboutnav,
body#testimonialsbod a#testimonialsnav,
body#appcontactbod a#appcontactnav, 
body#contactbod a#contactnav,
body#programbod a#programnav {
     color:#222222;
	 background-image: url(../images/note.gif);
	 background-repeat: no-repeat;
	 background-position: center top;
    }