#leftmenu {
	width: 220px;
	margin-top: 2px;
}

#main.recruitment #leftmenu {
	width: 240px;
}

#leftmenu a {
	color: #585858;
	font-weight: normal;
}

#leftmenu a:hover {
	color: #585858;
}

#leftmenu div {
	font-size: 0;
	font-weight: normal;
	padding: 0 0 0 33px;
	margin-top: 5px;
	/*height: 0;
	line-height: 0px;*/
}

#leftmenu div a {
	color: #7999a2;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 13px;
	display: block;
	margin-bottom: 9px;
}

#leftmenu div div {
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 15px;
}

#leftmenu div div:last-child {
	/*margin-bottom: 0;*/
}

#leftmenu h3 {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-top: 2px;
	*padding-top: 5px;
	height: 30px;
	*height: 27px;
	margin-bottom: 9px;
	padding-left: 33px;
}

#leftmenu h3 a {
	font-size: 16px;
	font-weight: bold;
	/*padding-left: 33px;
	white-space: nowrap;*/
}


#leftmenu.leftmenugeomatics {
	width: 208px;
}

#leftmenu.leftmenugeomatics h3 {
	margin-bottom: 15px;
}

#leftmenu.leftmenugeomatics h3 a {
	display: block;
	white-space: normal;
	position: relative;
	top: -6px;
}

#leftmenu.leftmenugeomatics h3.verticalalign {
	margin-bottom: 9px;
}

#leftmenu.leftmenugeomatics h3.verticalalign a {	
	display: inline;
	white-space: nowrap;
	position: static;
}

#leftmenu h3 a:hover {
	color: black;
}

#leftmenu h4 a {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

.viewer #leftmenu a {
	color: white;
}

.viewer #leftmenu a:hover {
	color: black;
}