#jobbranches {
	height:				130px;
	width:				648px;
	margin-left:		4px;
	list-style:			none;
	border: 			0 solid #C8C8C8;
	border-width:		0 1px;
	/*
	background: 		url(../images/branches_bottom.png) no-repeat center bottom;
	padding-bottom:		25px;
	*/
}

.offers_box_float {
	float:left; 
	display:inline;
	margin: 5px 10px 0px 0px;
}

.other_som {
	margin-top:			-14px;
	margin-left:		2px;
	padding-top:		18px;
	height:				21px;
	background: 		url(../images/branches_bottom.png) no-repeat center;
	text-align:			right;
	float:				left;
	width:				654px;
}

.other_som_small{
	margin-top:			-14px;
	margin-left:		2px;
	padding-top:		18px;
	height:				21px;
	background: 		url(../images/branches_bottom_no_more.png) no-repeat center;
	text-align:			right;
	float:				left;
	width:				654px;
}

.offers_som {
	margin-left:		4px;
	margin-top:			-14px;
	padding-top:		18px;
	height:				21px;
	width:				320px;
	background: 		url(../images/branches_bottom.png) no-repeat center;
	text-align:			right;
	float:				left;
}
.offers_som {background:url(../images/offers_box_bottom.png) no-repeat center;margin-top:-8px;padding-top:13px;}
.other_som a, .offers_som a {
	text-decoration:	none;
	color:				#7D7D7D;
	margin-right:		29px;
	font-size:			11px;
}
.offers_som a {margin-right:20px;}
.other_som a:hover, .offers_som a:hover {
	color:				#666666;
}

.ofrs_count {
	float:				right;
	margin-right:		7px;
	text-align:			left;
	width:				30px;
	font-weight:		normal;
	font-size:			13px;
}

ul#jobbranches li {
	height:				27px;
	line-height:		27px;
	display:inline;
	list-style: none;
	position: relative;
	width: 308px;
	float:left; /*For Gecko*/
}

ul#jobbranches ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 240px;
  list-style: none;
  display: none;
  position: absolute;
  top: -13px;
  left:160px;
  
	background: 		url(../images/branches_pop_top.png) no-repeat top;
}

.branch_last_li {
	padding-bottom:		3px;
	background:			url(../images/branches_pop_bottom.png) no-repeat bottom;
}

ul#jobbranches ul:after {		/*From IE 7 lack of compliance*/
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#jobbranches ul li {
  width: 240px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
	font-weight:		normal;
	text-align:			left;
	height:				27px;
	line-height:		27px;
	
	border:				0;
}

ul#jobbranches ul li a {
/*	padding-left:		12px;*/
	font-size:			11px;
}

/* Root Menu */
ul#jobbranches a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
	color: 				#727272;
	font-size:			12px;
	font-weight:		bold;


  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  
  cursor: pointer;
}

.board_div {
	height:				27px;
	overflow:			hidden;
	margin:				0 10px 0 10px;
	padding-left:		21px;
	border: 			0 solid #EAEAEA;
	border-bottom-width:1px;
	width:280px;
	background:			url(../images/branch_bullet.gif) no-repeat 3px;
	display:			block;
			font-size:13px;
}
.board2_div, .branch_last_li span {
	margin:				0 5px 0 5px;
	padding-left:		7px;
	border: 			0 solid #C8C8C8;
	width:223px;

	height:				27px;
	display:			block;
}
.board2_div {
	border-bottom-width:1px;
	height:26px;
	overflow: hidden;
}

.board2_div:hover {
	background-color: #E4EDD7 !important;
}

ul#jobbranches li.iehover2, ul#jobbranches li:hover {
	z-index:50000;
	
}

.first:hover, .first.iehover2 a {
	/*background:			url(../images/branch_hover_bgr.png) no-repeat 12px 2px;*/
	background-color: #E4EDD7;
}

ul#jobbranches li:hover ul,
ul#jobbranches li.iehover2 ul {
  display:block;

}

/* 2nd Menu */
ul#jobbranches li:hover li a,
ul#jobbranches li.iehover2 li a {
	float: none;
	background: 		url(../images/branches_pop_bgr.png) repeat-y;
	font-weight:		normal;
}

/* 2nd Menu Hover Persistence */
ul#jobbranches li:hover li a:hover,
ul#jobbranches li:hover li:hover a,
ul#jobbranches li.iehover2 li a:hover,
ul#jobbranches li.iehover2 li.iehover2 a {
	/*color:				#C9323C;*/
	/*background: 		url(../images/branches_pop_hover_bgr.png) no-repeat center top;*/
	background-color: #E4EDD7 !important;
}


/* ##### INDEX OFFER BOXES ##################################################################### */
.offers_box {
	height:				auto;
	width:				320px;
	margin-left:		4px;
	list-style:			none;
	color: 				#939393;
}

.offers_box li {
	border: 			0 solid #C8C8C8;
	border-width:		0 1px 0 1px;
	height:				auto;
	line-height:		15px;
	display:inline;
	list-style: none;
	position: relative;
	width: 318px;
	float:left; /*For Gecko*/
}

ul.offers_box li.iehover, .offers_board:hover {
	/*background:			url(../images/ofr_box_hover_bgr.png) no-repeat 12px 2px;*/
		background-color: #E4EDD7;
}

.offers_box a {
	color: 				#939393;



  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  

}
.offers_board {
	margin:				5px 10px 0 10px;
	padding-left:		2px;
	border: 			0 solid #EAEAEA;
	border-bottom-width:1px;
	height:				42px;
	padding:			4px 5px;		
	display:			block;

}