/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* Copyright by Vincent Wang, use for Shaan website email: orange12@gmail.com */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 241px;
}

.buttonmenu li a{
color: #555;
display: block;
width: 100%;
padding: 4px 4px;
text-decoration: none;
font: bold 13px Verdana, Arial, Helvetica;
border: 1px solid;
border-bottom-style:dashed;
border-color:#fff #e2e2e2 #999 #e2e2e2; /*light dark dark light*/
background-color: #fff;
text-decoration:none;
}




.buttonmenu li a:hover, .buttonmenu li .incurrent{
color: black;
background-color: #f2f2f2;
text-decoration:none;
}
