/*** ESSENTIAL STYLES ***/
ul#nav, ul#nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
ul#nav {
	position: absolute;
	line-height:	1.0;
	width:652px;
	height:120px;
	margin-top:6px;
	font-size: 1.3em;
	z-index:5;
	right: 0;
}
ul#nav ul {
	position:		absolute;
	top:			-999em;
	width:			161px; /* left offset of submenus need to match (see below) */
	margin-top: 	88px;
	z-index: 3;
}

ul#nav ul li ul {margin-top: 3px; margin-left: -3px;}

ul#nav ul li {
	width:			100%;
}
ul#nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
ul#nav li {
	float:			left;
	position:		relative;
}
ul#nav a {
	display:		block;
	position:		relative;
}
ul#nav li:hover ul,
ul#nav li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#nav li:hover li ul,
ul#nav li.sfHover li ul {
	top:			-999em;
}
ul#nav li li:hover ul,
ul#nav li li.sfHover ul {
	left:			161px; /* match ul width */
	top:			0;
}
ul#nav li li:hover li ul,
ul#nav li li.sfHover li ul {
	top:			-999em;
}
ul#nav li li li:hover ul,
ul#nav li li li.sfHover ul {
	left:			161px; /* match ul width */
	top:			0;
}

#nav li a {
	height:120px;
	display:block;
	text-decoration:none;
	text-indent:-9999em;
	float:left;
	z-index: 10;
	}



#nav a, #nav a:visited  {
	color:			#666;
}
#nav li {
	background:		#FFF;
}
#nav li li {
	background:		#fdfdfd;
}
#nav li li li {
	background:		#fdfdfd;
}
#nav li:hover, #nav li.sfHover,
#nav a:focus, #nav a:hover, #nav a:active {
	background:		#f6f4f4;
	color: #C94848;
	outline:		0;
}


ul#nav ul {border-top:1px solid #888; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
ul#nav ul li {border-bottom: 1px solid #eeeeee;}

/* MUGC Nav */

ul#nav li#home a {width:130px;background:url(../images/nav.gif) no-repeat 0 0;}
ul#nav li#home a:hover {background-position:0 -120px;}
body.home ul#nav li#home a {background-position:0 -240px;}	

ul#nav li#shop a {width:130px;background:url(../images/nav.gif) no-repeat -130px 0;}
ul#nav li#shop a:hover {background-position:-130px -120px;}
body.shop ul#nav li#shop a {background-position:-130px -240px;}	
		
ul#nav li#visitus a {width:130px;background:url(../images/nav.gif) no-repeat -260px 0;}
ul#nav li#visitus a:hover {background-position:-260px -120px;}
body.visitus ul#nav li#visitus a {background-position:-260px -240px;}
	
ul#nav li#gallery a {width:130px;background:url(../images/nav.gif) no-repeat -390px 0;}
ul#nav li#gallery a:hover {background-position:-390px -120px;}
body.gallery ul#nav li#gallery a {background-position:-390px -240px;}
	
ul#nav li#tipsadvice a {width:129px;background:url(../images/nav.gif) no-repeat -519px 0;}
ul#nav li#tipsadvice a:hover {background-position:-519px -120px;}
body.tipsadvice ul#nav li#tipsadvice a {background-position:-519px -240px;}

ul#nav li#shop ul, ul#nav li#visitus ul {z-index: 3;}

ul#nav li#shop ul li a, ul#nav li#visitus ul li a {background: no-repeat; text-indent: 0; height: 21px; width: 151px; padding: 8px 0 0 10px;}
ul#nav li#shop ul li a:hover, ul#nav li#visitus ul li a:hover {text-decoration: underline;}

/* apply hovers to modern browsers */
a:focus > .sf-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 */
#nav ul .sf-sub-indicator { background-position:  -10px 0; }
#nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav ul a:focus > .sf-sub-indicator,
#nav ul a:hover > .sf-sub-indicator,
#nav ul a:active > .sf-sub-indicator,
#nav ul li:hover > a > .sf-sub-indicator,
#nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom 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;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
