﻿	#whatwedo a {
		display:block;
		width:110px;
		float: left;
		padding:25px 0px 29px 70px;
		font: bold 14px arial;
		color:#E9BE75;
		background: url("../../navigation/what_we_do_s.jpg") 0 0 no-repeat;
		text-decoration: none;
		text-align: left;
		border-right-color:#9AA6B6;
		border-right-style:solid;
		border-right-width: 1px;
		
		}
		
	#whatwedo a:hover {	
		color: white;
		}
		
	#aboutus a {
		display:block;
		width:110px;
		float: left;
		padding:25px 0px 29px 70px;
		font: bold 14px arial;
		color:#E9BE75;
		background: url("../../navigation/about_us_s.jpg") 0 0 no-repeat;
		text-decoration: none;
		text-align: left;
		border-right-color:#9AA6B6;
		border-right-style:solid;
		border-right-width: 1px;
		}
		
	#aboutus a:hover {	
		color: white;
		}

	#contactus a {
		display:block;
		width:110px;
		float: left;
		padding:25px 0px 29px 70px;
		font: bold 14px arial;
		color:#E9BE75;
		background: url("../../navigation/contact_us_s.jpg") 0 0 no-repeat;
		text-decoration: none;
		text-align: left;
		border-right-color:#9AA6B6;
		border-right-style:solid;
		border-right-width: 1px;
		}
		
	#contactus a:hover {	
		color: white;
		}
	
    .submitbutton a {
		display:block;
		width:78px;
		height:26px;
		float: left;
		padding:4px 0px 0px 0px;
		font: bold 15px arial;
		color:#E9BE75;
		background: url("../../images/button_submit_two_state.jpg") 0 0 no-repeat;
		text-decoration: none;
		text-align: center;
		border: solid;
		border-color: White;
		border-width: 0px 0px 0px 0px;
		}
		
	.submitbutton a:hover {	
		background-position: 0 -31px;
		width:78px;
		padding:4px 0px 0px 0px;
		}