td           	 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt }
a:link             { font-family: Arial, Helvetica, sans-serif; font-size: 10pt }
a:visited          { font-family: Arial, Helvetica, sans-serif; font-size: 10pt }
a:hover            { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FF0000 }
A 							{   color: #333333; text-decoration: none; } 
.navTitle           	 { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-color: white; color:white; font-weight:bold }
.footerText 		{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }

/*  Formatting added by Sohail  */

ul#newMenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
	background: inherit;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	list-style-type: none;
}

ul#newMenu li {
	padding: 0px 5px 0px 5px;
}

/*ul#newMenu li:hover {
	background: #5E6329;
	color: white;
}

ul#newMenu li.ul-separator:hover {
	background-color: inherit;
}*/

li.ul-separator {
	height: 10px;
}

ul#newMenu ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}

ul#newMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*ul#newMenu a {
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	border: 1px dotted red;
}

ul#newMenu a:hover {
	background: #5E6329;
	color: white;
	font-weight: bold;
	text-align: right;
}*/


/*  PURE CSS MENU TO BE IMPLEMENTED IN SITE OVERHAUL  */

/*

li.subMenu {
	font-weight: bold;
}

li.subMenu:hover {
	padding-left: 10em;
	background: silver;
}

li ul {
	display: none;
	list-style-type: none;
	background: white;
	border: 1px dotted gray;
	margin: 0px;
	padding: 3px;
}

li:hover ul {
	display: inherit;
	position: absolute;
}

*/