@charset "utf-8";

.listStyle {
	background-color: #736e6e;
}
.listStyle_2 {
	background-color: white;
}
.listStyleHover {
	background-color: #4b4848;
}
.listStyleHover_2 {
	background-color: #f2f2f2;
}
li {
	text-indent: 8px;
}
#selJobPos {
	padding:0;
	margin:0;
}
#selJobPos li {
	cursor: default;
	width: 185px; height: 20px;
	position:relative;
	list-style-type:none;
	float:left;
	color: white;
}
#JobPos {
	margin-left:-2px;
	padding: 0;
	margin-top: 3px;
	display: none;
	background: white;
}
#JobPos li {
	width: 185px; height: 20px;
	position:relative;
	list-style-type:none;
	margin-top:2px;
	float:left;
	color: white;
}
#selJobPos li ul {
	display:none;
	overflow: auto;
	width: 189px;
	margin-top: 1px;
	height: 50px;
	color: black;
	padding: 0;
}

#selJobPos ul#JobPos li {
	float:none;
}
#defJobPos {
	background: url(../images/dropDownList.png) no-repeat;
}

#ctMainUl {
	float: right;
	padding: 0;
	margin-top: 18px;
	margin-right: 17px;
}
#ctMainUl ul#ctSeUl li {
	float:none;
}
#ctMainUl li ul {
	display:none;
	overflow: auto;
	width: 189px;
	margin-top: 1px;
	height: 69px;
	color: black;
	padding: 0;
}
#ctMainUl ul {
	float: none;
}
#ctMainUl {
	padding:0;
	margin:0;
}
#ctMainUl li {
	cursor: default;
	width: 185px; height: 20px;
	position:relative;
	list-style-type:none;
	float:left;
	color: black;
}
#ctSeUl {
	margin-left:0px;
	padding: 0;
	margin-top: 3px;
	display: none;
	background: #e8eef0;
}
#ctSeUl li {
	clear: both;
	width: 185px; height: 20px;
	position:relative;
	list-style-type:none;
	margin-top:2px;
	float:left;
	color: black;
}
#ctMainLi {
	background: url(../images/dropDownListStyle_2.png) no-repeat;
}
#selApBlank li ul {
	display:none;
	overflow: auto;
	width: 189px;
	margin-top: 1px;
	height: 300px;
	color: black;
	padding: 0;
}
#selApBlank ul {
	float: none;
}
#selApBlank {
	clear: both;
	float: right;
	text-align: left;
	padding:0;
	margin-top: 3px;
}
#selApBlank li {
	cursor: default;
	width: 185px; height: 20px;
	position:relative;
	list-style-type:none;
	float:left;
	color: black;
}


