@charset "ISO-8859-1";

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
	display:inline;
	}
#nav + *{
	clear: left;
}

#nav ul {
	padding: 0;
	margin:0;
	list-style: none;
	z-index:99;
	position:absolute;
	overflow:visible;
}

#nav > li ul {
	text-align: left;
	width:170px;
}
#nav li { /* Appearance settings (eye candy) */
	/*overflow: visible;*/
}
#nav ul ul {
}
#nav > li {
	margin: 0;
	float: left;
	text-transform: uppercase;
	border-right:solid 3px #fffdee;
}


#nav a {
	text-decoration: none;
	overflow: hidden;
	background: #e7e3d2;
	/*	background: url(trans/white80.png);*/
	color: #423f35;
	padding: 8px 10px;
}
#nav li li a {
	padding: 4px 10px;
}

#nav ul, #nav li, #nav a{
	display: block;
}


#nav ul{
	visibility: hidden;
}



/* (sub-)submenus */
#nav ul ul, #nav ul ul ul{
	position:absolute;
	top: 0;
	left: 100%;
	visibility: hidden;
}



/* Shadow! */

#nav a:hover {
/*	border-style: outset;*/
/*	background: #D7D7D7;*/
/*	background: #aea890;
		background: url(trans/white80.png);
	color: #fffdee;*/
}
#nav > li ul {

}
#nav > li > ul {
	  /* This is to make the width equal to parent li width. */
	position: absolute;
	text-transform: none;
	
}
#nav > li ul li {
	position: relative;
	top:  0px;
	left: 0px;
}
/* end shadow */


/* Enlarger */
/* #nav > li {width: 8em;} */ /* popping disappears if we use a fixed-width */
#nav > li:hover {
	
	
	z-index: 2;  /* Opera does not seem to respect this. */
}
#nav > li:hover > a, #nav > li ul li:hover > a{
	background: #aea890;
	color: #fffdee;
}
/* end enlarger */


/* Interactive lines: show/hide menus */
#nav li:hover ul ul, #nav li:hover ul ul ul{
	visibility: hidden;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul{
	visibility: visible;
}

.skipnav {
	display: none;
}

#nonav {
	display: block;
	background: transparent;
	height: 1px;
	border: 0;
	margin: 0 0 -1px 0;
	padding: 0;
}
