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



#menu {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../nlp-secrets-images/nlp-secrets-menu-border.gif);
	background-repeat: repeat-y;
	background-position:right;
	line-height:20px;
}

#menu a:link {
	color: #006699;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #006699;
}
#menu a:hover {
	text-decoration: underline;
	color: #999999;
}
#menu a:active {
	text-decoration: none;
	color: #006699;
}
#menu h1 {
	font-size: 24px;
	color: #006699;
}
#menu h2 {
	font-size: 14px;
	color: #006699;
	margin-bottom: 4px;
}

#menu p {
	margin-top:0px;
	margin-bottom:4px;
}

#menu li {
	margin-top:-5px;
	margin-bottom:-5px;
	}
