#res_search, #res_search_2{
	display:none;
	text-align:left;
}
.kc-search-suggestions {
	position:absolute;
	top:23px;
	width:479px;
	z-index:450;
}
.kc-search-suggestions2 {
	position:absolute;
	width:282px;
	margin-top:-20px;
	margin-left:520px;
	z-index:450;
}

.kc-search-suggestions UL, .kc-search-suggestions2 UL {
/*	display:none;*/
	width:100%;
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	overflow-y: auto;
	background-color:#fff;
	max-height:220px;
	border:#3a4a82 1px solid;
}
.kc-search-suggestions2 UL{
	height:115px;
}
.IE6 .kc-search-suggestions UL, .IE6 .kc-search-suggestions2 UL {
	height: 220px
}
.IE6 .kc-search-suggestions2 UL {
	height: 115px
}

.kc-search-suggestions LI.suggestion, .kc-search-suggestions LI.suggestion a, .kc-search-suggestions2 LI.suggestion, .kc-search-suggestions2 LI.suggestion a{
	color:#3a4a82;
	font-size:11px;
	font-family:Verdana, Arial;
	text-decoration:none;
	list-style-type:none;
}
.kc-search-suggestions2 LI.suggestion, .kc-search-suggestions2 LI.suggestion a{
	color:#01083c;
}
.kc-search-suggestions LI.suggestion .suggestion1, .kc-search-suggestions2 LI.suggestion .suggestion1 {
	color:#666;
	cursor:pointer;
	zoom: 1;
}
.kc-search-suggestions LI.suggestion .suggestion1 a, .kc-search-suggestions2 LI.suggestion .suggestion1 a, #menu3 .kc-search-suggestions2 LI.suggestion .suggestion1 a{
	display:block;
	padding:5px 10px;
	text-decoration:none;
}

.kc-search-suggestions LI.suggestion .suggestion1:hover, .kc-search-suggestions2 LI.suggestion .suggestion1:hover, #menu3 .kc-search-suggestions2 LI.suggestion .suggestion1:hover{
	background-color:#0a1449;
	color:#fff;
}
.kc-search-suggestions LI.suggestion .suggestion1 a:hover, .kc-search-suggestions2 LI.suggestion .suggestion1 a:hover, #menu3 .kc-search-suggestions2 LI.suggestion .suggestion1 a:hover{
	color:#fff;
}
