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