﻿.Menu ul
{
	padding:0px;
	margin:0px;
	list-style:none;
	margin-bottom:10px;
}

.Menu ul li
{	
	padding:10px;
	padding-left:0px;
	margin-bottom: 4px;
}

.Menu ul li a
{
	text-decoration:none;
	color:#207DB9;
	font-weight:bold;
}

.Menu ul li a:hover
{
	text-decoration:underline;
}

.Menu ul li.first
{
}

.Menu ul li.last
{
	border-bottom:0px;
}


.Menu .listItemLeft
{
	background-image: url('../../images/storeLeftMenu.jpg');
	background-repeat: no-repeat;
	color: #000;
	padding-left: 15px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #c11c1c;
	height: 18px;
	cursor: pointer;
}

.Menu .listItemLeft a
{
	color: #c11c1c;
}


.Menu .listItemLeft:hover
{
	background-image: url('../../images/storeLeftMenu2.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

.Menu .listItemLeft a:hover
{
	color: #000;
	text-decoration: none;
}

.Menu .listItemLeft div
{
	margin-top: -5px;
}

.QuickSearch
{
	width: 180px;
	height: 115px;
	display: table;
	background-image: url('../../images/quickSearch.jpg');
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.QuickSearchFieldBox
{
	margin: auto;
	display: table;
	margin-top: 60px;
	height: 40px;
	overflow: hidden;
	width: 150px;
}
