﻿.Menu_Head
{
	cursor: pointer;
	color: #26A9E0;
	padding: 4px 0 0 14px;
	font-size: 1.4em;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(http://commoncontent.letsfeelgreat.co.uk/images/accordian/triangle_orange.png);
}
.Menu_Head:hover
{
    color: #167899;
}
.Menu_Body
{
	display: none;
	background-repeat: no-repeat;
    background-position: right bottom;
    background-color: Transparent;
    line-height: 1.2em;
}