@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;

}

#buttonA {
    margin-left: 50px;
}

#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
}

#buttonA li {
    list-style-type: none;
    height: 30px;
    width: 125px;
    margin: 10px;
    text-align:center;

}

#buttonA li a {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	background-color: #C90;
	border-bottom-color: #600;
	border-right-color: #630;
	border-left-color: #FC0;
	border-top-color: #FC0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#buttonA li a:link {
    color: #000000;
    font-weight: bold;
    background-color: #C90;
    border-style: solid;
    border-bottom-color: #600;
	border-right-color: #630;
	border-left-color: #FC0;
	border-top-color: #FC0;
}

#buttonA li a:visited {
    color: #000000;
    font-weight: normal;
    background-color: #C90;
    border-style: solid;
    border-bottom-color: #600;
	border-right-color: #630;
	border-left-color: #FC0;
	border-top-color: #FC0;
}

#buttonA li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C63;
	border-style: solid;
	border-bottom-color: #600;
	border-right-color: #630;
	border-left-color: #FC0;
	border-top-color: #FC0;
}

#buttonA li a:active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #966;
	border-style: solid;
	border-top-color: #600;
	border-left-color: #630;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
}







#buttonB {
    margin-left: 50px;
}

#buttonB ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
}

#buttonB li {
    list-style-type: none;
    height: 30px;
    width: 125px;
    margin: 10px;
    text-align:center;

}

#buttonB li a {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	background-color: #6C6;
	border-bottom-color: #063;
	border-right-color: #366;
	border-left-color: #6F3;
	border-top-color: #6F3;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#buttonB li a:link {
	color: #000000;
	font-weight: bold;
	background-color: #6C6;
	border-bottom-color: #063;
	border-right-color: #366;
	border-left-color: #6F3;
	border-top-color: #6F3;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#buttonB li a:visited {
    color: #000000;
    font-weight: normal;
    background-color: #6C6;
    border-style: solid;
    border-bottom-color: #063;
	border-right-color: #366;
	border-left-color: #6F3;
	border-top-color: #6F3;
}

#buttonB li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #396;
	border-style: solid;
	border-bottom-color: #063;
	border-right-color: #366;
	border-left-color: #6F3;
	border-top-color: #6F3;
}

#buttonB li a:active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #063;
	border-style: solid;
	border-top-color: #063;
	border-left-color: #366;
	border-right-color: #6F3;
	border-bottom-color: #6F3;
}







#buttonC {
    margin-left: 50px;
}

#buttonC ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
}

#buttonC li {
    list-style-type: none;
    height: 30px;
    width: 125px;
    margin: 10px;
    text-align:center;

}

#buttonC li a {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	background-color: #0CF;
	border-bottom-color: #00C;
	border-right-color: #30F;
	border-left-color: #6FF;
	border-top-color: #6FF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#buttonC li a:link {
	color: #000000;
	font-weight: bold;
	background-color: #0CF;
	border-bottom-color: #00C;
	border-right-color: #30F;
	border-left-color: #6FF;
	border-top-color: #6FF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#buttonC li a:visited {
    color: #000000;
    font-weight: normal;
    background-color: #0CF;
    border-style: solid;
    border-bottom-color: #00C;
	border-right-color: #30F;
	border-left-color: #6FF;
	border-top-color: #6FF;
}

#buttonC li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #36F;
	border-style: solid;
	border-bottom-color: #00C;
	border-right-color: #30F;
	border-left-color: #6FF;
	border-top-color: #6FF;
}

#buttonC li a:active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #06C;
	border-style: solid;
	border-top-color: #00C;
	border-left-color: #30F;
	border-right-color: #6FF;
	border-bottom-color: #6FF;
}