	

	
	#nav, #nav ul { /* all lists */	padding: 0; margin: 0;	list-style: none; float : left;	width : 14em;}
	
	#nav li { /* all list items */	position : relative; float : left;	line-height : 1.25em; margin-bottom : -1px;	width: 12em;}
	
	#nav li ul { /* second-level lists */	position : absolute; left: -999em;	margin-left : 13.05em;	margin-top : -1.35em;}
	
	#nav li ul ul { /* third-and-above-level lists */left: -999em;}
	
	#nav li a {	width: 11em; width : 12em;	display : block; color : #ffffCC; 	font-weight : bold;	text-decoration : none;	background-color : green;	border : 1px solid black;	padding : 0 0.5em;	}
	
	#nav li a:hover {	color : white;	background-color : black;}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {	left: -999em;	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */left: auto;	}
	
	#content {	margin-left : 14em;	}
	
body {font-family: arial, helvetica, serif;  font-size: 13px; background-image:url('images/backgroundImg.gif');  background-position: center top ; background-attachment: fixed }
.text { font-size: 18px; font-weight: bold; color:#003300;}
.text1 {font-size: 18px; font-weight: bold; color:#FFFFCC;}

</style>