@charset "utf-8";
#menu {
	float: left;
	width: 877px;
	text-decoration:none;
	position: relative;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#menu ul{
list-style-type:none;

}


#menu li {
float:left;
list-style-type:none;
position:relative;
width:125px;

}

#menu a {
	display:block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 13px;
	text-align: center;
	height: 18px;
	padding-top: 5px;
	
}

li ul{
	display: none;
	text-decoration: none;
	position: absolute;
	/*prevents submenu from affecting content when displayed*/
	
}


li:hover ul,li.over ul{
	display: block;
	/*when display submenu when user hovers any list item*/
	
	
}


#menu a:hover {
	color: #00446f;
	background-image: url(../images/active_button_large.jpg);
	background-repeat: no-repeat;
	
	
}

.blue_button{
	background-image: url(../images/button_blue.jpg);
	width: 125px;
	background-repeat: no-repeat;
}

.lowerlevel_1{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00446f;
	border: 1px solid #FFFFFF;
	width: 230px;
	background-color: #bcd5e5;
	
}
.lowerlevel_1:hover {
	color: #00446f;
	background-image: url(../images/active_button_large.jpg);
	background-repeat: no-repeat;
		
	
	
}



