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

/*Side Nav Rollover*/

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

/* NCR buttons */

ul.twopt a {
	display: block;
	width: 47px;
	height: 30px;
	line-height: 30px;
	background: URL(../images/non_flash/ncr_btn_2pt.png);
	float:left;
}

ul.twopt a:hover, .selected a {
	background-position: right bottom;
	
}

ul.threept a {
	display: block;
	width: 46px;
	height: 30px;
	line-height: 30px;
	background: URL(../images/non_flash/ncr_btn_3pt.png);
	float:left;
}

ul.threept a:hover, .selected a {
	background-position: right bottom;
	
}

ul.fourpt a {
	display: block;
	width: 47px;
	height: 30px;
	line-height: 30px;
	background: URL(../images/non_flash/ncr_btn_4pt.png);
	float:left;
}

ul.fourpt a:hover, .selected a {
	background-position: right bottom;
	
}


/* NCR buttons */

/* other product btns */

ul.stationery a {
	display: block;
	width: 190px;
	height: 20px;
	line-height: 20px;
	background: URL(../images/non_flash/product_btn_stationery.png);
	text-indent: 20px;
}

ul.stationery a:hover, .selected a {
	background-position: right bottom;
	
}

ul.flyers a {
	display: block;
	width: 190px;
	height: 20px;
	line-height: 20px;
	background: URL(../images/non_flash/product_btn_flyers.png);
	text-indent: 20px;
}

ul.flyers a:hover, .selected a {
	background-position: right bottom;
	
}

ul.office a {
	display: block;
	width: 190px;
	height: 20px;
	line-height: 20px;
	background: URL(../images/non_flash/product_btn_office.png);
	text-indent: 20px;
}

ul.office a:hover, .selected a {
	background-position: right bottom;
	
}

/* end other product btns */


/* text styling */

A.sidenav:link {font-family: Arial, Helvetica, sans-serif;

		font-size:12px;

		color: #000000;

		text-decoration:none;

		

}



A.sidenav:visited {font-family: Arial, Helvetica, sans-serif;

           font-size:12px;

		   color:#000000;

           text-decoration:none;

		   

} 



A.sidenav:hover {font-family: Arial, Helvetica, sans-serif;

         font-size:12px;

		 color:#000000;

		 text-decoration:none;



}

/* end text styling */
