/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu { margin-top: 5px; margin-bottom: 5px; height: 350px; font-size: 10pt; font-family: trebuchet ms; line-height: 2em; width: 230px; float: left;}
.menu ul { margin: 0; padding: 0; position: relative; z-index: 500; list-style-type: none; width: 230px; }
.menu li { margin: 0px; background-color: #F5F4F3; float: left; }
.menu li.sub { background-color: #F5F4F3; }
.menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }
.menu a, .menu a:visited {margin: 0; display: block; text-decoration: none; height: 2em; line-height: 2em; width: 14em; color: #666; padding-left: 3em; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; 
  padding-top: 4px; padding-bottom: 4px;
  background: #fff url("menubg.png") left top no-repeat; color: #0F7E0F;    
  background-position: 0 0px;
  border-bottom: 1px solid #e3e3e3;

}
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 16em; line-height: 2.6em; }
* html .menu a:hover { color: #0F7E0F; background-color: #fff; position: relative; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; 
  padding-top: 5px; padding-bottom: 5px;
  background: #fff url("menubg.png") left top no-repeat; color: #0F7E0F;    
  background-position: 0 -37px;
  border-bottom: 1px solid #e3e3e3;


}

.menu li:hover  { position: relative; 
}


.menu li:hover a:hover { position: relative; 
  padding-top: 4px; padding-bottom: 4px;
  background: #fff url("menubg.png") left top no-repeat; color: #0F7E0F;    
  background-position: 0 -74px;
  border-bottom: 1px solid #e3e3e3;
  text-decoration: underline;


}
.menu a:active, .menu a:focus { color: #0F7E0F; background-color: #fff; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; 
  margin: 0px;
  padding-top: 5px; padding-bottom: 5px;
  background: #fff url("menubg.png") left top no-repeat; color: #0F7E0F;    
  background-position: 0 -74px;
  border-bottom: 1px solid #e3e3e3;

}
.menu li:hover > a { color: #0F7E0F; background-color: #fff; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -1em; left: 12em; background-color: transparent; }
.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }

.menu a.dropact { color: #0F7E0F; background-color: #fff; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; 
  padding-top: 4px; padding-bottom: 4px;
  background: #fff url("menubga.png") left top no-repeat; color: #0F7E0F;    
  background-position: 0 -74px;
  border-bottom: 1px solid #e3e3e3;


}
.menu a.drop {margin: 0px; width: 14em; display: block; text-decoration: none; height: 2em; line-height: 2em; color: #666; padding-left: 3em; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; 
  padding-top: 4px; padding-bottom: 4px;
  background: #fff url("menubga.png") left top no-repeat; color: #0F7E0F;    
  background-position: 0 0px;
  border-bottom: 1px solid #e3e3e3;



}