
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
z

/*/ Sub Nav /*/

.sf-menu.sub{
	padding-top: 10px;}

/*** DEMO SKIN ***/
.sf-menu {
	/*/background:		rgb(243, 241, 239);	/*/
	
	background-image: url(http://www.tosach.ie/s/wp-content/themes/tosach/images/bg2.png);
	background-repeat: repeat-x;
	color: white;
	float:			left;
	margin-bottom:	1em;	
	
}
.sf-menu a {
	padding: 		.60em ;
	text-decoration:none;

	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #333333	;
}

/*/Font Color /*/
.sf-navbar a, .sf-navbar {
	border:			none;
	color: #51515;

	}

/*/HOVER STATE Top Bar /*/
.sf-navbar a:hover {
	
	color: #666666;

	
	}


/*/Background Colour /*/
.sf-menu li {
	margin-left: 2px;
	margin-right: 2px;
	

}
.sf-menu li li {
}

.sf-menu li li a:hover {
	
	color: grey;
}
.sf-menu li li li {
	color: #001624;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	10px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

