.snowmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border-bottom: none;
background: none;
overflow: hidden;
width: 100%;
}

.snowmenu li{
display: inline;
margin: 0;
}

.snowmenu li a{
float: left;
display: block;
margin: 0;
padding: 0px 0px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
background: none;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 11px;
color: #000000;
font-weight: bold;
text-align: center;
src: url(LITHOS0.eot);
}

.snowmenu li a:visited{
color: none;
}

.snowmenu li a:hover{
background: none; /*background of tabs for hover state */
text-decoration:underline;
}

.snowmenu a.selected{
background: none; /*background of tab with "selected" class assigned to its LI */
text-decoration: underline;
}
