		.buttons
        {
	padding-top: 10px;
	float: left;
	width: 160px;
	height: 930px;
	background-color: #A47300;
	     }
         *html .buttons
         {
	padding-top: 10px;
	float: left;
	width: 160px;
	height: 940px;
	background-color: #A47300;
		}

        .button,
        .activeButton
        {
	background-color: #A47300;
	border: 0px #EEEEEE outset;
	height: 36px;
        }
        .button A,
        .button A:hover,
        .activeButton A,
        .activeButton A:hover

        {
	font-size: 14px;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 36px;
	
        }
        .button A
        {
	color: #000000;
	background-image: url(../images/button.png);
	height: 36px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
        }
        .button A:hover
        {
	background-image: url(../images/button.png);
	background-repeat:no-repeat;
	height: 36px;
	color: #FFFF00;
	background-position: 0px -36px;
		}
        .activeButton A,
        .activeButton A:hover
        {
	color: #FF0000;
	background-image: url(../images/button.png);
	height: 36px;
	background-repeat: no-repeat;
	background-position: 0px -72px;
        }
