/* @override 
	http://www.caulfieldssupervalu.ie/xcss/superfish.css
	http://www.caulfieldssupervalu.ie/xcss/navigation.css
*/

/*** ESSENTIAL STYLES ***/

.hsf-menu, .hsf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.hsf-menu {
	line-height: 1.0;
}
.hsf-menu ul {
	position:		absolute;
	top:			-999em;
}
.hsf-menu ul li {
	width: 100%;
}
.hsf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.hsf-menu li {
	float:			left;
	position:		relative;
}
.hsf-menu a {
	display:		block;
	position:		relative;
}
.hsf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.hsf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.hsf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.hsf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.hsf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/

.hsf-menu {
	float:			left;
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS";
}
.hsf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.hsf-menu a  {
	color: white;
	font-weight: bold;
}

.hsf-menu a:hover  {
	font-weight: bold;
	border-bottom: 2px solid yellow;
}

.hsf-menu a:visited  {
	font-weight: normal;
	font-style: normal;
}
.hsf-menu li {
	text-transform: uppercase;
	text-align: center;
	width: 160px;
}
.hsf-menu li li {
	background: white;
	text-align: left;
	width: 160px;
}

.hsf-menu li li a {
	background: white;
	color: #c55c5e;
	font-weight: normal;
	font-style: normal;
	border-bottom-width: 0;
	text-transform: none;
}

.hsf-menu li li a:hover {
	background: white;
	color: maroon;
	font-weight: normal;
	font-style: normal;
	border-bottom-width: 0;
}
.xsf-menu li li li {
	background:		#9AAEDB;
	color: black;
	margin-right: 30px;
	margin-left: 3px;
}
.xsf-menu li:hover {
	outline:		0;
	color: white;
	border-bottom: 2px solid yellow;
}

.xsf-menu li.sfHover {
	outline:		0;
	color: white;
	border-bottom: 2px solid yellow;
}

.xsf-menu a:focus {
	outline:		0;
	color: white;
	border-bottom: 2px solid yellow;
}

.xsf-menu a:hover {
	outline:		0;
	color: white;
	border-bottom: 2px solid yellow;
}

.xsf-menu a:active {
	outline:		0;
	color: white;
	border-bottom: 2px solid yellow;
}

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

/* point right for anchors in subs */
.hsf-menu ul .hsf-sub-indicator { background-position:  -10px 0; }
.hsf-menu ul a > .hsf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.hsf-menu ul a:focus > .hsf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.hsf-shadow ul {
	background: url(http://www.caulfieldssupervalu.ie/xcss/images/shadow.png) no-repeat right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.hsf-shadow ul.hsf-shadow-off {
	background: transparent;
}

