@charset "utf-8";
/* CSS Document */


#background {width:800px; height:500px; padding:12px 25px 0 25px;}

#container {
	width:800px;
	height:28px;
	position:relative;
	background-image: url(images/images/button_background.gif);
	background-repeat: repeat;
	text-align:center;
	z-index: 50000;
}

#nav, #nav ul {
	padding:0;
	margin:0;
	list-style:none;
	width:800px;
	text-align: center;
	z-index: 50000;
}

/*main menu DO NOT TOUCH*/
#nav li {float:left;}
#nav li a {
	text-align:center;
	float:left;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-left: 0px;
	z-index: 50000;
}
/*end of do not touch*/

#nav li a b {
	display:block;
	float:left;
	line-height:28px;
	padding:0 36px 0 36px;
	font-weight:normal;
	cursor:pointer;
	text-align: center;
}
#nav li.sub a b {
	background-image: url(images/images/button_background.gif);
	background-repeat: repeat;
	text-align: center;
}
#nav li.sub a b.hover {
	background-repeat: repeat;
	background-image: url(images/images/button_background_rollover.gif);
	height: 28px;
}

#nav li.subb a b {
	background-image: url(images/images/button_background.gif);
	background-repeat: repeat;
	text-align: center;
}
#nav li.subb a b.hover {
	background-repeat: repeat;
	background-image: url(images/images/button_background_rollover.gif);
	height: 28px;
}

/*SABRINA! do not touch below - rollovers for main bar*/
#nav b.hover {
	color:#fff;
	background-repeat: repeat;
	background-image: url(images/images/button_background_rollover.gif);
	height: 28px;
}
/*end of do not touch*/

/*product drop down --------ROLLOVER - acoustic etc*/
#nav i.hover {
	color:#FFFFFF;
	background-repeat: repeat;
	text-align: center;
	z-index: 50000;
	background-image: url(images/images/button_background_rollover.gif);
	height: 24px;
	padding:0 30px 0 15px;
}

/*third levels text related*/
#nav em.hover {
	color:#ffffff;
	width: 100px;
	background-color: #aebc47;
}
/*final levels text related*/
#nav ul ul ul a:hover {
	color:#ffffff;
	background-color: #aebc47;
}

#nav ul {
	display:none;
	background-color: #aebc47;
}
/*second level drop down*/
#nav ul {
	position:absolute;
	left:0;
	top:28px;
	background-image: url(images/images/button_background2.gif);
	background-repeat: repeat;
	height: 24px;
	font-size: 10px;
}

/*this is the float for everything on the second level*/
#nav ul li {
	float:left;
	position:relative;
}

/*second level dropdown - text related*/
#nav ul li a {display:block; padding:0 0px 0 0px; font-size:10px; line-height:25px; cursor:pointer;}

/*about and dealers drop down - english french etc*/
#nav ul li a i {
	display:block;
	font-style:normal;
	cursor:pointer;
	color: #000000;
	text-indent: 15px;
	padding:0 30px 0 15px;
}

/*guitar drop downs*/
#nav ul li a.sub {
	color: #000000;
	float: left;
}

/*dealers drop down*/
#nav ul li a.subb {
	color: #000000;
	float: inherit;
	margin: 0px 0px 0px 520px
}

/*online retailers drop down*/
#nav ul li a.subbb {
	color: #000000;
	float: inherit;
	margin: 0px 0px 0px 0px
}

#nav ul ul {
	width:50px;
	left:0px;
	top:27px;
	background-color: #aebc47;
	z-index: 50000;
	padding:0 10px 0 0px;
}

/*third level drop down - expansion*/
#nav ul ul li a {
	display:block;
	line-height:20px;
	padding:0 0px 0 5px;
	width:100px;
	background-color: #aebc47;
	z-index: 50000;
}

/*final level*/
#nav ul ul li a.fly {
	background-color: #aebc47;
	z-index: 50000;
}

/*third level drop down---needs to be edited for firefox*/
#nav ul ul li a em {
	font-style:normal;
	padding:0 5px 0 5px;
	display:block;
	line-height:20px;
	width:100px;
	cursor:pointer;
	background-color: #aebc47;
	top: 3px;
	z-index: 50000;
}

#nav ul ul ul {left:110px; top:0;}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336600;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

