/*
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;
}
*/

#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

#nav a {
	font-weight: normal;
	color: black;
	text-decoration: none;
}

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

#nav li li a:hover {
	padding: 0.2em 5px;
	/* border: 5px solid #7d6340; */
	border: 5px solid black;
	border-width: 0 5px;
}

#nav li, #nav li li {
	float: left;
	position: relative;
	/* width: 120px; -- now individually spaced */
	letter-spacing: -.5px;
	text-align: center;
	cursor: default;
	/* XXbackground-color: white; */
	/* filter:alpha(opacity=85); this is the semiopacity cmd for IE - but it doesn't like it */
        opacity: .85;
	/* border: 1px solid #7d6340; */
	/* border: 1px solid black; */
	/* border-width: 1px 0; */
}

/* these two make the far left and right borders on the bar */
#nav li#first {
	/* border-left-width: 1em; */
}

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

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(images/top_menu_bg.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	/* border-right: solid 1px #7d6340; */
	/* border-right: solid 1px black; */
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#nav li:hover ul, #nav 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: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #7d6340;
}
*/
