body {
	font-family: arial, helvetica, serif;
	font-size: 12px;;
	margin:  5px 0px 10px 0px;
	color:#4d5b6f;
}

td {
	font-family: arial;
	font-size: 12px;;
}

#content {
	margin-top: 2px;
	margin:  1px 6px 4px 10px;
	font-size: 12px;
	color:#4d5b6f;
}

a {
	text-decoration: none;
}

a:link {
	color: #697448;
}

a:visited {
	color: #697448;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
	color:#594111;
}

p {
	clear: left;
	padding: 1em 1em 0 1em;
	margin: 0;
}

p.image img {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
	border: none;
}

image img {
	border: none;

}

.mmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sub {
	font-size: 11px;
	width: 140px;
    white-space: nowrap;
}
A.sub {
	font-size: 11px;
    color: #3A334F;
	width: 140px;
}
A.sub:hover {
	border: 0px solid #eae8e9;
	border-width: 1px 0px 1px 0px;
	padding: 2px 0px 1px;
	background-color: #869262;
	width: 140px;
 }
A.sub:LINK {
    color: #3A334F; 
	width: 140px;
	}

/*	Top level links */
#nav a {
    text-align: left;
	font-weight: normal;
	color: #eae8e9;
	text-decoration: none;
}

/*	The scroling subs   */
#nav li li a {
	display: block;
	font-weight: normal;
	color: #ffffff;
	padding: 1px 0px 1px;
	width: 140px;
}
/*	The scroling subs hover */
#nav li li a:hover {
	display: block;
	width: 140px;
	border: 0px solid #eae8e9;
	border-width: 1px 0px 1px 0px;
	padding: 0px 0px 0px;
	background-color: #869262;
}

#folder {
	padding: 0px 5px 0px 5px;
    text-align: center;
	font-size: 12px;
    line-height: 14px;
}

#folder a:hover {
	color: #f2d89a;
}

li.folder:hover {
	color: #f2d89a;
}


#navstrip {
	float: center;
	position:  relative;
	left: 0px;
	width: 80%px;
    height: 14px;
	margin: 0px;
	padding: 1px 0px 0px 75px;
    line-height: 14px;
}
/* main panel - FF only */


/* top level block strips */
.mmenu li {
	float: left;
	position: relative;
	padding: 2px 0px 2px 0px;
    text-align: center;
	cursor: default;

/* 
	background-color: #77844f;
	text-align: center;
	border-width: 1px 0;
	border: 1px solid #7d6340;
	width: 8em;
 */
}

/*	The scroling subs block */
.mmenu li ul {
	display: none;
	position: absolute;
    width : 140px;	
	top: 100%;
	left: 0;
    align: middle;
	font-weight: normal;
	background-color : #77844f;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
   /*
    right: 0;
	text-align: left;
	border-bottom: solid 1px #7d6340;
 	border-right: solid 1px #7d6340;
	border-left: solid 1px #7d6340;
    background: url() bottom left no-repeat;
   */
}

.mmenu li>ul {
	top: auto;
	left: auto;
}

.mmenu li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

   /*	
# menu_current a {
	visibility: hidden;
}
   */

li:hover ul, li.over ul {
	display: block;
}

