/* ------- Menu ------------------------------------------------------------------- */
.menuhead
{
   position: relative;
   float: middle;
   width: 190px;
   height: 18px;
   margin: 0;
   background: #9b792b;
   float: left;
   font: 11pt arial, sans-serif;
   color: #000000;
   text-decoration: none;
   font-weight: 1000;
   list-style: none;
   padding-left: 10px;
   padding-top: 10px;
   padding-bottom: 5px;
   border-bottom: 2px solid #c0822d;
   border-top: 2px solid #c0822d;
}

.menu
{
   position: relative;
   float: middle;
   width: 190px;
   height: 18px;
   margin: 0;
   background: #702e13;
   float: left;
   font: 11pt arial, sans-serif;
   color: #ffffff;
   text-decoration: none;
   font-weight: 500;
   list-style: none;
   padding-left: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-bottom: 2px solid #c0822d;
   border-top: 2px solid #c0822d;
}
.menu:hover 
{ 
   color: #9B792B;
   background-color: #F1E7CD; 
}
.submenu
{
   position: relative;
   float: top;
   width: 180px;
   height: 20px;
   margin: 0;
   background: #DDC488;
   float: left;
   font: 11pt arial, sans-serif;
   color: #755B20;
   text-decoration: none;
   font-weight: 500;
   list-style: none;
   padding-left: 20px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-bottom: 1px solid #755B20;
   border-top: 1px solid #755B20;
}
.submenu:hover 
{ 
   color: #9B792B;
   background-color: #F1E7CD; 
}
.tertmenu
{
   position: relative;
   float: top;
   width: 170px;
   height: 20px;
   margin: 0;
   background: #F1E7CD;
   float: left;
   font: 11pt arial, sans-serif;
   color: #9B792B;
   text-decoration: none;
   font-weight: 500;
   list-style: none;
   padding-left: 30px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-bottom: 1px solid #9B792B;
   border-top: 1px solid #9B792B;
}
.tertmenu:hover 
{ 
   color: #755B20;
   background-color: #DDC488; 
}
.hide{
display: none;
}
.show{
display: block;
}
