﻿#nav
{
	padding: 10px 0 0 0;
	width: 170px;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;	
	font-family: verdana, arial, sanf-serif;
	font-size: 10px;	
	font-weight: bold;
}

#nav li 
{
	margin: 0 0 1px 0;
}

#nav a 
{
	display: block;
	width: 105px;
	padding: 2px 30px 2px 35px;
	text-decoration: none;
	text-indent: -15px;
}

#nav a:link, #nav a:active, #nav a:visited
{
	background-image: url(../images/bull.gif);
	background-position: top left;
	background-repeat: no-repeat;			
	color: #606060;
}

#nav a:hover
{
	background-image: url(../images/bullh.gif);
	background-color: #cccccc;
}