/* ######################### DYNAMIC SUB BUTTONS STYLE ##################### */

.button {
    display: inline-block;
    width: 180px;
    height: 25px;
/*	background-image:url('../menu/sub.png');	*/
    background: LightSteelBlue; 
    padding: 5px;
    text-align: center;
	border: 3px DarkSlateBlue;
    border-radius: 3px;
    color: DarkSlateBlue;
    font-weight: bold;
    line-height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin:auto;
}
.button:hover {
/*	background: Blue;	*/
	color: Chartreuse;
}