#nav, #nav ul { /* all lists */
	position : absolute;
	z-index : 99;
	padding: 0;
	margin: 0;
	list-style: none;
	/*line-height: 1;*/
}

/* FF */
html>body #nav { /* all list items */
	margin: 0;
}

#nav a {
	display: block;
	width: auto;
	padding: 3px 14px 0 14px;
	height: 22px;
	line-height: normal;
	font-size : 11px;
	color : #8b1513; 
	text-transform : uppercase;
	font-weight : bold;
	text-decoration: none;
	white-space: nowrap;
}
#nav a:hover {
	font-size : 11px;
	color : #8b1513; 
	text-decoration: none;
	white-space: nowrap;
}

#nav div.topmenu_off a{
	color: #8b1513;
}
#nav div.topmenu_off a:hover{
	color: #d0c8b9;
}
#nav div.topmenu_on a, #nav div.topmenu_on a:hover{
	color: #d0c8b9;
}

#nav li { /* all list items */
	float: left;
	width: 0px; /* width needed or else Opera goes nuts */
	background-color: #transparent;
	padding: 0;
	margin: 0;
}

/* FF */
html>body #nav li { /* all list items */
	width: auto;
}

#nav li ul { /* second-level lists */
	width: 160px;	/* 12-04-06 : 177px */
	/*margin-left: -1px;*/
	padding: 0;
	margin: -3px 0 0 0;
}
#nav li ul { /* second-level lists */
	position: absolute;
	border-left : 1px solid #fefbf5;
	border-right : 1px solid #fefbf5;
	border-bottom : 1px solid #fefbf5;
	padding : 6px 0 5px 0;
	background-color : #ece6da;
	z-index : 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li ul li { /* second-level lists */
	width: 100%;
}

#nav li ul a,
#nav li ul a:hover,
#nav li ul li ul a,
#nav li ul li ul a:hover
{
	display: block;
	height: 22px;
	width: 100%;
	line-height: 22px;
	text-indent: 16px;
	background-color : #ece6da;

	padding: 0;
	margin: 0;

	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
}

/* second-level lists */
#nav li ul a {
	font-weight : normal;
	color: #8b1513;
}

#nav li ul a:hover{
	font-weight : normal;
	color: #c0b5a2;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -18px 0 0 160px;
}

/* FF */
html>body #nav li ul ul {
	margin: -18px 0 160px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
}

div.topmenu_break {
	float:left;
	background-color : #771e1e;
	width: 1px;
	height: 18px;
}


