#menu,menu ul  {
	float: left;
	width: 850px;
	list-style: none;
	line-height: 1em;
	color: #000;
	font-weight: bold;
	padding: 0;
	padding-top: 2px;
	margin: 0;
	z-index: 99;
	border: solid #c8c8c8;
	border-width: 0 0 2px 0;
	height: 25px;
}
 
#ul1 {
	width: 822px;
		float: left;
	list-style: none;
	line-height: 1em;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	padding-top: 2px;
	margin: 0;
	z-index: 99;
	border: solid #c8c8c8;
	border-width: 0 0 2px 0;
	height: 25px;
}
 
#ul2 {
	width: 27px;
	float: left;
	list-style: none;
	line-height: 1em;
	color: #000;
	font-weight: bold;
	padding: 0;
	padding-top: 2px;
	margin: 0;
	z-index: 99;
	border: solid #c8c8c8;
	border-width: 0 0 2px 0;
	height: 25px;
}
 
#ul1 a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 0.25em 0em;
	height: 18px;
	text-align: center;
}

#ul1 a:hover {
color: red;
text-decoration: none;
border: solid red;
border-width: 0 0 2px 0;
}


#menu2, #menu2 ul{
	background: white;
	border: solid black;
	text-align: left;
}

#menu2 a {
	display: block;
	color: black;
	text-decoration: none;
	text-align: left;
	border: none;	
}

#menu2 a:hover {
	border-style: none;
	text-style: italic;
}
 
/* #nav a.menuparent  {
	background: url(arrow.gif) no-repeat 90% 40%;
}
*/ 
 
#menu li {
	float: left;
	padding: 0;
	width: 9em; 
	text-align: left;
}
 
#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	text-align: left;
	width: 16em;
}

#menu ul a:hover {
color: red;
text-decoration: none;
}

#menu li li {
 
	width: 16em;
}
 
#menu li ul a {
	width: 16em;
	padding-left: 5px;
	padding-right:0;
	border-style: solid red;
}
 
#menu li ul ul {
	margin: -1.75em 0 0 14em;
}
 
#menu li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color: red;
}
 
#menu 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 {
	left: auto;
}
 
#menu li:hover, #nav li.sfhover {
	color: white;
}