/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonlink{
padding: 3px 0;
margin-left: 0;
font: bold 11px Arial;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.buttonlink li{
display: inline;
margin: 0;
}

.buttonlink li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
background-color: #f6ffd5;
color: #2d2b2b;
}

.buttonlink li a:visited{
color: #2d2b2b;
text-decoration: none;
}


.buttonlink li a:hover{
background-color: #ffeec2;
text-decoration: none;
color: black;
}


.buttonlink li a:active{
color: black;
text-decoration: none;
}

.buttonlink li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}
