#multi-level {
	height:30px;
	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: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;
	margin: 0px;
	padding: 0px;
}

/* 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:46px;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:46px; width:106px; background:url(../images/home_btnon.gif) no-repeat;}
.menu li.p2 {height:46px; width:154px; background:url(../images/baddog_btnon.gif) no-repeat;}
.menu li.p3 {height:46px; width:165px; background:url(../images/gooddog_btnon.gif) no-repeat;}
.menu li.p4 {height:46px; width:110px; background:url(../images/BTPNews_btnon.gif) no-repeat;}
.menu li.p5 {height:46px; width:175px; background:url(../images/DogMonth_btnon.gif) no-repeat;}
.menu li.p6 {height:46px; width:138px; background:url(../images/DoggieStuff_btnon.gif) no-repeat;}
.menu li.p7 {height:46px; width:150px; background:url(../images/contact_btnon.gif) no-repeat;}


/* set up the normal unhovered images in the links */
.menu li a#home {height:46px; width:106px; background:url(../images/home_btn.gif) no-repeat;}
.menu li a#bad_dog {height:46px; width:154px; background:url(../images/baddog_btn.gif) no-repeat;}
.menu li a#good_dog {height:46px; width:165px; background:url(../images/gooddog_btn.gif) no-repeat;}
.menu li a#news {height:46px; width:110px; background:url(../images/BTPNews_btn.gif) no-repeat;}
.menu li a#dog_month {height:46px; width:175px; background:url(../images/DogMonth_btn.gif) no-repeat;}
.menu li a#stuff {height:46px; width:138px; background:url(../images/DoggieStuff_btn.gif) no-repeat;}
.menu li a#contact {height:46px; width:150px; background:url(../images/contact_btn.gif) no-repeat;}


/* selected images */
.menu li a#homeselected {height:46px; width:106px; background:url(../images/home_btnon.gif) no-repeat;}
.menu li a#bad_dogselected {height:46px; width:154px; background:url(../images/baddog_btnon.gif) no-repeat;}
.menu li a#good_dogselected {height:46px; width:165px; background:url(../images/gooddog_btnon.gif) no-repeat;}
.menu li a#newsselected {height:46px; width:110px; background:url(../images/BTPNews_btnon.gif) no-repeat;}
.menu li a#dog_monthselected {height:46px; width:175px; background:url(../images/DogMonth_btnon.gif) no-repeat;}
.menu li a#stuffselected {height:46px; width:138px; background:url(../images/DoggieStuff_btnon.gif) no-repeat;}
.menu li a#contactselected {height:46px; width:150px; background:url(../images/contact_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#home:hover, .menu li:hover a#home,
.menu li a#bad_dog:hover, .menu li:hover a#bad_dog,
.menu li a#good_dog:hover, .menu li:hover a#good_dog,
.menu li a#news:hover, .menu li:hover a#news,
.menu li a#dog_month:hover, .menu li:hover a#dog_month,
.menu li a#stuff:hover, .menu li:hover a#stuff,
.menu li a#contact:hover, .menu li:hover a#contact {
	background:transparent;
}

/* 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:7px;
	top:46px;
	padding:0px 0px;
	white-space:nowrap;
	width:176px;
	height:auto;
	background-color: #FFFFFF;
	color: #DA281E;
}
.menu :hover ul.sub li {display:block; height:23px; position:relative; float:left; width:90px;}

.menu :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:22px;
	width:175px;
	line-height:23px;
	text-indent:10px;
	color:#E02420;
	text-decoration:none;
	background-color: #FFFFFF;
	border: 1px solid #D5D6D7;
}

.menu :hover ul.sub li a.fly {
	background-color: #DC2617;
	color: #FFFFFF;
}
.menu :hover ul.sub li a:hover {
	color:#F7F7F7;
	background-color: #E21F19;
}
.menu :hover ul.sub li a.fly:hover {
	color:#FFFFFF;
	background-color: #E2211E;
}
.menu :hover ul li:hover > a.fly {
	color:#ffffff;
	background-color: #5C3917;
} 

/* 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;
	border:1px solid #f6eee0;
	width:255px;
	z-index:200;
	height:auto;
	z-index:300;
	color: #5C3917;
}
