/*
	tswtabs.css		1.2.3
	Please use the CSS Menu Button Wizard at
		https://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#aescsstab1 ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#aescsstab1 ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	float: left ;
	font-family: Arial, Helvetica, sans-serif ;
}
#aescsstab1 li a {
	color: #ffff00 ;
	background-color: #b30000 ;
	border: 1px outset #ff8080 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#aescsstab1 li a:hover {
	color: #000000 ;
	background-color: #ffbfbf ;
}

.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #046a14;
    border-radius: 8px;
    background: #08c825;
    background: -webkit-gradient(linear, left top, left bottom, from(#08c825), to(#046a14));
    background: -moz-linear-gradient(top, #08c825, #046a14);
    background: linear-gradient(to bottom, #08c825, #046a14);
    -webkit-box-shadow: #0af02c 0px 0px 40px 0px;
    -moz-box-shadow: #0af02c 0px 0px 40px 0px;
    box-shadow: #0af02c 0px 0px 40px 0px;
    text-shadow: #033f0c 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid ##057d17;
    background: #0af02c;
    background: -webkit-gradient(linear, left top, left bottom, from(#0af02c), to(#057f18));
    background: -moz-linear-gradient(top, #0af02c, #057f18);
    background: linear-gradient(to bottom, #0af02c, #057f18);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #046a14;
    background: -webkit-gradient(linear, left top, left bottom, from(#046a14), to(#046a14));
    background: -moz-linear-gradient(top, #046a14, #046a14);
    background: linear-gradient(to bottom, #046a14, #046a14);
}

