<style type="text/css">		.blorf { ; }		UL.buttons {		padding: 0px;		margin: 5px 0px 5px;		list-style-type: none;		height: 2em;	}	UL.buttons LI { display: inline; font-size: 14px; }	UL.buttons LI A, UL.buttons LI span.disabledlink {		display: block;		float: left;		padding: 10px;		border: 1px solid #dcdcdc;		margin-right:10px;	}	UL.buttons LI span.disabledlink { cursor: default; }	UL.buttons LI A:hover { background-color: #f90; color: #fff; }	UL.buttons LI.current A { background-color: #3366CC; color: #FFF; cursor: default; }	UL.buttons LI.nonlink A { cursor: default; border: 1px solid #ffcc00; background-color: #ffffcc; }</style>