/* JAVASCRIPT DROPDOWN */

.dd
{
	margin: 0px 0px 0px 0px;
}

.ddHead
{
	background: url("/eads/sys/pix/jobmarket/dropdown.gif") no-repeat 0% 0%;
	width: 168px;
	height: 16px;
	margin-left: 0px;
	vertical-align: middle; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.ddHeadS
{
	background: url("/eads/sys/pix/jobmarket/dropdownS.gif") no-repeat 0% 0%;
	width: 53px;
	height: 16px;
	margin-left: 0px;
	vertical-align: middle; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.ddHead a,
.ddHead a:hover,
.ddHeadS a,
.ddHeadS a:hover
{
	display: block;
	cursor: default;
	width: 100%;
	height: 16px;
	max-width: 100%;
	color: #000000;
	font: normal 11px Arial, sans-serif;
	line-height: 16px;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.ddContent
{
	width: 148px;
	height: 16px;
	overflow: hidden;
	white-space: nowrap; 
}

.ddList
{
	margin: -1px 0px 0px 0px;
	position: absolute;
	z-index: 9999;
	width: 168px;
	background-color: #ffffff;
	border: 1px solid;
	border-top-color: #b2b2b2;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #b2b2b2;
}

.ddListS
{
	margin: -1px 0px 0px 0px;
	position: absolute;
	z-index: 9999;
	width: 53px;
	background-color: #ffffff;
	border: 1px solid;
	border-top-color: #b2b2b2;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #b2b2b2;
}

.ddList ol,
.ddListS ol
{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font: normal 11px Arial, sans-serif;
	text-decoration: none;
}

.ddList ol li,
.ddListS ol li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.ddList ol li a,
.ddList ol li span,
.ddListS ol li span,
.ddListS ol li a
{
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
	font: normal 11px Arial, sans-serif;
	text-decoration: none;
	line-height: 16px;
	height: 16px;
	display: block;
	overflow: hidden;
	color: #000000;
	background-color: #ffffff;
}

.ddList ol li a:hover,
.ddListS ol li a:hover
{
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 0px 0px;
	font: normal 11px Arial, sans-serif;
	text-decoration: none;
	line-height: 16px;
	height: 16px;
	display: block;
	overflow: hidden;
	color: #ffffff;
	background-color: #C93518;
}


