ul#menu {
list-style: none;
width: 140px;
}

ul#menu li {
    margin-top: 0;
}

ul#menu li a {
color: blue;
border: #ffffff solid 1px;
background: #ffffff;
display: block;
height: 100%;
width: 100%;
}

ul#menu li a:hover {
background: #eeeeee;
color: black;
border: #eeeeee solid 1px;
display: block;
} 

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.rightborder {
	border-right-width: thick;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	vertical-align: top;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
