/*---THIS CSS FILE FORMAT NAVIGATION MENU STYLE---*/

* {
	margin: 0px;
	padding: 0px;
}




#nav ul {
	list-style-type: none;
	line-height: 37px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	text-indent: 56px;
	top: 189px;
	position: absolute;
}




#nav li {
	width: 200px;
}




#nav a {
	display: inline;
	width: 200px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
}




#nav a:hover {
	color: #990000;
}
#nav p {
	display: block;
	width: 200px;
	color: #99CC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	text-indent: 10px;
	margin-left: 50px;
	margin-top: 20px;
}

