@charset "utf-8";
/* CSS Document */

/* unordered list for navbar */

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

ul a {
	display: block;
	width: 155px;
	height: 39px;
	line-height: 39px;
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	background: url(images/rollover.gif) no-repeat left bottom;
	text-indent: 10px;
}

ul a:hover, .selected a {
	background-position: right bottom;
}

#first a {
	height: 40px;
	line-height: 40px;
}

/* this style info stops the current page navbar changing on hover so it doesn'e look like a link */

#welcome #sidebar .welcome a, 
#basics #sidebar .basics a,
#diy #sidebar .diy a,
#contact #sidebar .contact a {
	background-position: left bottom;
	color: #2a7faa;
	cursor: default;
}