﻿.leftNav
{
	border: 1px solid #3a3a3a;
	background: #252525;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	width: 149px;
	padding: 0px;
	display: inline;
	float: left;
	font-size: 9pt;
}
.leftNav A
{
	display: block;
	text-align: left;
	width: 149px;
	height: 24px;
	background: url(images/leftbar-bg.png) top left no-repeat;
	color: #e2e2e2;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.leftNav a:hover
{
	color: #FFFFFF;
	background: url(images/leftbar-bg-hover.png) top left no-repeat;
}
.leftNav a.active
{
	color: #FFFFFF;
	background: url(images/leftbar-bg-selected.png) top left no-repeat;
}
.leftNav a:visited
{
	text-decoration: none;
}
.leftNav a.subNav
{
	padding-left: 40px;
	background: url(images/leftbar-bg.png) top left no-repeat;
}
.leftNav a.subNav:hover
{
	padding-left: 40px;
	background: url(images/leftbar-bg-hover.png) top left no-repeat;
}
.catalog
{
	font-size: 12pt;
	display: block;
	padding-left: 0px;
	text-align: center;
	width: 149px;
	padding-bottom: 6px;
	padding-top: 6px;
}
