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

/*--------------------------------------------------------------------*/
/* Global default navigation styling for Safe-T-Net                   */
/* Last Updated: 12.28.07 by Cory Perry                               */
/*--------------------------------------------------------------------*/


#mainNav ul {
	list-style: none;
	margin-left: 1px;
}
#mainNav ul li {
	width: 269px;
	height: 28px;
}

#mainNav li a {
	display: block;
	width: 269px;
	height: 24px;
	background: url(../images/navbtn_bg.jpg) no-repeat top left;
	padding: 3px 0 0 40px;
	font-size: 15px;
}

#mainNav li a:hover {
	background: url(../images/navbtn_bg_over.jpg) no-repeat top left;}