#JSmenu {
top:150px; /*set initial Height from top*/
position:absolute;
overflow:visible;
z-index:100;
left:0;
}
#JSmenu div {
border-width:0px; /*Menu's outer border*/
border-style:none;
position:absolute;
color:black;
background-color:transparent;
}
#JSmenu table {
border:1px solid black; /*Menu's inner border*/
font-family:verdana, sans-serif; /*Overall font for Menu*/
font-size:100%;
border-collapse:collapse;
background-color:black;
width:14.75em;
}
#JSmenu td { /*Characteristics for cells in the menu table - do not specify width here*/
border-bottom:1px solid black;
border-left:1px solid black;
height:1.35em;
padding:0;
margin:0;
text-align:left;
}
#JSmenu #JSmenubar { /*Characteristics for initially visible 'draw' bar (the vertical cell)*/
width:1.5em;
background-color:#444444;
color:white;
font-weight:bold;
text-align:center;
border-width:0;
cursor:default;
}
#JSmenu .heading { /*Characteristics for heading cells in the menu table*/
height:1.375em;
color:white;
font-weight:bold;
text-indent:1ex;
background-color:#170088; /*Background Color for menu headings */
width:13.125em; /*This will be the menu body width.  This (plus #JSmenubar width for left and right menus) and 4 times the border width should also be the menu table's approximate width*/
vertical-align:middle;
text-align:left;
border-left-color:#170088;
border-left-style:solid;
}
#JSmenu #JSmenulastrow {
border-bottom-width:0;
margin:0 0 1px 1px;
}
#JSmenu a {
width:100%;
height:100%;
display:block;
padding-top:0em;
}

#JSmenu a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
#JSmenu a:active {color:black;text-decoration:none;}
#JSmenu a:hover {color:black;background-color:#FFFF99}
#JSmenu a:visited {color:black;text-decoration:none;}

#JSmenu a {color:navy;background-color:white;text-decoration:none;text-indent:1ex;}
#JSmenu a:active	{color:blue;text-decoration:none;}
#JSmenu a:visited {color:blue;text-decoration:none;}
#JSmenu a:hover {color:navy;background-color:#f0fea8}

