#sidebar {
	width: 132px;
	position: relative;
}
#sidebar img#logo {
	margin-left: 80px;
}
#nav ul {
	margin: 0;
	padding: 0;
	border: 1px solid red;
}
#nav li {
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	background: #FFF url(images/navHorizontalBorder.gif) bottom right no-repeat;
	position: relative;
	border-right: 1px solid #bababa;
	list-style: none;
	text-align: right;
	padding: 0 10px 0 0;
}
#firstLink img {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
}
#nav #lastLink {
	background: #fff url(images/navVerticalBtmBorder.gif) bottom right no-repeat;
}
#nav #firstLink, #nav #lastLink {
	border-right: none;
}
#nav a:link, #nav a:visited {
	color: #5e0000;
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#nav a:hover {
	color: orange;
	text-decoration: underline;
}
