#multi-level {
	height:30px;
	position: relative;
	z-index:300;
}

/* 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;
}

/* 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:30px;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:30px;
	width:193px;
	background-image: url(../images/interconnects_btnON.gif);
	background-repeat: no-repeat;
}
.menu li.p2 {
	height:30px;
	width:187px;
	background-image: url(../images/speaker-cables_btnON.gif);
	background-repeat: no-repeat;
}
.menu li.p3 {height:30px; width:179px; background:url(../images/power-cables_btnON.gif) no-repeat;}
.menu li.p4 {height:30px; width:163px; background:url(../images/contact_btnON.gif) no-repeat;}



/* set up the normal unhovered images in the links */
.menu li a#interconnects {
	height:30px;
	width:193px;
	background-image: url(../images/interconnects_btn.gif);
	background-repeat: no-repeat;
}
.menu li a#speakercables {
	height:30px;
	width:187px;
	background-image: url(../images/speaker-cables_btn.gif);
	background-repeat: no-repeat;
}
.menu li a#powercables {height:30px; width:179px; background:url(../images/power-cables_btn.gif) no-repeat;}
.menu li a#contact {height:30px; width:163px; background:url(../images/contact_btn.gif) no-repeat;}



/* selected images */
.menu li a#interconnectsselected {
	height:30px;
	width:193px;
	background-image: url(../images/interconnects_btnON.gif);
	background-repeat: no-repeat;
}
.menu li a#speakercablesselected {
	height:30px;
	width:187px;
	background-image: url(../images/speaker-cables_btnON.gif);
	background-repeat: no-repeat;
}
.menu li a#powercablesselected {height:30px; width:179px; background:url(../images/power-cables_btnON.gif) no-repeat;}
.menu li a#contactselected {height:30px; width:163px; background:url(../images/contact_btnON.gif) no-repeat;}

/* selected images */
.menu li a#interconnects:hover {height:30px; width:193px; background:url(../images/interconnects_btnON.gif) no-repeat;}
.menu li a#speakercables:hover {height:30px; width:187px; background:url(../images/speaker-cables_btnON.gif) no-repeat;}
.menu li a#powercables:hover {height:30px; width:179px; background:url(../images/power-cables_btnON.gif) no-repeat;}
.menu li a#contact:hover {height:30px; width:163px; 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#interconnects:hover, .menu li:hover a#interconnects,
.menu li a#interconnectsselected:hover, .menu li:hover a#interconnectsselected,
.menu li a#speakercablesselected:hover, .menu li:hover a#speakercablesselected,
.menu li a#speakercables:hover, .menu li:hover a#speakercables,
.menu li a#powercables:hover, .menu li:hover a#powercables,
.menu li a#powercablesselected:hover, .menu li:hover a#powercablesselected,
.menu li a#contact:hover, .menu li:hover a#contact,
.menu li a#contactselected:hover, .menu li:hover a#contactselected,

 {
	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:-1px;
	top:45px;
	white-space:nowrap;
	width:141px;
	height:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC0003;
	border-bottom-color: #CC0003;
	border-left-color: #CC0003;
	background-color: #FFFFFF;
}

.menu :hover     ul.sub   li,.menu :hover   ul.sub1  li,.menu :hover ul.sub2 li {
	display:block;
	height:auto;
	position:relative;
	float:left;
	width:150px;
	background-color: #FFFFFF;
}
.menu :hover     ul.sub   li   a,.menu :hover   ul.sub1  li  a,.menu :hover ul.sub2 li a {
	display:block;
	font-size:11px;
	height:auto;
	width:142px;
	color:#D0090E;
	text-decoration:none;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.menu :hover     ul.sub   li   a.fly,.menu :hover   ul.sub1  li  a.fly,.menu :hover ul.sub2 li a.fly {
	color: #DA293D;
}
.menu :hover       ul.sub    li    a:hover,.menu :hover     ul.sub1   li   a:hover,.menu :hover   ul.sub2  li  a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #C9040B;
}
.menu :hover     ul.sub   li   a.fly:hover,.menu :hover   ul.sub1  li  a.fly:hover,.menu :hover ul.sub2 li a.fly:hover {
	color:#DA293D;
	text-decoration: underline;
}
.menu :hover ul li:hover > a.fly {
	color:#D20B10;
	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:150px;
	z-index:200;
	height:auto;
	z-index:300;

.space {
	padding-bottom: 5px;
}
