/* main menu styles copied from AYH*/
.slidetabsmenu{
	font-size: 85%;
	line-height:normal;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0px;
padding:0px;
display: block;
float:right;
}

.slidetabsmenu li{
display:inline;
margin:0px;
padding:0px;
}


a.homepage {
	float: left;
	width: 124px;
	height: 40px;
	margin-right: 0px;
	background-image: url(../images/menu/homepage.gif);
	background-repeat: no-repeat;
	background-position: right top;

}

a.team {
	float: left;
	width: 155px;
	height: 40px;
	margin-right: 0px;
	background-image: url(../images/menu/ourteam.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
a.project {
	float: left;
	width: 145px;
	height: 40px;
	margin-right: 0px;
	background-image: url(../images/menu/project.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a.press {
	float: left;
	width: 129px;
	height: 40px;
	margin-right: 0px;
	background-image: url(../images/menu/press.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
a.contact {
	float: left;
	width: 155px;
	height: 40px;
	margin-right: 0px;
	background-image: url(../images/menu/contact.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.recommendations {
	float: left;
	width: 207px;
	height: 40px;
	margin-right: 0px;
	background-image: url(../images/menu/recommendations.gif);
	background-repeat: no-repeat;
	background-position: right top;
}



.homepage span, .team span, .project span, .press span, .contact span, .recommendations span{display: none;}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none; }
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: black;
display: none;}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
	background-position:right bottom;
}

body.homepage .slidetabsmenu a.homepage, body.team .slidetabsmenu a.team, body.project .slidetabsmenu a.project, body.press .slidetabsmenu a.press, body.commercial .slidetabsmenu a.project, body.residential .slidetabsmenu a.project, body.special .slidetabsmenu a.project, body.contact .slidetabsmenu a.contact, body.recommendations .slidetabsmenu a.recommendations
{	background-position:right bottom;}




.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
	background-position:left bottom;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/*end main menus styles*/

