﻿ul.leftNav a, ul.leftNav a:active, ul.leftNav a:visited
{
    text-decoration:none;
}

ul.leftNav a:hover
{
    text-decoration:underline;
}

ul.leftNav
{
	margin: 0 0 0 -15px;
	padding: 0 0 0 24px;
}

ul.leftNav li
{
	margin:0 0 0 2px;
	padding:0;
	list-style-image: url(menu_icon.gif);
	list-style-type:none;
}

ul.leftNav li a.selected
{
	color:blue;
}
