/* Parent Stationary menu */
.navlist td {
background-color:Black;
color:White;
border:1px solid black;
border-bottom-width: 0;
font:bold 14px Arial Narrow;
line-height:20px;
list-style-type:square;
width:100px;
margin:0px;
}
.navlist td a{
background-color:Black;
color:White;
}
.navlist td a:visited{
background-color:Black;
color:White;
}
.navlist td a:hover{
background-color:Black;
color:White;
}

/* CHILD FLY OUT MENU */
#dropmenudiv{
position:absolute;
background-color: Silver;
color: White;
font-weight: bold;
border:1px solid black;
border-bottom-width: 0;
font:bold 14px Arial Narrow;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
color: White;
width: 100%;
display: block;
font-weight: bold;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}
#dropmenudiv a:visited{
color: White;
background-color: Silver;
}
#dropmenudiv a:hover{
color: White;
background-color: Gray;
}
