
#go-top {
  position: fixed; 
  bottom: 25px; 
  right: 10px; 
  cursor:pointer; 
  display:none;
  width: 50px;
  height: 20px;
  background: #c0c0c0;
}

#go-top:hover {
  background: #333;
}

ul {
		list-style: none;
        margin: 5;
        padding: 0;
        }
img {
		border: none;
}		

#vert_menu {
		font-weight: bold;
        font-family: Verdana, Helvetica, sans-serif;
        text-decoration: none;	
        font-size: 83%;
        width: 290px;
        }

#vert_menu li {
        height: 37px;
        }

#vert_menu li a:link, #vert_menu li a:visited {
        text-decoration: none;	
        color: black;
        display: block;
        background:  url(im/vert_menu_2020.png) 0 0 no-repeat;
        padding: 10px 0 10px 10px;
        }

#vert_menu li a:hover, #vert_menu li #current {
        color: #FFF;
        background:  url(im/vert_menu_2020.png) 0 0 no-repeat;
        padding: 10px 0 10px 15px;
        }