/*** 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: 10em;/* 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: 39px;/* match top ul list item height */
z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left: 10em;/* match ul width */
top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left: 10em;/* match ul width */
top:0;
}
/*** DEMO SKIN ***/
.sf-menu {
display: block;
width: 981px;
height: 39px;
float: left;
background: url(../images/bg_nav_main.png) no-repeat;
position: relative;
left: -12px;
top: -2px;
margin: 0 0 -2px;
}
.sf-menu a {
display: block;
height: 39px;
text-decoration: none;
text-indent: -9999px;
}
a#credits{
	display: block;
	width: 167px;
	background: url(../images/bg_nav_main.png) no-repeat 0 0;
}
a#credits:hover{
	background: url(../images/bg_nav_main.png) no-repeat 0 -39px;
}
a#tickets{
	display: block;
	width: 211px;
	background: url(../images/bg_nav_main.png) no-repeat -167px 0;
}
a#tickets:hover{
	background: url(../images/bg_nav_main.png) no-repeat -167px -39px;
}
a#press{
	display: block;
	width: 137px;
	background: url(../images/bg_nav_main.png) no-repeat -378px 0;
}
a#press:hover{
	background: url(../images/bg_nav_main.png) no-repeat -378px -39px;
}
a#video{
	display: block;
	width: 138px;
	background: url(../images/bg_nav_main.png) no-repeat -515px 0;
}
a#video:hover{
	background: url(../images/bg_nav_main.png) no-repeat -515px -39px;
}
a#photos{
	display: block;
	width: 160px;
	background: url(../images/bg_nav_main.png) no-repeat -653px 0;
}
a#photos:hover{
	background: url(../images/bg_nav_main.png) no-repeat -653px -39px;
}
a#contact{
	display: block;
	width: 165px;
	background: url(../images/bg_nav_main.png) no-repeat -813px 0;
}
a#contact:hover{
	background: url(../images/bg_nav_main.png) no-repeat -813px -39px;
}
.sf-menu a,.sf-menu a:visited {/* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.sf-menu li {
}
.sf-menu li li {
background: #0f151b;
opacity: .8;
border-bottom: 1px solid #254258;
padding: 8px 0 0;
}
.sf-menu li li a{
	text-indent: 10px;
	color: #fff;
	height: 24px;
	font-size: 12px;
}
.sf-menu li li li {
background: #9AAEDB;
}
.sf-menu li:hover,.sf-menu li.sfHover,
.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active {
outline: 0;
color: #fff;
opacity: 1;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
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;
}
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.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px;/* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-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 ***/
.sf-shadow ul {
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;
}

/*Sidebar nav on homepage*/

ul.nav_sub{
	display: block;
	width: 315px;
	height: 195px;
	background: url(../images/bg_nav_sub.jpg) no-repeat;
	text-indent: -9999px;
}
ul.nav_sub li a{
	display: block;
	width: 289px;
}
ul.nav_sub li a#email{
	height: 41px;
	position: relative;
	top: 17px;
	background: url(../images/bg_nav_sub.jpg) no-repeat 0 -17px;
}
ul.nav_sub li a#email:hover{
	background: url(../images/bg_nav_sub.jpg) no-repeat -320px -17px;	
}
ul.nav_sub li a#schedule{
	height: 36px;
	position: relative;
	top: 17px;
	background: url(../images/bg_nav_sub.jpg) no-repeat 0 -58px;
}
ul.nav_sub li a#schedule:hover{
	background: url(../images/bg_nav_sub.jpg) no-repeat -320px -58px;	
}
ul.nav_sub li a#merchandise{
	height: 37px;
	position: relative;
	top: 19px;
	background: url(../images/bg_nav_sub.jpg) no-repeat 0 -96px;
}
ul.nav_sub li a#merchandise:hover{
	background: url(../images/bg_nav_sub.jpg) no-repeat -320px -96px;	
}
ul.nav_sub li a#blog{
	height: 44px;
	position: relative;
	top: 21px;
	background: url(../images/bg_nav_sub.jpg) no-repeat 0 -135px;
}
ul.nav_sub li a#blog:hover{
	background: url(../images/bg_nav_sub.jpg) no-repeat -320px -135px;	
}








ul.nav_sub_interior{
	display: block;
	width: 315px;
	height: 321px;
	background: url(../images/bg_nav_sub_interior.jpg) no-repeat;
}
ul.nav_sub_interior li a{
	display: block;
	width: 289px;
	text-indent: -9999px;
}
ul.nav_sub_interior li a#email{
	height: 41px;
	position: relative;
	top: 17px;
	background: url(../images/nav_sub_interior_links.png) no-repeat 0 0;
}
ul.nav_sub_interior li a#email:hover{
	background: url(../images/nav_sub_interior_links.png) no-repeat -289px 0;
}
ul.nav_sub_interior li a#schedule{
	height: 36px;
	position: relative;
	top: 18px;
	background: url(../images/nav_sub_interior_links.png) no-repeat 0 -41px;
}
ul.nav_sub_interior li a#schedule:hover{
	background: url(../images/nav_sub_interior_links.png) no-repeat -289px -41px;
}
ul.nav_sub_interior li a#merchandise{
	height: 40px;
	position: relative;
	top: 17px;
	background: url(../images/nav_sub_interior_links.png) no-repeat 0 -76px;
}
ul.nav_sub_interior li a#merchandise:hover{
	background: url(../images/nav_sub_interior_links.png) no-repeat -289px -76px;
}
ul.nav_sub_interior li a#blog{
	height: 43px;
	position: relative;
	top: 17px;
	background: url(../images/nav_sub_interior_links.png) no-repeat 0 -116px;
}
ul.nav_sub_interior li a#blog:hover{
	background: url(../images/nav_sub_interior_links.png) no-repeat -289px -116px;
}