 /* CSS Document */

*{outline: none;}
 
ul#nav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	z-index:2;
}
ul#nav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#nav li a {
	float: left; 
	text-indent: -9999px;
	height: 45px;
}
ul#nav li:hover a, ul#nav li a:hover { background-position:0 -45px; }

ul#nav a.home {
	background: url(../images/btn_home.jpg) no-repeat;
	width: 110px; 
}
ul#nav a.composers {
	background: url(../images/btn_composers.jpg) no-repeat;
	width: 127px; 
}
ul#nav a.scores {
	background: url(../images/btn_scores.jpg) no-repeat;
	width: 157px; 
}
ul#nav a.merchandise {
	background: url(../images/btn_merchandise.jpg) no-repeat;
	width: 136px; 
}
ul#nav a.bonus {
	background: url(../images/btn_lead_sheets.jpg) no-repeat;
	width: 171px; 
}

ul#nav a.about {
	background: url(../images/btn_aboutFAQ.jpg) no-repeat;
	width: 141px; 
}

ul#nav a.contact {
	background: url(../images/btn_contact.jpg) no-repeat;
	width: 115px; 
}

/* ul#nav li a.selected {background-position:0 -45px;}*/
 

ul#nav li .sub {
	position: absolute;	
	top: 44px; left: 0;
	background: #0e0e0e;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
 }
ul#nav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#nav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#nav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#nav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#nav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#nav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/li_bg_nav.gif) no-repeat 5px 16px;
	padding: 7px 5px 7px 18px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#nav .sub ul li a:hover {color: #ddd; background-position: 5px 14px ;}
