﻿body {
}
/*
#gcBtn1 li a
{ background: #000000 url(buttonBx_1a.png);
}

#gcBtn1 a:hover, #gcBtn1 li a#selected, #gcBtn1 li a#selected:hover
{ background: #000000 url(buttonBx_1B.png);
  /*color: #484E56;*/
  
/*  
#gcBtn1 a:hover, #gcBtn1 li a#selected, #gcBtn1 li a#selected:hover
{ background: #000000 url(buttonBx_1B.png);
  
  color: #000000;
} 
*/
#gcBtn1 a:active {
   
   background-image: url("buttonBx_1a.png") top left no-repeat;
   width: 145px;
   height: 46px;
   }
#gcBtn1 a:hover {
   
   background-image: url("buttonBx_1b.png") top left no-repeat;
   width: 145px;
   height: 46px;
   }
#gcBtn a:active {
   
   background-image: url("button_1a.png");
   }

#gcTest {
	height: 50px;
	margin: 0 0; padding:0 0;
	border-bottom: 0px;
	}

div.outer {
	float: left;
	width: 120px; height: 50px;
	margin: 0 3px 0 0;
	background: url( 'buttonBx_1b.png' ) 0 -100px no-repeat;
	}

div.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font: bold 13px/1 Georgia, serif;
	color:#000000;
	text-decoration: none;
	background: url( 'buttnBx_1a.png' ) top left no-repeat;
	}
div.outer span {
	display: block;
	margin:0; padding: 7px 0 0 13px;
	}
div.outer a:hover {
	background-image: none;
	color: yellow;
	}
div.outer a:active {
	color: black;
	}