/*
********* ********* ********* ********* ********* 
* NAV LIST CLASSES
********* ********* ********* ********* ********* 
*/


#navlist {
	padding: 0px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#navlist li {
	margin: 0 0 3px 0; /* creates space between items */
}

#navlist a {
	color: #333399;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	display: block;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font: 9pt verdana;
	width: 150px;
}

#navlist a:link, #navlist a:visited, #navlist a:active {
	text-decoration: none;
}

#navlist a:hover {
	color: #ffffff;
	background-color: #333399;
	text-decoration: none;
}

