@charset "UTF-8";
/* CSS Document */

/*------------------------- Fight My DUI Navigation -----------------------*/

#fight-nav {
	width:600px;
	height:208px;
	margin:48px 24px 14px 16px; }	
	
#fight-nav a.refusal {
	background-image: url(/Portals/0/test-refusal.png); }

#fight-nav a.breath {
	background-image: url(/Portals/0/test-breath.png); }
	
#fight-nav a.urine {
	background-image: url(/Portals/0/test-urine.png); }	
	
#fight-nav a.blood {
	background-image: url(/Portals/0/test-blood.png); }	
	

#fight-nav a, #fight-nav a:visited {
	margin:0 2px;
	float:left;
	text-decoration:none;
	width:146px;
	height:208px;
	display:block;
	background-position:left top;
	background-repeat: no-repeat; }
	
#fight-nav a:hover, #fight-nav a:focus {
	background-position: right top; }
