#leftNavigation .section {
	margin-top: 5px;
}

#leftNavigation a {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 12px;	
	text-transform: uppercase;
}

#leftNavigation a:hover {
	color: #00BE00;
}

#leftNavigation a.selected,
#leftNavigation .selected,
#leftNavigation .selected .head {
	color: #00BE00;
}

#leftNavigation .container {
	display: none;
	margin-top: 2px;
	margin-bottom: 10px;
}

#leftNavigation .container a {
	font-size: 12px;
	text-indent: 1px;
}

#leftNavigation hr {
	border-style: none;
	border-top: 1px solid #000;
	height: 0;
	margin-top: 8px;
	margin-bottom: 0;
}

#leftNavigation #languages {
	margin-top: 5px;
}

#leftNavigation #languages p,
#leftNavigation #languages a {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	margin: 0 5px 0 0;
	text-transform: uppercase;
}

#search input[type='text'] {
	margin-top: 4px;
	width: 90px;
	font-weight: bold;
	line-height: 13px;
	padding: 0 0 0 3px;
}
