﻿
.DropDownMenu a:LINK , .DropDownMenu a:VISITED
{
  background-color : #EAECB2;
  font-family : tahoma; 
  font-size : 9pt; 
  font-weight : normal; 
  color : #4B4813;
  text-decoration : none;
  border-top : 1px solid #DDDB73; 
  padding-left : 10px; 
  padding-right: 8px; 
  padding-top : 3px;
  padding-bottom : 3px;
  display: block;
  z-index : 1000;
  
  
}


.DropDownMenu a:HOVER
{
  background-color : #76741D;
  font-family : tahoma; 
  font-size : 9pt; 
  font-weight : normal; 
  color : #DDEFD0;
  display: block;
  z-index : 1000;
}


#ProductCategoriesMenu
{ 
  position : absolute;
  left : 180px;
  top : 135px;
  visibility : hidden;
  padding-bottom : 0px;
  padding-top : 10px; 
}


#GiftShopCategoriesMenu
{ 
  position : absolute;
  left : 445px;
  top : 135px;
  visibility : hidden;
  padding-bottom : 0px;
  padding-top : 10px; 
}


#ToolCategoriesMenu
{ 
  position : absolute;
  left : 523px;
  top : 135px;
  visibility : hidden;
  padding-bottom : 0px;
  padding-top : 10px; 
}
