@charset "UTF-8";


/*#content {
	width: 34em;
	background-color: #6F0;
	padding: 1em 0;
	border: 6px double #7d6340;
	margin: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 32em;
}*/
/*html>body #content {
	width: 40em;
} */

a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

/*h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}*/

/*ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*#nav {
	margin-left: 10%;
}
*/

#nav a {
	font-weight: bold;
	color: green;
	text-decoration: none;
	background-color: #000;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #03F;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
}

#nav #left li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
}



li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}*/

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

/*hr {
	display: none;
}

p {
	clear: left;
	background: url(../images/remora.gif) center left no-repeat;
	padding: 1em 1em 0 1em;
	margin: 0;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #3F0;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
}
*/