﻿#lnav
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	width: 300px;
	_width: 276px;
	float: left;
	margin: 30px 0 0 24px;
}

#lnav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#lnav ul li
{
	font-weight: bold;
}

#lnav ul ul
{
	padding-left: 5px;
	font-style: italic;
}

#lnav ul ul ul
{
	margin-left: 3px;
	font-weight: normal;
}

#lnav li
{
	margin-top: 5px;
	margin-bottom: 6px;
}

#lnav a:link, #lnav a:visited, #lnav a:hover,  #lnav a:active
{
	text-decoration: none;
	font-style: normal;
}

#lnav a:link, #lnav a:visited
{
	color: #666666;
}

#lnav a:hover,  #lnav a:active
{
	color: #999999;
}

#lnav a.on
{
	color: #8ab95a !important;
	font-weight: bold;
	background-image: url(../i/account/bg_lnav.gif);
	background-repeat: repeat-x;
	background-position: 0 14px;
	padding-bottom: 2px;
}