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


/* Default settings for all buttons */
a.nav, a.nav:link, a.nav:visited, 
a.nav-last, a.nav-last:link, a.nav-last:visited,
a.nav:active, .chosen,
a.nav-last:active, .chosen-last  {
	display:block; 
	width:88px; 
	height:39px;
	overflow:hidden;
	float:left;
	
}

/* White button */
a.nav, a.nav:link, a.nav:visited {
	background-image:url(../images/d_default.gif);
}

/* White button for last in menu */
a.nav-last, a.nav-last:link, a.nav-last:visited {
	width:90px;
	background-image:url(../images/d_default_contact.gif);
}

/* Hover behaviour for all buttons */ 
a.nav:hover {
	color:#fff;
	background-image:url(../images/d_hover.gif);
}

a.nav-last:hover {
	color:#fff;
	background-image:url(../images/d_hover_contact.gif);
}

/* Active and Chosen/Current page button behaviour */
a.nav:active, .chosen {
	color:#fff; 
	background-image:url(../images/d_current.gif);
}

a.nav-last:active, .chosen-last {
	width:90px;
	color:#fff; 
	background-image:url(../images/d_current_contact.gif);
}

/*Form submission Button */
/*Commented out stuff by JSS to remove spaces around button */

#bigbuttons {
/*padding: 50px 0 0 0;
width: 200px; */
margin: 0;
}

#bigbuttons li{
list-style: none;
/*padding: 0 0 50px 0; */
margin: 0;
}

.contact {
background-image:url(../images/send_push.gif);
background-repeat: no-repeat;
height: 34px;
width: 78px;
}

.contact a{
background-image:url(../images/send_default.gif);
background-repeat: no-repeat;
height: 34px;
width: 78px;
display: block;
}

.contact a:hover{
background: none;
}