#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:41px;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:41px;
	width:68px;
	background-image: url(../images/1on.gif);
	background-repeat: no-repeat;
}
.menu li.p2 {
	height:41px;
	width:90px;
	background-image: url(../images/2on.gif);
	background-repeat: no-repeat;
}
.menu li.p3 {height:41px; width:99px; background:url(../images/3on.gif) no-repeat;}
.menu li.p4 {height:41px; width:90px; background:url(../images/4on.gif) no-repeat;}
.menu li.p5 {height:41px; width:93px; background:url(../images/5on.gif) no-repeat;}
.menu li.p6 {height:41px; width:66px; background:url(../images/6on.gif) no-repeat;}
.menu li.p7 {height:41px; width:146px; background:url(../images/7on.gif) no-repeat;}
.menu li.p8 {height:41px; width:103px; background:url(../images/8on.gif) no-repeat;}
.menu li.p9 {height:41px; width:105px; background:url(../images/9on.gif) no-repeat;}
.menu li.p10 {height:41px; width:105px; background:url(../images/10on.gif) no-repeat;}


/* set up the normal unhovered images in the links */
.menu li a#one {
	height:41px;
	width:68px;
	background-image: url(../images/1.gif);
	background-repeat: no-repeat;
}
.menu li a#two {
	height:41px;
	width:96px;
	background-image: url(../images/2.gif);
	background-repeat: no-repeat;
}
.menu li a#three {height:41px; width:99px; background:url(../images/3.gif) no-repeat;}
.menu li a#four {height:41px; width:90px; background:url(../images/4.gif) no-repeat;}
.menu li a#five {height:41px; width:93px; background:url(../images/5.gif) no-repeat;}
.menu li a#six {height:41px; width:66px; background:url(../images/6.gif) no-repeat;}
.menu li a#seven {height:41px; width:146px; background:url(../images/7.gif) no-repeat;}
.menu li a#eight {height:41px; width:103px; background:url(../images/8.gif) no-repeat;}
.menu li a#nine {height:41px; width:105px; background:url(../images/9.gif) no-repeat;}
.menu li a#ten {height:41px; width:105px; background:url(../images/10.gif) no-repeat;}


/* selected images */
.menu li a#oneselected {
	height:41px;
	width:68px;
	background-image: url(../images/1on.gif);
	background-repeat: no-repeat;
}
.menu li a#twoselected {
	height:41px;
	width:96px;
	background-image: url(../images/2on.gif);
	background-repeat: no-repeat;
}
.menu li a#threeselected {height:41px; width:99px; background:url(../images/3on.gif) no-repeat;}
.menu li a#fourselected {height:41px; width:90px; background:url(../images/4on.gif) no-repeat;}
.menu li a#fiveselected {height:41px; width:93px; background:url(../images/5on.gif) no-repeat;}
.menu li a#sixselected {height:41px; width:66px; background:url(../images/6on.gif) no-repeat;}
.menu li a#sevenselected {height:41px; width:146px; background:url(../images/7on.gif) no-repeat;}
.menu li a#eightselected {height:41px; width:103px; background:url(../images/8on.gif) no-repeat;}
.menu li a#nineselected {height:41px; width:105px; background:url(../images/9on.gif) no-repeat;}
.menu li a#tenselected {height:41px; width:105px; background:url(../images/10on.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#one:hover, .menu li:hover a#one,
.menu li a#oneselected:hover, .menu li:hover a#oneselected,
.menu li a#twoselected:hover, .menu li:hover a#twoselected,
.menu li a#two:hover, .menu li:hover a#two,
.menu li a#three:hover, .menu li:hover a#three,
.menu li a#threeselected:hover, .menu li:hover a#threeselected,
.menu li a#four:hover, .menu li:hover a#four,
.menu li a#fourselected:hover, .menu li:hover a#fourselected,
.menu li a#five:hover, .menu li:hover a#five,
.menu li a#fiveselected:hover, .menu li:hover a#fiveselected,
.menu li a#six:hover, .menu li:hover a#six,
.menu li a#sixselected:hover, .menu li:hover a#sixselected,
.menu li a#seven:hover, .menu li:hover a#seven,
.menu li a#sevenselected:hover, .menu li:hover a#sevenselected 
.menu li a#eight:hover, .menu li:hover a#eight,
.menu li a#eightselected:hover, .menu li:hover a#eightselected 
.menu li a#nine:hover, .menu li:hover a#nine,
.menu li a#nineselected:hover, .menu li:hover a#nineselected 
.menu li a#ten:hover, .menu li:hover a#ten,
.menu li a#tenselected:hover, .menu li:hover a#tenselected 
 {
	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;
}
