.navigation li li{
	width: 150px;
}
.sf-menu li {
 	background: none;
	border-right:	1px solid #000;
	padding: 		1px 0 1px 0;
}
.sf-menu li:hover {
 	background: none;
}

.sf-menu li a:hover {
 	background: none;
}	

.sf-menu li:last-child {
	border-right:	none;
}
.sf-navbar li li {
	background:		white;
	letter-spacing: normal;
	width: 150px;
	z-index: 999;
}
.sf-menu a {
	padding: 		1px .75em;
	text-decoration:none;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	.75em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	
}
/* remove the little triangles */
.sf-sub-indicator {
	display: none;
}
/*.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			0; 
	width:			0;
	height:			0;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/wp-content/themes/lwusa/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
} */
