body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em; 
	margin: 0px;
}
	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;

}
	
#nav li {
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
	
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 20.45em;
	margin-top : -1.8em;
}

	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#nav li a {
	width: 20em;
	w\idth : 19.30em;
	display : block;
	font-weight : bold;
	text-decoration : none;
	border : 1px solid #64635d;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 2px;
	padding-bottom: 2px;
	color : #fc0;
	background: url(../images/navtrans1_gal.gif) top left repeat;
}
	
#nav li a:hover {
	color : #FFF;
	background: url(../images/navtrans2_gal.gif) repeat;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	display: block;
}
	
#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 */
	display: block;	
	left: auto;
	z-index: 10;
}

	
#nav li ul li a {

	
	background-color: #000;
}
	
#nav li ul li a:hover {

	background: url(../images/navtrans3_gal.gif) repeat;
}
	
#content {
	margin-left : 12em;
}

