/* launchPad Nav Lists */

.n01 {
	padding:6px;
	overflow:hidden;
	}
.n01 h2 {
	font-weight:bold; 
	font-size:120%;
	margin:0px;
	padding:0px 0px 6px 0px;
	white-space:nowrap;
	color:#660000;
	overflow:hidden;
}
.n01 ul {
	padding:0;
	overflow:hidden;
	list-style-type:none; margin:0
}
.n01 li {
	display:inline
}
.n01 a:link, .n01 a:visited, .n01 a:hover {
	display:block;
	color:#660000;
	border-bottom:1px dotted #A7955F;
	/* border-bottom:1px dotted #957647; */
	text-decoration:none;
	line-height:15px;
}
.n01 a {border-color:#A7955F; !important}

/* hover color */
.n01 a:hover {
	background:#FED994;
	color:#FF0000;
}
/* .n01 a:hover {background:#FECE71} */
