﻿ul {
    background: url('../Contents/b7.png');
    overflow: no-content;
    white-space: inherit;
    list-style-type: none;
    margin: 0;
}

li {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0px;
    text-decoration: none;
    font-family:Tahoma;
}

a {
    display: inline-block;
    border-style:outset; 
    border-radius: 7px;
     /*Change menu text color*/
    color:white;   
    text-align: center;
/*Distance: top,left,bottom,right*/
    padding: 10px 15px 10px 15px;/* used for back gray color padding*/
    margin-left:1px;
    margin-right:1px;
    text-decoration: none;
}

a:hover {
    background-color: #777;
}


.scrollmenu {
    display: none;
}

