/*
********* ********* ********* ********* ********* 
* NAV LIST CLASSES
********* ********* ********* ********* ********* 
*/


.nvNavList {
	padding: 0px;
	font: bold 9pt verdana;
	text-align: center;
}


.nvNavList ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}


.nvNavList li {
	margin: 0 0 3px 0; /* creates space between items */
}


.nvNavList a {
	display: block;
	padding: 5px 5px 5px 5px;
	border: 1px solid #336699;
	text-align: center;
	width: 150px;
}

.nvNavList a:link, .nvNavList a:visited, .nvNavList a:active {
	text-decoration: none;
}

.nvNavList a:hover {
	background-color: #cce0ff;
	text-decoration: none;
}


