/* CSS Document */
#button {
margin-top:48px;
width:100%;
font-size:93%;
line-height:normal;
}
#button ul {
margin:0;
padding:0;
list-style:none;
}
#button li {
float: none;

margin:0;
padding: 5px 10px 5px 10px; 
}
#button a {
color:#666666;
text-decoration:none;
font-weight:bold;
font-family: "Times New Roman", Times, serif;
display:block;
background:url("img/left.jpg") no-repeat left top;
padding: 5px 10px 5px 10px; 
}



#button a:hover {
color: #FF9900;
display:block;
background:url("img/left_on.jpg") no-repeat left top;
padding: 5px 10px 5px 10px; 
}





