/* Dropdown control CATEGORY */
.selectBox-dropdown {
	width: 230px; /* width = (desired width) - padding-right */
	margin: 0 0 5px 0;
	padding-right: 50px;
	position: relative;
	border: solid 1px #646361;
	line-height: 30px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	outline: none;
	vertical-align: middle;
	background: url(images/form_1x1_bg.png) top left repeat transparent;
	display: inline-block;
	cursor: pointer;
}

.selectBox-dropdown:hover {
	color: #e8e8e8 !important;
}

.selectBox-dropdown .selectBox-label {
	width: 220px;
	display: inline-block;
	padding-left: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 30px;
	background: url(images/form_drop.png) 50% center no-repeat;
	border-left: solid 1px #646361;
}

/* Dropdown menu CATEGORY*/
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	padding: 0 1px;
	height: auto;
	border: none;
	border-left: 1px solid #1b287c;
	border-right: 1px solid #1b287c;
	border-bottom: 1px solid #1b287c; /* should be the same border width as .selectBox-dropdown */
	background: url(images/form_select_bg.png) top left repeat transparent;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	color: #e8e8e8;
}

.selectBox-options LI A {
	padding-left: 10px;
	line-height: 32px;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-options LI.selectBox-hover A {
	color: #fff;
	/*background: url(images/nav_sub_rollover.png) top left no-repeat transparent;*/
}

.selectBox-options LI.selectBox-disabled A {
	color: #e8e8e8;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: transparent;
}

.selectBox-options .selectBox-optgroup {
	color: #e8e8e8;
	background-color: transparent;
	font-weight: bold;
	line-height: 32px;
	white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
	color: #e8e8e8 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #646361;
}

/* Dropdown control FORM*/
body#body_36 .selectBox-dropdown,
body#body_264 .selectBox-dropdown,
body#body_342 .selectBox-dropdown {
	float: left;
	margin: 0;
	line-height: 20px;
	height: 20px;
	font-size: 13px;
	color: #b5b5b5;
	border: solid 1px #9f9f9f;
}

body#body_36 .selectBox-dropdown:hover,
body#body_264 .selectBox-dropdown:hover,
body#body_342 .selectBox-dropdown:hover {
	color: #b5b5b5 !important;
}

body#body_36 .selectBox-dropdown .selectBox-label,
body#body_264 .selectBox-dropdown .selectBox-label,
body#body_342 .selectBox-dropdown .selectBox-label {
	width: auto;
	padding-left: 2px;
}

body#body_36 .selectBox-dropdown .selectBox-arrow,
body#body_264 .selectBox-dropdown .selectBox-arrow,
body#body_342 .selectBox-dropdown .selectBox-arrow {
	width: 24px;
	height: 20px;
	border-left: solid 1px #9f9f9f;
}

/* Dropdown menu FORM*/
body#body_36 .selectBox-dropdown-menu,
body#body_264 .selectBox-dropdown-menu,
body#body_342 .selectBox-dropdown-menu {
	border-top: none;
}

body#body_36 .selectBox-options LI A,
body#body_264 .selectBox-options LI A,
body#body_342 .selectBox-options LI A {
	padding-left: 2px;
	line-height: 20px;
	font-size: 13px;
}

body#body_36 .selectBox-options .selectBox-optgroup,
body#body_264 .selectBox-options .selectBox-optgroup,
body#body_342 .selectBox-options .selectBox-optgroup { line-height: 20px; }