.navigationlinks
{
    font-weight:bold;
}


.goButton {
width:100%;
-moz-box-shadow:inset 0px 1px 0px 0px #99ff99;
-webkit-box-shadow:inset 0px 1px 0px 0px #99ff99;
box-shadow:inset 0px 1px 0px 0px #99ff99;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #009900), color-stop(1, #006600));
background:-moz-linear-gradient(top, #009900 5%, #006600 100%);
background:-webkit-linear-gradient(top, #009900 5%, #006600 100%);
background:-o-linear-gradient(top, #009900 5%, #006600 100%);
background:-ms-linear-gradient(top, #009900 5%, #006600 100%);
background:linear-gradient(to bottom, #009900 5%, #006600 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009900', endColorstr='#006600',GradientType=0);
background-color:#009900;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #003300;
/*display:inline-block;*/
cursor:pointer;
color:#fff !important;
font-family:Arial;
font-size:12px;
font-weight:bold;
line-height:13px;
padding:3px 5px;
text-decoration:none;
text-shadow:0px 1px 0px #264d00;
}

.goButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006600), color-stop(1, #009900));
background:-moz-linear-gradient(top, #006600 5%, #009900 100%);
background:-webkit-linear-gradient(top, #006600 5%, #009900 100%);
background:-o-linear-gradient(top, #006600 5%, #009900 100%);
background:-ms-linear-gradient(top, #006600 5%, #009900 100%);
background:linear-gradient(to bottom, #006600 5%, #009900 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006600', endColorstr='#009900',GradientType=0);
background-color:#006600;
}

.goButton:active {
position:relative;
top:1px;
}

.goButton2 {
width:100%;
-moz-box-shadow:inset 0px 1px 0px 0px #99ff99;
-webkit-box-shadow:inset 0px 1px 0px 0px #99ff99;
box-shadow:inset 0px 1px 0px 0px #99ff99;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006600), color-stop(1, #009900));
background:-moz-linear-gradient(top, #006600 5%, #009900 100%);
background:-webkit-linear-gradient(top, #006600 5%, #009900 100%);
background:-o-linear-gradient(top, #006600 5%, #009900 100%);
background:-ms-linear-gradient(top, #006600 5%, #009900 100%);
background:linear-gradient(to bottom, #006600 5%, #009900 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006600', endColorstr='#009900',GradientType=0);
background-color:#006600;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #003300;
/*display:inline-block;*/
cursor:pointer;
color:#fff !important;
font-family:Arial;
font-size:12px;
font-weight:bold;
line-height:13px;
padding:3px 5px;
text-decoration:none;
text-shadow:0px 1px 0px #264d00;
}

.goButton2:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #009900), color-stop(1, #006600));
background:-moz-linear-gradient(top, #009900 5%, #006600 100%);
background:-webkit-linear-gradient(top, #009900 5%, #006600 100%);
background:-o-linear-gradient(top, #009900 5%, #006600 100%);
background:-ms-linear-gradient(top, #009900 5%, #006600 100%);
background:linear-gradient(to bottom, #009900 5%, #006600 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009900', endColorstr='#006600',GradientType=0);
background-color:#009900;
}

.goButton2:active {
position:relative;
top:1px;
}