﻿#nav
{
	display: block;
	width: 150px;
	position: absolute;
	top: 140px;
	left: 35px;
}

#nav li
{
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #839fc5;	
}

#nav li.last
{
	border-bottom: none;
}

#nav a:link, #nav a:visited, #nav a:active, #nav a:hover
{
	margin: 0;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 0 7px 0;
}

#nav a:hover
{
	color: #333;
}
