@charset "UTF-8";
/* CSS Document */
#navdrop,#navdrop ul
{
list-style: none;
padding: 0;
margin:0;
line-height: 1;
}

#navdrop a
{display:block;
 width:13em;
}

#navdrop li
{

background:url(../anglersroot/images/menu.gif)  #ebffff bottom left repeat-x;
height: 1.5em;
line-height: 1.5em;
width: 9em;
float: left;
position: relative;
margin: 0 0.1em;
border: 1px solid #dcdce9;
color: #663300;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
height:17px; vertical-align:middle;
text-decoration: none;
text-align: center;
z-index:89;
}

#navdrop li a
{
background:url(../anglersroot/images/menu.gif)  #ebffff bottom left repeat-x;
height: 1.5em;
line-height: 1.5em;
float: left;
width: 10em;
display: block;
border: 1px solid #dcdce9;
color: #663300;
text-decoration: none;
text-align: center;
}

#navdrop li a:hover
{text-decoration:underline;
height: 1.5em;
line-height: 1.5em;
}

/* Hide from IE5-Mac \*/
#navdrop li a
{
float: none
}
/* End hide */

#navdrop li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
	z-index:1000000;
}

#navdrop li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 9em;
	width: 10em;
}

#navdrop li:hover ul ul, #navdrop li.sfhover ul ul {
	left: -999em;
}

#navdrop li:hover ul, #navdrop li li:hover ul, #navdrop li.sfhover ul, #navdrop
li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


