/* CSS Document */

 #navcontainer {
	width: 281px;
}

#navcontainer ul
{
	list-style-type: none;
	font-family: "Lucida Grande", "Lucida Grande CY", Arial, sans-serif;
	margin: 0px;
	padding: 0;
}

#navcontainer a
{
	display: block;
	padding: 5px 3px 5px 35px;
	background-color: #D2D1BF;
	border-bottom: 1px solid #eee;
	width: 241px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "Lucida Grande", "Lucida Grande CY", Arial, sans-serif;
}

#navcontainer a:hover
{
	background-image: url(images/murphy_final2_07.jpg);
	background-repeat: no-repeat;
	background-position: 2px;
}
