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

.tableon {
	border: 0px solid #c6cec6;
	border-width: 1px 0px 1px 0px;
}

.tableoff {
	border: 0px solid #c6cec6;
	border-width: 0px 0px 0px 0px;
	
}

td {
	font-family: arial;
	font-size: 12px;
	color:#4d5b6f;
}

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

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: #eceed8;
	width: 140px;
 }
A.sub:LINK {
    color: #3A334F; 
	width: 140px;
	}

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

/*	The scroling subs   */
#nav li li a {
	display: block;
    text-align: right;
	font-weight: normal;
	color: #3a6e2c;
	padding: 1px 0px 1px;
	width: 140px;
}
/*	The scroling subs hover */
#nav li li a:hover {
	display: block;
    text-align: right;
	width: 140px;
	border: 0px solid #3a6e2c;
	border-width: 1px 0px 1px 0px;
	padding: 0px 0px 0px;
	background-color: #eceed8;
}

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


#folder a:hover {
	color: #183184;
	background-color : #f7f7e7;
}

li.folder:hover {
	color: #183184;
	background-color : #f7f7e7;
}


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


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

/* 
	background-color: #f7f7e7;
	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;
	right: 0;
    align: middle;
	text-align: right;
	font-weight: normal;
	background-color : #f7f7e7;
	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;
}


