﻿/* Products Menu */
.ProductMenu
{
	
}
.ProductItem
{
  background-color:white;
  background-image: url(images/button_back.gif);
  color:#666666;
  cursor:hand;
  width:127px;
 
}
.ProductHover
{
  background-color:white;
  background-image: url(images/button_back.gif);
  color:white;
  cursor:hand;
  width:127px;
}
.ProductDown
{
 background-color:white;
 background-image: url(images/button_back.gif);
  color:#666666;
  cursor:hand;
  width:127px;
}

.siteH
{
	color: #ffffff;
	background-image: url(images/back.gif);
	background-color: #ffffff;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
	
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 15px;
	cursor: hand;
	margin-bottom: 5px;
	width: 100px;
}

.siteSubMenu
{ 
  color: #000000;
  
  background-color: #ffffff; 
  font-family: Verdana; 
  font-size: 12px; 
  font-weight: bold;
  padding-top: 4px; 
  padding-bottom: 3px;
  padding-left:15px;  
  cursor:hand;
  margin-bottom:5px;
  width:100px;
}

.siteMenu
{ 
  color: #ffffff;
  background-image: url(images/back.gif);
  background-color: #ffffff; 
  font-family: Verdana; 
  font-size: 12px;  
  font-weight: bold;
  cursor:hand;
  width:917px;


}



.TopItem
{

  color: #ffffff;
  
  font-family: Verdana; 
  font-size: 12px;  
  font-weight: bold;
  cursor:hand;
  padding-left:10px;
  padding-right:5px;
  width:80px;
 
}

.TopItemHover
{ 

  color: #ffffff;
 
  
  font-family: Verdana; 
  font-size: 12px;  
  font-weight: bold;
  text-decoration:underline;
  cursor:hand;
  padding-left:10px;
  padding-right:5px;
  width:80px;
}
.SubItem
{

  color: #000000;
  background-color: #ffffff; 
  font-family: Verdana; 
  font-size: 10px;  
  font-weight: normal;
  cursor:hand;
  width:100px;
}

.SubItemHover
{

  color: #000000;
  background-color: #ffffff; 
  font-family: Verdana; 
  font-size: 10px;  
  font-weight: normal;
  text-decoration:underline;
  cursor:hand;
  width:100px;
}
