﻿.Menu
{
	font-family:Arial;
	font-size:13px;
	width:180px;
}

.Menu ul
{
	padding:0px;
	margin:0px;
	list-style:none;
	color:#207DB9;
	margin-bottom:10px;
}

.Menu ul li
{	
	padding:10px;
	padding-left:0px;
	border-bottom:solid 2px #FFF;
	height: 15px;
	overflow-y: hidden;
}

.Menu ul li a
{
	text-decoration:none;
	color:#207DB9;
	font-weight:bold;
	height: 8px;
	overflow-y: hidden;
}

.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/leftMenu_1.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 15px;
}

.Menu .listItemLeft a
{
	color: #FFFFFF;
}


.Menu .listItemLeft:hover
{
	background-image: url('../../../images/leftMenu_2.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

.Menu .listItemLeft a:hover
{
	color: #FFEEEE;
	text-decoration: none;
}


.LeftMenuItemContainer
{
	width: 170px;
	background-image: url('../../../images/dhLeftBot.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	min-height: 40px;
	margin-bottom: 10px;
}

.LeftMenuItemInner
{
	width: 170px;
	background-image: url('../../../images/dhLeftTopBit.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	cursor: pointer;
}

.LeftMenuItemContainer:hover
{
	background-image: url('../../../images/dhLeftBot2.jpg');
}

.LeftMenuItemContainer:hover .LeftMenuItemInner
{
	background-image: url('../../../images/dhLeftTopBit2.jpg');
}

.productMenuLink
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}