#menu_items {
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu_items li {
	float: left;
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	color: #000;
	padding: 0;
}
#menu_items a {
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	color: #000;
	padding: 3px 8px;
	text-decoration: none;
}
#menu_items a:hover {
	background: url("img/arrow.png") top center no-repeat;
	color: #000;
	padding-bottom: 5px;
}



#nav {
	list-style: none;
	padding: 0;	
	margin: 0 0 0 0;
}


#nav ul {
	list-style: none;
	margin: 0 0 1em 0;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #c0c0c0;
	border-width: 1px 0;

}

#nav a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0.25em 1em;
}

.second a {
	display: block;
	color: #7C6240;
	text-decoration: none;
}

#nav a.child {
	width: 11em;
	background: none;
}

#nav a.child:hover {
	width: 11em;
	background: none;
}

#nav a.daddy {
	background: url(img/rightarrow.png) center right no-repeat;
	width: 11em;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#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 {
	left: auto;
}

.second li:hover, .second li.sfhover {
	background: #c0c0c0;
	background-image: none;
		padding: 0.25em 2em;
}

.first{
	padding: 3px 8px;
	height: 21px;
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	color: #000;
}

.first a:hover{
	background: url("img/arrow.png") top center no-repeat;
	color: #000;
	background-color: none;
	padding-bottom: 5px;
}

firstul{
	background-color: blue;
}