#tswcssbuttons {
	width: 120px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0px ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
        display: block ;
	list-style: none ;
        font: 13px Arial, sans-serif;
}
#tswcssbuttons li a {
	border: 2px solid;
        background-color: #4f5e79;
        padding: 2px;
        padding-left: 3px;
        font: 13px Arial, sans-serif;
        font-weight: bold;
        text-decoration: none;
        border-color: #878787 #878787 #1e2442 #1e2442;
        color: #ffffff ;
        display: block;
        margin: 0px;
        width: 120px;
        text-align: center;
}
#tswcssbuttons li a:hover {
	padding-left: 4px;
        padding-top: 3px;
        padding-bottom: 1px;
        padding-right: 1px;
        background-color: #374762;
        border-color: #1e2442 #1e2442 #1e2442 #1e2442 ; 
        color: #878787;
        text-decoration: none;
}