table {font-family: verdana;font-size: 9pt} 

a:link    {color:blue}
a:visited {color:purple}
a:active  {color:blue}
a:hover   {color:red}

div.menuoff {
	position:absolute;
	top:130;
	left:50;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:.8em;
	border-style:none;
        border-color:#3F5E97;
	background-color:#FFFFFF;
	color:#39737B
}

div.menuon {
	position:absolute;
	top:148;
	left:203;
	visibility:hidden;
	font-weight:regular;
	font-family:Trebuchet MS;
	font-size:8pt;
	font-weight: bold;
	border-style:solid;
	border-width:2px;
	border-color:#3F5E97;
	background-color:#FFFFFF;
	color:#6B3173;
       padding: 0px;
       margin: -1px
}
a.menuitems {
        color:#6B3173;
        text-decoration:none;
        font-weight:regular;
        border-style:none;        
        margin: 4px
}
a.menuitems:hover {color:blue}
a.menuitems:hover {text-decoration:underline}