/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 160px;
}

.buttonmenu li a{
display : block; 

font-size : 14px; 

border-bottom : 1px solid #7e8890; 

font-weight : normal; 

padding : 2px 0; 

color : #FFF; 

padding-left : 5px; 

text-decoration : none; 

} 



.buttonmenu li a:visited{
color: ccc;}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
}
border-left : 1px solid #7e8890; 