/* стили необходимые для работы скрипта */
select.srReplacedSelect {
	width: 1px;
	position: absolute;
	left: -999em;
}

ul.srList {
	list-style: none;
	padding: 0;
	width: 165px;
	margin: 13px 0;
	height: 1.5em;
}

ul.srList li {
	display: none;
	background: #F8E4FF;
	line-height: 1.5em;
	padding: 1px 10px;
	width: 145px;
	color: #A10077;
}

ul.srList li.srHoverLi {
	background: #E8C7E3;
}

ul.srBlur {
	background: url('srBgTop.gif') no-repeat;
}

ul.srFocus, ul.srHoverUl {
	background: url('srBgTop.gif') no-repeat -165px 0px;
}

ul.srBlur li.srSelectedLi {
	display: block;
	background: url('srBgBottom.gif') no-repeat 0px 100%;
}

ul.srFocus li.srSelectedLi, ul.srHoverUl li.srSelectedLi {
	display: block;
	background: url('srBgBottom.gif') no-repeat -165px 100%;
}

ul.srExpanded li.srSelectedLi { 
	display: block;
	background: #E8C7E3;
}

ul.srExpanded {
	position:relative;
	z-index:1000;
}

ul.srExpanded li {
	display:block;
}
