#nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#nav ul li { 
	position: relative;
	display: block;
  margin: 0;
	padding: 5px 0px 0px 4px;
	width: 140px;
	height: 18px;
}

#nav ul li.daddy {
	height: 30px;
}

#nav ul ul { 
	font-size: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
  width: 160px;
  z-index: 99;
  overflow: visible;
  position: absolute; 
}

#nav ul ul li { 
	background-color: #ffffff;	/* grey */
	width: 160px;
	height: 18px;
}

#nav ul a {
  color:	#4e3d56;  /* navy */	
	text-decoration: none; 
  display: block;
  padding: 0;  
  margin: 0; /*helps Opera with hover */
  width: 140px; /*helps IE with hover */
  height: 16px;
}

#nav ul a:hover {
	color:	#4e3d56;  /* burgundy */
	background-color: #f3f1d8;
	text-decoration: none;
  display: block;
  padding: 0;  
  margin: 0; /*helps Opera with hover */
  width: 140px; /*helps IE with hover */
  height: 16px;
}

#nav ul li.daddy:hover {
	background-color: #f3f1d8;	/* grey */
}

#nav ul ul a {
	color:	#4e3d56;  /* burgundy */
	text-decoration: none;
  display: block;
  padding: 0;  
  margin: 0; /*helps Opera with hover */
  width: 160px; /*helps IE with hover */
  height: 16px;
}

#nav ul ul  a:hover {
	width: 160px;
	height: 16px;
}

#nav ul ul, #nav ul ul ul, #nav ul ul ul ul{
    display: none; 
    position: absolute; 
    top: 2px; 
    left: 138px;
}

#nav ul li:hover ul ul, #nav ul li:hover ul ul ul{
    display: none; 
}

#nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul{
    display: block;
}

li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
	#nav ul li{float: left;} 
/* end holly hack */