.recruitmentPage #bottomContent .columnCenter {
	width:551px;
	padding:0 15px 0 20px;
}
* html .recruitmentPage #bottomContent .columnCenter {
	width:536px;
}
* html .recruitmentPage #bottomContent .columnRight {
	padding-left:0px;
}
/* STEPS */
ul#menuContent {
	float:right;
	width:197px;
	margin-top:17px;
}

ul#menuContent li {
	height:53px; width:197px;
}
ul#menuContent li a {
	position:relative;
	display:table-cell;
	height:53px; width:173px;
	line-height:53px;
	padding-left:24px;
	color:#7e7e7e;	
}
*+ html ul#menuContent li a {
	display:block;
	cursor:pointer;
}
*+ html ul#menuContent li a span span {
	padding-left:24px;
}
* html ul#menuContent li a {
	display:block;
	cursor:pointer;
}
* html ul#menuContent li a span span {
	padding-left:24px;
}
ul#menuContent li a.selected {
	color:#fff;
}
ul#menuContent li a:hover {
	text-decoration:none;
}


/* Step 1 */
ul#menuContent li#toStep1 a {
	background:transparent url(/img/recruitment/step1-off.png) no-repeat;
}
ul#menuContent li#toStep1 a.selected {
	background:transparent url(/img/recruitment/step1-on.png) no-repeat;
}
* html ul#menuContent li#toStep1 a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/recruitment/step1-off.png',sizingMethod='crop');
}
* html ul#menuContent li#toStep1 a.selected {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/recruitment/step1-on.png',sizingMethod='crop');
}
/* Step 2 */
ul#menuContent li#toStep2 a {
	background:transparent url(/img/recruitment/step2-off.png) no-repeat;
}

ul#menuContent li#toStep2 a.selected {
	background:transparent url(/img/recruitment/step2-on.png) no-repeat;
}
* html ul#menuContent li#toStep2 a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/recruitment/step2-off.png',sizingMethod='crop');
}
* html ul#menuContent li#toStep2 a.selected {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/recruitment/step2-on.png',sizingMethod='crop');
}
/* Step 3 */
ul#menuContent li#toStep3 a {
	background:transparent url(/img/recruitment/step3-off.png) no-repeat;
}

ul#menuContent li#toStep3 a.selected {
	background:transparent url(/img/recruitment/step3-on.png) no-repeat;
}
* html ul#menuContent li#toStep3 a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/recruitment/step3-off.png',sizingMethod='crop');
}
* html ul#menuContent li#toStep3 a.selected {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/recruitment/step3-on.png',sizingMethod='crop');
}
/* Step 4 */
ul#menuContent li#toStep4 a {
	background:transparent url(/img/recruitment/step4-off.png) no-repeat;
}

ul#menuContent li#toStep4 a.selected {
	background:transparent url(/img/recruitment/step4-on.png) no-repeat;
}
* html ul#menuContent li#toStep4 a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/recruitment/step4-off.png',sizingMethod='crop');
}
* html ul#menuContent li#toStep4 a.selected {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/recruitment/step4-on.png',sizingMethod='crop');
}
/* Step 5 */
ul#menuContent li#toStep5 a {
	background:transparent url(/img/recruitment/step5-last-off.png) no-repeat;
}

ul#menuContent li#toStep5 a.selected {
	background:transparent url(/img/recruitment/step5-on.png) no-repeat;
}
* html ul#menuContent li#toStep5 a {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/recruitment/step5-last-off.png',sizingMethod='crop');
}
* html ul#menuContent li#toStep5 a.selected {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/recruitment/step5-on.png',sizingMethod='crop');
}


.contentList {
	float:left;
	width:330px;
	padding-left:0px;
}

.contentList div.on, .contentList div.blocStep {
	display:block;
}

.contentList div.off {
	display:none;
}