/*** ESSENTIAL STYLES ***/
#navigation_primary {
	height: 32px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	list-style-type: none;
	padding-top: 18px;
	z-index: 9999;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu ul li a {
	background-image: none;
	background-color: #00abe5;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	font-family: Arial, "Helvetica", sans-serif;
	width: 110%;
	text-decoration: none;
}

.sf-menu ul li a:hover {
	color: #051218;
	text-decoration: none;

}

.sf-sub-indicator{
	display: none;
}

.home a {
	display: block;
	background-image: url(../images/home-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 61px;
	padding-right: 33px;
	float: left;
}


.home a:hover {
	background-position: 0px -16px;
	
}

.home a span {
display: none;
}

.about-us a {
	display: block;
	background-image: url(../images/about-us-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 85px;
	padding-right: 33px;
	float: left;
}


.about-us a:hover {
	background-position: 0px -16px;
	
}

.about-us a span {
display: none;
}

.property-search a {
	display: block;
	background-image: url(../images/property-search-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 123px;
	padding-right: 33px;
	float: left;
}

.property-search a:hover {
	background-position: 0px -16px;
	
}

.property-search a span {
display: none;
}

.why-gloucestershire a {
	display: block;
	background-image: url(../images/why-gloucestershire-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 159px;
	padding-right: 33px;
	float: left;
}

.why-gloucestershire a:hover {
	background-position: 0px -16px;
	
}

.why-gloucestershire a span {
display: none;
}


.media-centre a {
	display: block;
	background-image: url(../images/media-centre-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 106px;
	padding-right: 33px;
	float: left;
}


.media-centre a:hover {
	background-position: 0px -16px;
	
}

.media-centre a span {
display: none;
}

.contact-us a {
	display: block;
	background-image: url(../images/contact-us-button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 93px;
	float: left;
}

.contact-us a:hover {
	background-position: 0px -16px;
	
}

.contact-us a span {
display: none;
}
