﻿/* Products Menu */
.ProductMenu
{
}
.ProductItem
{
	background-color: #fffcdf;
	color: gray;
	cursor: hand;
	font-family:Verdana;
	font-size: 8pt;
}
.ProductHover
{
	background-color: #8D8F95;
	color: white;
	cursor: hand;
	font-family:Verdana;
	font-size: 8pt;
}
.ProductDown
{
	background-color: #8D8F95;
	font-family:Verdana;
	color: white;
	cursor: hand;
	font-size: 8pt;
}
.siteH
{
	color: #AABBDD;
	text-decoration: underline;
	font-family:Verdana;
	font-size: 8pt;
}
.siteSubMenu
{
	border: none #CBCED4;
	background: #DCDCDC;
	width: 188px;
	cursor: hand;
	font-family:Verdana;
	font-size: 8pt;
}

.siteMenu
{
	font-size: 8pt;
	font-family: verdana;
	display: block;
	padding: 3px 0 3px 0;
	cursor: hand;
}
