/* styles for pyramid navigation */

		/* pyramid */

#navPyra ul{
             position: relative;
           top: -14px; left: 0px; padding: 0;
             }

#navPyra {
	margin: 0 0 0 40px; 
	padding: 0 0 10px 10px;
	/* border-bottom: 1px solid #006600; /* #8c945a; */
	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	font-family: helvetica, arial, sans-serif;
	list-style-type: none;
	}
	
	
#navPyra li.here { /*float: left; */
	font-size: 12px;
	line-height: 12px;
	font-weight: bold; 
	padding: 0 12px 6px 12px;
	text-decoration: none;
	/* background: url(tab_pyra.gif) no-repeat bottom center; */
	color: white;}	
	
#navPyra a:link, #navPyra a:visited {
	/* float: left; */
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: black;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: white;
	/* background: url(tab_pyra.gif) no-repeat bottom center; */
	}
0