html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
font-family: Arial, Verdana, Helvetica; /* set default font */
}

A:         { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #800000; text-decoration: underline; font-weight: normal;}
A:link     { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #800000; text-decoration: underline; font-weight: normal;}
A:visited  { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #800000; text-decoration: underline; font-weight: normal;}
A:hover    { font-family: Arial, Verdana, Helvetica; font-size: 9pt; color: #7789A1; text-decoration: underline; font-weight: normal;}


#menu {padding:0; margin:0; width:140;}
#menu li {list-style-type:none; width:140px; height:20px; margin:2px 0; clear:both;}
* html #menu a:hover span {width:8px; height:20px;}
#menu a, #menu a:visited {position:auto; display:block; width:140px; height:20px; border:1px solid #000; background-color:#FFFAF0; color:#000; padding-left:0px; text-decoration:none;}
#menu a span, #menu a:visited span {display:none;}
#menu a:hover {color:#800000; background-color:#CCCCCC; border:1px solid #000; text-decoration:none;}
* html #menu a:hover span {width:8px; height:16px; w\idth:0; he\ight:0;}

body {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:5; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}