ul{
 background-color: #d8d8d8;
 background-repeat:no-repeat;
 width:100%;
 margin-left:2px;
 margin-bottom:-25px; 
 padding: 2px;
 }
li a {          background-color : #b0c4de;
		width: 89px;
		font-weight : bold;
                font-size:100%;
                font-family: arial, helvetica, serif;
		text-decoration : none;
                text-align:center;
		line-height:30px;
                padding : 2px ;
                margin-left:3px  ;
                border: 0px  ;
	        border-width:0px ;
	}
li { /* all list items */
	float: left;
	width: 88px; /* width needed or else Opera goes nuts */
        border: 0px ;
	border-width: 0px;
}

li a:link {text-decoration: none; color: blue}
li a:visited {text-decoration: none; color: blue}
li a:hover {text-decoration: underline; color: blue; background: #ffd700}
