#menu .hardcoded-menu {
	/* this worked to get the red bar out of the way of the menu once logged in.  odd why it stretches across outside the parent search div... */
	width: 200px;
	float: right;
	display: inline;
}

.searchmodule {
	width: 200px;
}

.searchmodule.searchdefault {
	width: 200px;
	float: right;
	margin-top: -30px;
	_margin-top: -10px;
	z-index: 10;
}

.searchmodule.searchdefault .text {
	width:170px;
	background-image:url(../images/bg-search-string.jpg);
	color: #797a6a;
	margin-left: 15px;
	margin-top: 4px;
	font-size: 12px;
}




.searchmodule.results {
	
}
.searchmodule.results .searched_for{
	display:block;
	padding:5px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	margin:0 0 15px 0;
}
.searchmodule.results .item {
	padding:5px;
	margin: 0 0 10px 0;
	border:1px dotted #999;
}

.searchmodule.results .item .summary {
	color:#888;
}
.searchmodule.results .item .summary b {
	background:#ffe39c;
	border:1px dotted #fdb827 ;
	color:#444;
}


/* hiding the annoying red bar */

#menu .hardcoded-menu {
	display: none;
}
