#nav {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 7px;
}
#nav li a:link, #nav li a:visited  {
	display: block;
	padding: 3px 3px 3px 0.4px;
	background-color: #eeeeee;
	color: #333333;
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	height: auto;
	width: auto;
}
#nav li a:hover {
	background-color: #ffffff;
	color: #FF6600;
}

#nav tr a:link, #nav tr a:visited  {
	display: list-item;
	padding: 3px 3px 3px 0.4px;
	border-left: 12px solid #0099FF;
	border-bottom: 1px solid #FFFF00;
	background-color: #FFFFCC;
	color: #0066FF;
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
}
#nav tr a:hover {
	background-color: #FFFFFF;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #3366CC;
}

----------------------------
#nav1 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#nav1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 10px;
}
#nav1 li {
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	list-style-type: disc;
}
#nav1 li a:link, #nav1 li a:visited  {
	display: block;
	padding: 3px 3px 3px 0.5px;
	background-color: #FFFFFF;
	color: #990000;
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: thin solid #FFFFFF;
	font-size: 9px;
}
#nav1 li a:hover {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: thin solid #990000;
	font-size: 9px;
}