/* main menu styles copied from AYH*/
.slidetabsmenu{
	float:right;
	font-size: 85%;
	line-height:normal;
	margin-right:0px;
	margin-top: 155px;
	margin-right: 0px;
	margin-left: -600px;
}

* 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;
}

.slidetabsmenu li{
display:inline;
margin:0px;
padding:0px;
}


a.homepage {
	float: left;
	width: 139px;
	height: 40px;
	margin-right: 0px;
	background-image: url(../images/menu/homepage.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

a.team {
	float: left;
	width: 167px;
	height: 40px;
	margin-right: 0px;
	background-image: url(../images/menu/ourteam.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
a.services {
	float: left;
	width: 157px;
	height: 40px;
	margin-right: 0px;
	background-image: url(../images/menu/services.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.contact {
	float: left;
	width: 176px;
	height: 40px;
	margin-right: 0px;
	background-image: url(../images/menu/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



.homepage span, .team span, .services span, .contact 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:left bottom;
}

body.homepage .slidetabsmenu a.homepage, 
body.team .slidetabsmenu a.team, 
body.services .slidetabsmenu a.services, 
body.contact .slidetabsmenu a.contact

{background-position:left 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*/

