        .button {
            padding: 4px 10px 3px 25px;
            border: solid 1px #8AB134;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-image: url( '../images/bkg.png' );
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            color: #40740D;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }
        .button img {
            position: absolute;
            top: -4px;
            left: -12px;
            border: none;
        }
        .button:hover {
            color: #8AB134;
        }

        .redbutton{
            padding: 4px 10px 3px 25px;
            border: solid 1px #000;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-image: url( '../images/redbkg.png' );
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            color: #fff;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }
        .redbutton img {
            position: absolute;
            top: -4px;
            left: -12px;
            border: none;
        }
        .redbutton:hover {
            color: #1a50b8;
        }



        .yellowbutton{
            padding: 4px 10px 3px 25px;
            border: solid 1px #000;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-image: url( '../images/yellowbkg.png' );
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            color: #000;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }
        .yellowbutton img {
            position: absolute;
            top: -4px;
            left: -12px;
            border: none;
        }
        .yellowbutton:hover {
            color: #1a50b8;
        }
        
        .bluebutton{
            padding: 4px 10px 3px 25px;
            border: solid 1px #000;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-image: url( '../images/bluebkg.png' );
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            color: #000;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }
        .bluebutton img {
            position: absolute;
            top: -4px;
            left: -12px;
            border: none;
        }
        .bluebutton:hover {
            color: #1a50b8;
        }        
        
        
        
        .bluecontainer{
            padding: 4px 10px 3px 25px;
            border: solid 1px #000;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-image: url( '../images/bluebkg.png' );
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            color: #000;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }
        .bluecontainer img {
            position: absolute;
            top: -4px;
            left: -12px;
            border: none;
        }
        .bluecontainer:hover {
            color: #1a50b8;
        }        
        
        /*darkblue*/
        
           .dkbluebutton{
            padding: 4px 10px 3px 25px;
            border: solid 1px #000;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-image: url( '../images/dkbluebkg.png' );
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            color: #fff;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }
        .dkbluebutton img {
            position: absolute;
            top: -4px;
            left: -12px;
            border: none;
        }
        .dkbluebutton:hover {
            color: #1a50b8;
        }        
        
        .dkbluecontainer{
            padding: 4px 10px 3px 25px;
            border: solid 1px #000;
            position: relative;
            cursor: pointer;
            display: inline-block;
            background-image: url( '../images/dkbluebkg.png' );
            background-repeat: repeat-x;
            font-size: 11px;
            height: 16px;
            text-decoration: none;
            color: #000;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }
        .dkbluecontainer img {
            position: absolute;
            top: -4px;
            left: -12px;
            border: none;
        }
        .dkbluecontainer:hover {
            color: #1a50b8;
        }