/* Start of CMSMS style sheet 'JF nav' */
#navwrapper {
	width:700px;
	background-color:#dbdbdb;
	height:25px;
}

#nav {
	width:512px;
	float:right;
	height:25px;
	background-color:#f0f0f0;
}

#nav ul {
	display:inline;
        margin:0;
        padding:0;
}

#nav ul li {
	display:inline;
	list-style:none;
        padding-left:5px;
}

#nav ul li.li_home, #nav ul li.li_about-us, #nav ul li.li_advice-guides, #nav ul li.li_our-people {
        border-right:1px solid #575757;
}

#nav ul li.li_contact {
        border-right:none;
}

#nav a {
	padding:5px 0 0 25px;
	text-decoration:none;
	color:#575757;
	display:inline-block;
	background:url(images/nav_bullet.gif) left no-repeat;
	height:20px;
	font-weight:bold;
}

#nav a.home {
        width:55px;
}

#nav a.about-us {
        width:75px;
}

#nav a.advice-guides {
        width:60px;
}

#nav a.our-people {
        width:90px;
}

#nav a.contact {
        width:50px;
}

#nav a:hover {
	color:#000000;
	background:url(images/nav_bullet_hov.gif) left no-repeat;
}

.conveyancing {
	width: 185px;
	padding: 0 0 0 3px;
	float:left;
	line-height:2;
}

.conveyancing a {
	color:#575757;
}

.conveyancing a:hover {
	color:#000000;
}
/* End of 'JF nav' */

