/* Copyright 2009+ NMCAAMP. All Rights Reserved. */

/*ul.nav {
	margin: 0px; 
	padding: 0px;
	font-family: Arial, sans-serif; 
	list-style-type: none;
	white-space: nowrap;
	font-size: 14px;
	} 
ul.nav li {
	display: inline;
	padding: 0px;
	} 
ul.nav a:link, a:active {
	text-decoration: none; 
	}
ul.nav a:hover {
	text-decoration: none;
	background-color: transparent;
	}

 ******************  navtop  *************** */

ul.navtop {
	margin: 20px 0px 0px 20px; 
	font-family: Arial, sans-serif; 
	font-size: 1em;
	list-style-type: none;
	} 
ul.navtop li {
	display: inline;
	} 
ul.navtop a:link, a:active {
	text-decoration: none; 
	}
ul.navtop a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #a80000;
	}

/* ******************  navbottom  *************** */

ul.navbottom {
	margin: 0px; 
	padding: 0px;
	font-family: Arial, sans-serif; 
	font-size: .9em;
	list-style-type: none;
	white-space: nowrap;
	} 
ul.navbottom li {
	display: inline;
	} 
ul.navbottom a:link, a:active {
	text-decoration: none; 
	}
ul.navbottom a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #a80000;
	}
