/********************
NAV
********************/
#nav li#nav4 {background-image: url("../images/mn_contact_dn.jpg");}
#nav li#nav4 a:hover {background: none;}


/* ABOUT US MAIN CONTENT*/

#contactMainContent {
width: 951px;
height: 402px;
*height: 1%;
clear: left;
margin: 0;
background-image: url("../images/bg_generic.jpg");
background-repeat: no-repeat;
}


.submitbutton {
	background-color: White;
	border: 1px solid #9a9a9a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	padding: 0.25em 1.25em;
	font-weight: bold;
}

.submitbutton:hover {
	background-color: Grey;
	color: White;
}
