div.outer {
	display: block;
	background-color: transparent;
	background: url(../img/nav2buttons.gif) 0 -25px no-repeat;
	width: 100px;
	height: 23px;
}

div.disabled {
	display: block;
	background-color: transparent;
	background: url(../img/nav2buttons.gif) 0 -49px no-repeat;
	width: 100px;
	height: 23px;
	text-align: center;	
	padding: 1px;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;		
}

div.outer a.button {
	display: block;
	background-color: transparent;
	background: url(../img/nav2buttons.gif) 0 0 no-repeat;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 1px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;	
	width: 100%;
	height: 100%;
	text-align: center;	
	overflow: hidden;	
}


a.button:link, a.button:visited {
	color: #006699!important;
}

div.outer a.button:hover, a.button:active {
	background-image: none;
	color: #ffffff!important;
}