@charset "utf-8";
/* menu on the left hand side, apply to all pages */

/*pop up menu*/
#dropmenudiv{
position:absolute;
background-color: white;
border:1px solid #999999;
border-bottom-width: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: normal;
z-index:100;}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #999999;
padding: 3px 0;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: normal;
color: #333333;}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E8F8D8;
font-weight: bold;}



/*text inside the table*/
a.menutext:link
{text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
display: block;
font-weight: normal;}

a.menutext:visited
{text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
display: block;
font-weight: normal;}

a.menutext:hover
{text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: black;
display: block;
font-weight: bold;}

a.menutext:active
{text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
display: block;
font-weight: bold;}
