@charset "iso-8859-1";
/* CSS Document */

.sbHolder {
	font-size: 12px;
	font-weight: normal;
	height: 33px;
	position: relative;
	width: 425px;
}
.sbSelector {
	display: block;
	height: 33px;
	left: 0;
	line-height: 33px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 402px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #fff;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	background: url(../images/bgArrow05.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover {
	background: url(../images/bgArrow05.png) 0 -167px no-repeat;
}
.sbToggleOpen {
	background: url(../images/bgArrow05.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover {
	background: url(../images/bgArrow05.png) 0 -66px no-repeat;
}
.sbHolderDisabled {
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
	background-color: #026779;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 33px;
	width: 435px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li {
	padding: 0 7px;
}
.sbOptions li:hover {
	background-image:url(../images/bgSelBox01.gif);
	background-repeat:repeat-x;
}
.sbOptions a {
	color:#fff;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited {
	text-decoration: none;
}
.sbOptions a:hover {
	color:#06697a;
}
.sbOptions li.last a {
	border-bottom: none;
}
.sbOptions .sbDisabled {
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
	padding-left: 17px;
}
