/* CSS from tutorials of www.alsacreations.com/articles */
ul {list-style-type: none;} 

li {margin-bottom: 4px;}

.menu a {
	margin: 0 1px;
	width: 130px;
	height: 18px;
	display: block;
	text-align: center;
	border: 1px solid #999;
	text-decoration: none;
	color: #666666;
	background-color: #fff;
	 }
	 
.menu a:hover {
	border: 1px solid gray;
	background-color: #BCE4F6;
     }

.menu a:active {
	border: 1px solid gray;
	color: #fff;
	background-color: gray;
     }
