#nav{
	float:left;
	font-size:110%;
	margin:10px 0 0 0;
	border-left:4px solid white;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/button_off.jpg);
	background-repeat:repeat-x;
	width:666px
      }
#button {
	float:left;
	height:50px;
	width:130px;
	border-right:1px solid white;
	background-image:url(../images/button_off.jpg);
	background-repeat:repeat-x;
 }
 
#button a:hover {
	float:left;
	height:50px;
	width:130px;
	border-right:1px solid white;
	background-image:url(../images/button_on.jpg);
	background-repeat:repeat-x;
 }
 
#button span{
	display: block;
	position: relative;
	top: 17px;
	left:10px;
	color:#FFFFFF;
	font-weight:bold;
	
 }
