
         .scrolling {
    position: fixed;
    top: 259px;}


.navigation_left {
    position: relative;
    right:200px;
    padding-left: 0px;
    width: 200px;
    height: 200px;
    margin-top:101px;
}

.navigation_right {
float:right;
    position: relative;
    left:188px;
    padding-left: 0px;
    width: 200px;
    height: 200px;
    margin-top:0px;
}

.button_nav {
width: 200px;
height: 22px;
background-color: white;
margin: 10px 0px 10px 0px;
font-size:80%;
text-align: left;
font-weight: bold;
text-decoration: none;
padding-top:8px;
}



a.button_links {font-family: Arial,Helvetica,sans serif; font-size: 100%; color: #3D3D3D; font-weight: bold}
a.button_links:link { font-weight: bold; color: #000000; text-decoration: underline;}
a.button_links:visited { font-weight: bold; color: #000000; text-decoration: underline;}
a.button_links:hover { font-weight: bold; color: #6e6e6e; text-decoration: underline;}
a.button_links:active { font-weight: bold; color: #6e6e6e; text-decoration: none;}
a.button_links:focus { font-weight: bold; color: #6e6e6e; text-decoration: none;}

.scrolling ul {
 list-style-type: square;
}




