﻿#LeftNav 
{
	background-color: #3a87c8;
	width: 157px;
	min-height: 100%;
	height: 100%;
	float: left;
	padding-top: 170px;
	float: left;
	clear: both;
}

#LeftNav ul
{
	list-style: none;

}

.LeftNav-top
{
	clear: both;
	display: block;	
	text-align: left;
	border-bottom: dashed 1px #93bde1;
	padding: 3px;
	padding-left:0px;
	background-image: url(/online-shop/gfx/imgCatDot.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 1.1em;
	margin-right: 5px;
	margin-left: 5px;
}

.LeftNav-sub
{
	display: block;	
	text-align: left;
	padding: 1px;
	padding-left:15px;
	background-color: #2d6aa0;
	background-image: none;
	font-size: 1.1em;
	border: none;
}
