@charset "utf-8";
/* CSS Document */

#headerBand
{
	background-image:url(/images/cssimg/Global/Header_Band.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	height:40px;
}

#headerBand #headerContainer
{
	width:950px;
	margin:0px auto;
}

#headerBand #headerContainer #headerForm
{
	float:right;
	background-image:url(/images/cssimg/Global/Header_Jumpmenu.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:40px;
	width:178px;
	text-align:right;

}

#headerBand #headerContainer #headerForm form
{
	padding-top:8px;
}
