#nav {
	padding: 0 0 0 32px;
	margin: 0 0 0 20px;
	list-style: none;
	line-height: 23px;
	height:23px;
	background:#ffffff;
	
	width:541px;
	background: url('/image/nav-bg.gif') repeat-x left bottom;
	}
	
#nav ul {
	list-style: none;
	line-height: 23px;
	height:23px;
	background:#ffffff;
	margin-left: 0;
	}

#nav li {
	position: relative;
	float: left;
	width: 82px;
	}
#nav a {
	display: block;
	width: 82px;
	text-align:center;
	text-decoration:none;
	color:#80331b;
	background: url('/image/nav-line.gif') no-repeat right bottom;
	}
#navitem4 a {
	background-image: none;
	}

#nav li ul {
	position: absolute;
	height: auto;
	background:#f2f1ec url('/image/nav-subnav-bg.gif') repeat-x left top; /* url('/image/bg-subnav.png') left top no-repeat; */
	border-bottom:1px solid silver;
	border-left:1px solid silver;
	border-right:1px solid silver;
	left: -999em;
	}

#nav li ul li {
	float: none;	
	border-bottom:1px solid silver;
	width: 80px;
	}
	
#nav li ul li a {
	width: 80px;	
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: 0;
	}
	
	
#nav li.active a,
#nav li.open a
 {
	background:#80331b;
	color:#ffffff;
	
	
	}
		#nav a:hover {
			background: #6B6B6A;
			color: white;
		}

#nav li.active ul a,
#nav li.open ul a,
#nav li:hover ul a,
#nav li.sfhover ul a  {
	color:#80331b;
	background:transparent;
	color:#6b6b6a;
	background:#transparent;
	}
#nav ul li.active a,
#nav li.active ul a:hover,
#nav li:hover ul a:hover,
#nav li.sfhover ul a:hover
 {
	color:#6b6b6a;
	background:#transparent;
	color:#80331b;
	background:transparent url('/image/nav-corner.gif') no-repeat right bottom;
	}
	
	
	


#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
{ /* lists nested under hovered list items */
	z-index: 10;
	left: 0;
}



