/*
 (C) 2005 Leo Galambos
 */

.buttonscontainer {
 padding: 0px;
 width: 170px;
 height: 100%;
 background-color: black;
 position: fixed;
}

.buttonsmenu {
 padding: 3px;
 background-color: black;
 display: block;
 font-weight: bold;
 text-align: left;
 margin-top: 1px;
 color: white;
}

.buttons {
 padding: 0px;
}

.buttons a {
 color: #c0c0c0;
 background-color: #3f3f3f;
 padding: 2px;
 padding-left: 3px;
 display: block;
 border-left: 10px solid #6f6f6f;
 font: 13px DejaVu Serif Condensed,Arial, sans-serif;
 font-weight: bold;
 text-decoration: none;
 text-align: left;
 margin-top: 1px;
}

.buttons a:hover {
 border-left: 10px solid white;
 text-decoration: none;
 color: white;
}
