/* CSS Document */
#head {
/*	background:url('../common-SurgiTel/images/head00background.jpg');*/
	background:url('./images/head00background.jpg');
	height:77px;
	position:relative;
	z-index:9;
		}
#headHome {
/*	background:url('../common-SurgiTel/images/head00background.jpg');*/
	background:url('./images/head00background.jpg');
	height:40px;
	position:relative;
	z-index:9;
		}
#headsearch {
	position:absolute;
	top:0;
	right:4px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	}
#headflash {
	position:absolute;
	top:41px;
	left:0;
	width:760px;
	margin:0;
	padding:0;
	}
#headsearch input { font-weight:normal; }
#headsearch a { color:#fff; }
#headsearch #headsearchbutton  {
	margin:5px 0 -4px 0;
	}
#headsearchbox {
	font-size:12px; /* base 1em measure: 11 pixels */
	font-family: Arial, "Arial MS", Helvetica, "sans serif";
	color:#003;
	background:#fff;
	margin-left:8px;
	}
#headbuttonrow {
	position:absolute;
	top:41px;
	left:0;
	width:760px;
	margin:0;
	padding:0;
	}
#headbuttonrow a{	
	text-decoration:none;
	}
	
#headbuttonrow img {
	float: none;
	display:block;	
	}
	


.hbrs {
	margin-top:8px;
	float:left;
	}
/* begin drop down menus */
#headbuttonrow li.sfhover .dropdown {
	left:0;
	top:36px
	}
#headbuttonrow li.sfhover .hbrsdropdown {
	left: -11em;
	top:28px;
	}
#headbuttonrow li, .dropdown li {
	list-style:none;
	float:left;
	position:relative;
	}
li .dropdown {
	border: solid #a2b2be 1px;
	background: #dbe6ec;
	color:#000;
	width:17em;
	margin:0;
	padding:0;
	position:absolute;
	left:-999em; /* Suckerfish Dropdowns position hack. Not a typo. */
	}
li:hover .dropdown {
	left:0;
	top:36px
	}
li.hbrs:hover .dropdown {
	left: -11em;
	top:28px;
	}
.dropdown li {
	margin:0;
	padding:0;
	}
.dropdown li a {
	width:16.3em;
	padding: 0.5em 0 0.5em 0.7em;
	display:block;
	margin:0;
	color:#000;
	text-decoration:none;
	}
.dropdown li a:hover {
	background: #fff;
	}