/*-------------------------------------------------------------------------------------------*/
/* Alternative stylesheet for Community Sites software, placing the search box in the breadcrumb bar  */
/* Copyright Community Sites 2004, 2005, 2006, 2007, 2008                                    */
/* For further information, see www.communitysites.co.uk or email info@communitysites.co.uk  */
/*-------------------------------------------------------------------------------------------*/

#header #subnavigation {
	background-image:none;
	color:#fff;
	float:left;
	height:auto;
	left:auto;
	margin-top:0;
	position:relative;
	text-align:right;
	top:auto;
	width:770px;
}

#subnavigationsearch {
	float:right;
	margin-bottom:0;
	margin-left:16px;
	margin-right:0px;
	margin-top:7px;
	padding:0;
}

#subnavigationsearch label {
	font-weight:bold;
	left:auto;
	position:inline;
	top: -1px;
}
* html #subnavigationsearch label {
	top:-2px;
}
#subnavigationsearch label a {
	color:#fff;
	margin-right:0;
	text-decoration:none;
}
#subnavigationsearch label a:hover {
	text-decoration:underline;
}

#subnavigationsearch input.textboxsearch {
	height:auto;
	left:auto;
	margin:auto;
	margin-bottom:0;
	margin-right:4px;
	padding:1px;
	position:relative;
	top:-2px;
	width:80px;
}

#subnavigationsearch .searchbutton {
	background-color:#fff;
	border:1px solid #000;
	font-weight:normal;
	left:0;
	margin-right:15px;
	padding:1px;
	position:relative;
	top:-2px;
}


