/* CSS Document */
h1.sys_overview{

	position:absolute;

	left:-1000px;

	top:-1000px;

}

div#overview{

	margin:0 auto;

	width:960px;

	text-align:left;

}

div#overview ul,

div#overview li{

	display:block;

	margin:0;

	padding:0;

	list-style:none;

	overflow:visible;

}

div#overview ul{

	float:left;

	width:240px;

}

div#overview ul ul{

	clear:left;

	float:none;

	/*display: none; set by javascript*/

	width:auto;

	padding-bottom:10px;

	height:22px;

}

html>body div#overview ul ul{

	height:auto;

	min-height:22px;

	float:left;

}

div#overview li{

	margin-top:-1px;

	padding-left:23px;

	width:194px;

	float:left;

}

html>body div#overview li{

	height:auto;

	min-height:22px;

}

div#overview h2{

	padding-bottom:10px;

	font-family:Arial, Helvetica, Sans-serif;

	font-size:100%;

	color:#000;

	text-transform:uppercase;

	font-weight:bold;

}



div#overview li.sys_title{padding:0 0 0 3px; margin:0 0 0 0; float:none;clear:left;}



div#overview li.sys_jobs{

	background:transparent url("") no-repeat 11px 6px;

}

div#overview li.sys_offers{

	background:transparent url("") no-repeat 11px 7px;

}

div#overview li.sys_jobs_offers{

	background:transparent url("") no-repeat 0 7px;

}

div#overview li.sys_spacer{

	height:40px;

}

div#overview li.sys_spacer{

	height:40px;

}

div#overview li a {text-decoration:none; }



div#overview li a span,
div#overview li a span span{

	background:transparent url("images/background_label.png") no-repeat 0 50%;

	font-size:100%;

	font-family:Arial, Helvetica, Sans-serif;

	color:#eee;

	cursor:pointer;

	text-decoration:none;

	outline:none;

	line-height:22px;

	height:22px;

}
div#overview li a:hover span span{

	background:transparent url("images/background_label_highlight.png") no-repeat 0 50%;

	font-size:100%;

	font-family:Arial, Helvetica, Sans-serif;

	color:#eee;

	cursor:pointer;

	text-decoration:none;

	outline:none;

	line-height:22px;

	height:22px;

}


div#overview li a span span{

	display:block;

	/*float:none;*/

	float: left;

	padding:0 24px 0 1px;

	background-position:100% 50%;

	line-height:22px;

	height:22px;

	white-space:nowrap;

}
div#overview li a:hover span span{

	display:block;

	/*float:none;*/

	float: left;

	padding:0 24px 0 1px;

	background-position:100% 50%;

	line-height:22px;

	height:22px;

	white-space:nowrap;

}


html>body div#overview li a span span {

	height:auto;

	min-height:22px;

	float: none;

}

div#overview li a span{

	display:block;

	padding-left:16px;

	float:left;

}





