/* ------- Menu ------------------------------------------------------------------- */
.menuhead
{
   position: relative;
   width: 190px;
   height: 18px;
   margin: 0;
   background:;
   float: left;
   font: 10pt verdana, sans-serif;
   color: #1d3181;
   text-decoration: none;
   font-weight: 1000;
   list-style: none;
   padding-left: 10px;
   padding-top: 10px;
   padding-bottom: 5px;
   border-bottom: 1px #daeffd;
   border-top: 1px #daeffd;
}

.menu
{
   position: relative;
   width: 190px;
   height: 18px;
   margin: 0;
   background: ;
   float: left;
   font: 10pt verdana, sans-serif;
   color: #1d3181;
   text-decoration: none;
   font-weight: 500;
   list-style: none;
   padding-left: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-bottom: 1px #daeffd;
   border-top: 1px #daeffd;
}
.menu:hover 
{ 
   color: ;
   background-color: #aedaf7; 
   	border-bottom: 1px solid #65B0C9;
   	border-top: 1px solid #65B0C9;
}
.submenu
{
   position: relative;
   width: 180px;
   height: 18px;
   margin: 0;
   background: ;
   float: left;
   font: 10pt verdana, sans-serif;
   color: #65B0C9;
   text-decoration: none;
   font-weight: 500;
   list-style: none;
   padding-left: 20px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-bottom: 0px solid #ffffff;
   border-top: 0px solid #ffffff;
   align: left;
	border-top: 1px solid #f8f5de;
   	border-bottom: 1px solid #f8f5de;
}
.submenu:hover 
{ 
   color: ;
   background-color: ; 
   	border-bottom: 1px solid #65B0C9;
   	border-top: 1px solid #65B0C9;
}
.tertmenu
{
   position: relative;
   width: 170px;
   height: 18px;
   margin: 0;
   background: ;
   float: left;
   font: 10pt verdana, sans-serif;
   color: #65B0C9;
   text-decoration: none;
   font-weight: 500;
   list-style: none;
   padding-left: 30px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-bottom: 0px solid #ffffff;
   border-top: 0px solid #ffffff;
   align: left;
	border-top: 1px solid #f8f5de;
   	border-bottom: 1px solid #f8f5de;
}
.tertmenu:hover 
{ 
   color: ;
   background-color: ; 
   	border-bottom: 1px solid #65B0C9;
   	border-top: 1px solid #65B0C9;
}
.hide{
display: none;
}
.show{
display: block;
}