#multi-level {
	height:49px;
	position: relative;
	z-index:100;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0px; margin:0px; font-family:Verdana, Arial, Helvetica, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	float:left;
	display: block;
	position:relative;
	background-image: url(../images/services_btnon.gif);
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {float:left; height:49px;display:block;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {height:49px; width:96px; background:url(../images/drivers_btnon.gif) no-repeat;}
.menu li.p2 {height:49px; width:97px; background:url(../images/wedges_btnon.gif) no-repeat;}
.menu li.p3 {height:49px; width:98px; background:url(../images/hybrids_btnon.gif) no-repeat;}
.menu li.p4 {height:49px; width:81px; background:url(../images/irons_btnon.gif) no-repeat;}
.menu li.p5 {height:49px; width:100px; background:url(../images/putters_btnon.gif) no-repeat;}
.menu li.p6 {height:49px; width:76px; background:url(../images/sets_btnon.gif) no-repeat;}
.menu li.p7 {height:49px; width:95px; background:url(../images/juniors_btnon.gif) no-repeat;}
.menu li.p8 {height:49px; width:128px; background:url(../images/accessories_btnon.gif) no-repeat;
}

/* selected images */
.menu li a#drivers:hover {height:49px; width:96px; background:url(../images/drivers_btnon.gif) no-repeat;}
.menu li a#wedges:hover {height:49px; width:97px; background:url(../images/wedges_btnon.gif) no-repeat;}
.menu li a#hybrids:hover {height:49px; width:98px; background:url(../images/hybrids_btnon.gif) no-repeat;}
.menu li a#irons:hover {height:49px; width:81px; background:url(../images/irons_btnon.gif) no-repeat;}
.menu li a#putters:hover {height:49px; width:100px; background:url(../images/putters_btnon.gif) no-repeat;}
.menu li a#sets:hover {height:49px; width:76px; background:url(../images/sets_btnon.gif) no-repeat;}
.menu li a#juniors:hover {height:49px; width:95px; background:url(../images/juniors_btnon.gif) no-repeat;}
.menu li a#accessories:hover {
	height:49px;
	width:128px;
	background:url(../images/accessories_btnon.gif) no-repeat;
}

/* set up the normal unhovered images in the links */
.menu li a#drivers {height:49px; width:96px; background:url(../images/drivers_btn.gif) no-repeat;}
.menu li a#wedges {height:49px; width:97px; background:url(../images/wedges_btn.gif) no-repeat;}
.menu li a#hybrids {height:49px; width:98px; background:url(../images/hybrids_btn.gif) no-repeat;}
.menu li a#irons {height:49px; width:81px; background:url(../images/irons_btn.gif) no-repeat;}
.menu li a#putters {height:49px; width:100px; background:url(../images/putters_btn.gif) no-repeat;}
.menu li a#sets {height:49px; width:76px; background:url(../images/sets_btn.gif) no-repeat;}
.menu li a#juniors {height:49px; width:95px; background:url(../images/juniors_btn.gif) no-repeat;}
.menu li a#accessories {
	height:49px;
	width:128px;
	background:url(../images/accessories_btn.gif) no-repeat;
}

/* selected images */
.menu li a#driversselected {height:49px; width:96px; background:url(../images/drivers_btnon.gif) no-repeat;}
.menu li a#wedgesselected {height:49px; width:97px; background:url(../images/wedges_btnon.gif) no-repeat;}
.menu li a#hybridsselected {height:49px; width:98px; background:url(../images/hybrids_btnon.gif) no-repeat;}
.menu li a#ironsselected {height:49px; width:81px; background:url(../images/irons_btnon.gif) no-repeat;}
.menu li a#puttersselected {height:49px; width:100px; background:url(../images/putters_btnon.gif) no-repeat;}
.menu li a#setsselected {height:49px; width:76px; background:url(../images/sets_btnon.gif) no-repeat;}
.menu li a#juniorsselected {height:49px; width:95px; background:url(../images/juniors_btnon.gif) no-repeat;}
.menu li a#accessoriesselected {
	height:49px;
	width:128px;
	background:url(../images/accessories_btnon.gif) no-repeat;
}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;z-index:200;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */


/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#drivers:hover, .menu li:hover a#drivers,
.menu li a#driversselected:hover, .menu li:hover a#driversselected
{
background:url(../images/drivers_btnon.gif) no-repeat;) no-repeat;
}
.menu li a#wedgesselected:hover, .menu li:hover a#wedgesselected,
.menu li a#wedges:hover, .menu li:hover a#wedges
{
background:url(../images/wedges_btnon.gif) no-repeat;) no-repeat;
}
.menu li a#hybridsselected:hover, .menu li:hover a#hybridsselected,
.menu li a#hybrids:hover, .menu li:hover a#hybrids
{
background:url(../images/hybrids_btnon.gif) no-repeat;) no-repeat;
}
.menu li a#irons:hover, .menu li:hover a#irons,
.menu li a#ironsselected:hover, .menu li:hover a#ironsselected
{
background:url(../images/irons_btnon.gif) no-repeat;) no-repeat;
}
.menu li a#putters:hover, .menu li:hover a#putters,
.menu li a#puttersselected:hover, .menu li:hover a#puttersselected
{
background:url(../images/putters_btnon.gif) no-repeat;
}
.menu li a#sets:hover, .menu li:hover a#sets,
.menu li a#setsselected:hover, .menu li:hover a#setsselected
{
background:url(../images/sets_btnon.gif) no-repeat;) no-repeat;
} 
.menu li a#juniors:hover, .menu li:hover a#juniors,
.menu li a#juniorsselected:hover, .menu li:hover a#juniorselected
{
background:url(../images/juniors_btnon.gif) no-repeat;) no-repeat;
} 
.menu li a#accessories:hover, .menu li:hover a#accessories,
.menu li a#accessoriesselected:hover, .menu li:hover a#accessoriesselected
{
background:url(../images/accessories_btnon.gif) no-repeat;) no-repeat;
}


/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:3px;
	top:48px;
	white-space:nowrap;
	width:235px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #A42124;
	background-color: #FFFFFF;
	border: 1px solid #6d6c6b;
	background-image: url(../images/dropdownBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	


}
.menu :hover       ul.sub    li          {
	display:block;
	height:auto;
	position:relative;
	float:left;
	width:230px;
	padding-right: 20px;
}
.menu :hover       ul.sub    li    a             {
	display:block;
	font-size:12px;
	height:auto;
	width:220px;
	color:#191919;
	text-decoration:none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.menu :hover       ul.sub    li    a.fly             {
	color: #811d1f;
}
.menu :hover         ul.sub     li     a:hover                     {
	color:#811d1f;
	text-decoration: underline;
}
.menu :hover       ul.sub    li    a.fly:hover             {
	color:#811d1f;
	text-decoration: underline;
}
.menu :hover ul li:hover > a.fly {
	color:#C82425;
	text-decoration: underline;
	background-color: #FFFFFF;
} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
	top:-4px;
	background:#ffffff;
	padding:0px 0px;
	width:255px;
	z-index:200;
	height:auto;
	z-index:300;
.space {
	padding-bottom: 5px;
}























