
/*** ESSENTIAL STYLES ***/
div#nav ul, div#nav ul * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
div#nav ul {
	line-height:	1.0;
}
div#nav ul ul {
	position:		absolute;
	top:			-9999px;
	/*width:			10em;  left offset of submenus need to match (see below) */
	font-size: 		11px;
	border-bottom: 	2px solid #000;
	display: 		block;
	background: 	#FFF;
	padding: 		0 0 1px;
}
div#nav ul ul li {
	width:			100%;
	height: auto;
	border-bottom: 1px solid #7d0e07;
}
div#nav ul ul li a {
	padding: 9px 12px;
	color: #FFF !important;
}
div#nav ul ul li a:hover {
	background: #cf2a1d;
}
div#nav ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
div#nav ul li {
	float:			left;
	position:		relative;
}
div#nav ul a {
	display:		block;
	position:		relative;
	color: #FFF !important;
}

div#nav ul li:hover ul,
div#nav ul li.hover ul {
	left:			2px;
	top:			34px; /* match top ul list item height */
	z-index:		9999999;
	position: absolute;
}

/*** DEMO SKIN ***/
div#nav ul {
	float:			left;
	margin-bottom:	0em;
	background:		transparent url("../images/musicaviva/bg-main-nav.gif") repeat-x;
	display: block;
	width: 100%;
}
div#nav ul a {
	padding: 10px 13px 14px;
	text-decoration:none;
}
div#nav ul a, div#nav ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
div#nav ul li {
	background: #FFF url("../images/musicaviva/bg-main-nav.gif") repeat-x;
	color: #FFF;
	font-weight: bold;
	height: 36px;
	cursor: pointer;
}
div#nav ul li:first-child, div#nav ul li.first, div#nav ul li.highlight {
	background-position: -2px 0px;
}
div#nav ul li li {
	background:		#9c1109 !important;
	font-weight: normal;
}
div#nav ul li li li {
	background:		#9AAEDB;
}
div#nav ul li:hover, div#nav ul li.hover, div#nav ul li.highlight,
div#nav ul a:focus, div#nav ul a:hover, div#nav ul a:active {
	background-position: 0px -36px;
	outline: 0;
}
div#nav ul li:first-child:hover, div#nav ul li.first:hover, div#nav ul li.highlight.first:first-child:hover {
	background-position: -2px -36px;
}

/*** arrows **/
div#nav ul a.sf-with-ul {
	padding-right: 	2.25em;
	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*/
}
/* 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.hover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

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

