/*
WNP_menu.css
Modifications by R.W.  8-23-06 
*/
A:link.menu    {font-family: arial, helvetica, geneva, sans-serif; font-size: 12px; color: #FFF; text-decoration:  none}
A:visited.menu {font-family: arial, helvetica, geneva, sans-serif; font-size: 12px; color: #FFF; text-decoration:  none}
A:hover.menu   {font-family: arial, helvetica, geneva, sans-serif; font-size: 12px; color: #FFF; text-decoration:  none}
.menu          {font-family: arial, helvetica, geneva, sans-serif; font-size: 12px; color: #FFF; text-decoration:  none}
.menulist {
position: relative;
left: 150px;
}
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 z-index: 1000; /* Increased z-index to override slide show - was 0. */
}
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 1.8em;
 left: 0px;
 width: 130px;
 border: 1px solid #aaa;
}
.menulist ul ul {
 top: -10px;
 left: 110px;
 border: 1px solid #aaa;
 z-index: 10000; /* Increased z-index to override slide show - was 1000. */
}
.menulist li {
 float: left;
 position: relative;
 background: #4F4F4F;
 border: 1px solid #4F4F4F;
 margin-right: -1px;
}
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 0px;
}
.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration:  none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #000;
 background-color: #EEE;
 text-decoration:  none;
}
.menulist  a.highlighted {
 color: #FFF;
 background-color: #AAA;
 text-decoration:  none;
}
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */
/* ('Holly Hack') \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */