<style type="text/css" media="all">@import "./styles.css";</style>
<style type="text/css" media="all">
		@import url("styles.css");
		#fedora-content pre {
			font-family: monospace;
			font-size: medium;
			margin: 2em 0;
			/*
			overflow: auto;
			*/
			overflow: hidden;
		}
		#fedora-content pre a {
			text-decoration: none;
		}
		#fedora-content pre a:hover {
			text-decoration: underline;
		}
		#fedora-content pre:first-line {
			color: #999;
			text-decoration: underline;
		}
		#fedora-content hr {
			display: none;
		}
</style>
<meta name="MSSmartTagsPreventParsing" content="TRUE">
</head>
<style type="text/css">


}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 131px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}

#menu ul li {
	position: relative;
}

#menu li ul {
	position: absolute;
	left: 130px; /*Set 1px less than menu width */
	top: 0;
	display: block;
}

#menu li:hover ul {
	display: block;
}

#menu li:hover>ul {
	visibility:visible;
}

#menu ul ul {
	visibility:hidden;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

/* Make-up syles */

#menu ul, li {
	margin: 1 1 1 1;
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top: 1;
	border-right: 1;
	border-left: 1;
	
}

/* Hover Styles */
#menu ul a:hover {
	color: #f5845d;
	background: #f9f9f9;
}

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #77F;
	background: #fff; /* IE6 Bug */
	padding: 2px;
	border: 1px solid #ccc;
	border-bottom: 1;
}

/* Sub Menu Hover Styles */
#menu li ul a:hover {
	color: #f5845d;
	background: #FFF7C1;
}

/* Icon Styles */
#menu ul a.submenu {background:#fff  no-repeat right; }
#menu ul a.submenu:hover {background:#FFF7C1  no-repeat right;}

</style>


