/* CSS Document */

ul {
	list-style-type: none;
	margin: 0; 
	padding-left: 4px;
}
li {
	float: left;
	padding-top: 2px;
	display: block;
}  /*lists aligned to the left */
applet {
	display: none;
}
.menu a {
     margin: 0;
     width: 145px; /* definition of menu button size */
     height: 30px;
     float: left;
     display: block;
     text-align: center;
     border: 1px solid #770000;
     text-decoration: none;
     color: #770000;
     background: #fff;
}
	 
.menu a:hover {
     background: #F5F7F0;
     border: 1px solid gray; 
}

.menu a:active {
     background: gray;
     border: 1px solid gray; 
     color: #fff;
}

.warning {
	font-weight: bold;
	text-decoration: blink;
	display: inline;
	border: 0px none;
}
