/* CSS Document */
#nav {
	position: relative;
	top: 125px;
	left: 5px;
	width: 190px;
	background-color: #F9F9F9;
	font-size: 90%;
	height: 605px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	border-bottom: 1px solid #FFFFFF;
	line-height: 110%;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#nav li a:link, #nav li a:visited {
	display: block;
	padding: 5px 5px 5px 10px;
	color: #000000;
	/* color to menu text */
	background-color: #F9F9F9;
	/* background-colour to menu bar */
	text-decoration: none;
}
#nav li a:hover {
	border-left: 5px;
/* boarder-left is bar moving by link */
	border-left-style: solid;
	border-left-color: #C63F20;
	padding-left: 5px;
/* padding-left - position of text when roll-over */
}
#nav li a:active {
	color: #FFFFFF;
	background-color: #CCCCCC;
/* background-colour to selected menu bar */
}
#nav ul ul {
	font-size: 80%;
	padding-left: 0px;
	font-weight: normal;
}
#nav ul ul a:link, #nav ul ul a:visited {
	display:block;
	color: #C63F20;
/* color to menu text */
	background-color: #F9F9F9;
/* background-colour to menu bar */
	text-decoration: none;
}
#nav ul ul a:hover {
/* boarder-left is bar moving by link */
	border-left-style: solid;
	border-left-color: #C63F20;
/* padding-left - position of text when roll-over */
}
#nav ul ul a:active {
	color: #FFFFFF;
	background-color: #CCCCCC;
/* background-colour to selected menu bar */
}
A:link {color:#C63F20;text-decoration:none}
A:visited {
	text-decoration:none;
	color: #C63F20;
}
A:hover {
	text-decoration:none;
	color: #C63F20;
}
body#home a#homenav,
body#about a#aboutnav,
body#what a#whatnav,
body#clients a#clientnav,
body#service a#servicenav,
body#contact a#connav,
body#reception a#receptionnav {
	color: #C63F20;
/* colour to text in current page */
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C63F20;
/* boarder-left colour to text in current page */
	padding-left: 5px;
/* padding-left positions text in current page */
}
