.leftmenu {
	width: 280px;
	height: 100%;
}

.leftmenu h3 {
	height: 100%;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}

.leftmenu h3.top a {
	background: url(/sitecontent/70/templates/Midlands/assets/images/inner_leftmenu_top.jpg) no-repeat;
	display: block;
	font-size: 0.95em;	
}

/*.leftmenu h3.top_active a {
	background: url(/sitecontent/70/templates/Midlands/assets/images/inner_leftmenu_top_active.png) no-repeat;
	display: block;
	font-weight: bold;
}*/

.leftmenu h3.section a{
	background: url(/sitecontent/70/templates/Midlands/assets/images/inner_leftmenu_section.jpg) no-repeat 0 0;
	display: block;
}

/*.leftmenu h3.section_active a {
	background: url(/sitecontent/70/templates/Midlands/assets/images/inner_leftmenu_section_active.png) no-repeat;
	font-weight: bold;
}*/

.leftmenu .dropdown_section, .leftmenu .section {
	background: url(/sitecontent/70/templates/Midlands/assets/images/inner_leftmenu_section.jpg) no-repeat;
	display: block;
}

.leftmenu .dropdown_section a {
	background: url(/sitecontent/70/templates/Midlands/assets/images/dropdown_arrow.gif) no-repeat 7px 8px;
	display: block;
}

.leftmenu .dropdown_section_active a {
	background: url(/sitecontent/70/templates/Midlands/assets/images/dropdown_arrowdown.gif) no-repeat 7px 8px;
	display: block;
}

.leftmenu .bottom a {
	background: url(/sitecontent/70/templates/Midlands/assets/images/inner_leftmenu_bottom.jpg) no-repeat;
}

/*.leftmenu .bottom_active a {
	background: url(/sitecontent/70/templates/Midlands/assets/images/inner_leftmenu_bottom_active.png) no-repeat;
}*/

.leftmenu .dropdown_section a, .leftmenu .section a, .leftmenu .bottom a, .leftmenu .top a, ul.dropdown li a {
	padding: 6px 0 8px 20px;
	width: 260px;
	height: 12px;
	font-size: 0.95em;
	color: #343631;
	font-weight: normal;
	font-style: normal;
	display: block;		
}

.leftmenu a:hover {
	color: #00774a;	
}

.leftmenu ul.dropdown {	
	overflow:hidden;
	display: block;
}

.leftmenu ul.dropdown a {	
	overflow:hidden;
	padding: 6px 0 8px 30px;
	width: 248px;
	height: 12px;
	border: 1px solid #e1e1e1;
	border-top: none;
	display: block;
}

