body {
background: #000066;
color: orange;}

a {
color: orange;
text-decoration: underline;}

li {
border-style: solid;
border-width: 1px;
border-color: orange;
width: 120px;
margin: 5px 0px;
text-align: center;
text-decoration: none;
background-color: red;
list-style: none;}

/*Need both for IE and Firefox*/

li a:hover {
background-color: yellow;
width: 118px;}

li:hover {
background-color: yellow;
width: 120px;}

ul {
list-style: none;}

#menu {
margin-left: 0px;}

#menu a {
text-decoration: none;}

#top {
float: top;
padding: 5px;}

#left {
float: left;
width: 120px;
padding: 5px;}

#right {
float: left;
padding: 1px 10px;}

#bottom {
float: bottom;
clear: both;
padding: 5px;}

#imgBorder {
border-style: solid;
border-color: #000066;
border-width: 0px 5px 0px 0px;}

div.divider {
	margin: 2em 0;
	text-align: center;}