#button
{
    width : 15em;
    border-right : 1px solid #CE3300;
    padding : 0 0 0 0;
    margin-bottom : 1em;
    font-family : Verdana;
   	font-size : 8pt;
    background-color : #CE3300;
}
#button ul
{
    list-style : none;
    margin : 0;
    padding : 0;
    border : none;
}
#button li
{
    border-bottom : 3px solid #CE3300;
    margin : 0;
    list-style : none;
    list-style-image : none;
}
#button li a
{
    display : block;
    padding : 5px 5px 5px 0.5em;
    border-left : 5px solid #FFDAB9;
    border-right : 5px solid #FFDAB9;
    background:url("../images/rose.jpg");
    color : #666666;
    text-decoration : none;
    width : 100%;
}
html > body #button li a
{
    width : auto;
}
#button li a:hover
{
    border-left : 5px solid #FAFAD2;
    border-right : 5px solid #FAFAD2;
    color : #666666;
    background:url("../images/btnrose.gif");
}
#button li #active
{
    border-left : 10px solid #FAFAD2;
    border-right : 10px solid #FAFAD2;
    background-color : #CE3300;
    color : #FAFAD2;
}