body { height:100%;
 font-family: verdana, arial;
 font-size:12px;
 background-image:url(clouds_bg.jpg);
 }
html { height:100%; }
table { height:100%;
 font-family: verdana, arial;
 font-size:12px;
 }

a:link, a:visited, a:active { color: blue; }
a:hover { color: blue; }

#dropmenudiv{
position:absolute;
padding=4;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

.non100 { height:20;
 font-family: verdana, arial;
 font-size:12px;
 }

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
}

div { width: 100%; }

#dropmenudiv a:hover { background-color: #7094DC; }