#multi-level {
	height:35px;
	position:relative;
	z-index:100;
	background:#fff;
	padding-left:0px;
	width:780px;
}
/* The menu styling Remove the padding, margins and bullets from the lists */

.menu, .menu ul {
	list-style-type:none;
	padding:0px 15px;
	margin:0;
	font-family:arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}
/* Set up the size of the list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
	width:105px;
	background: url(images/menu/menu_bg.gif) no-repeat;
}
.menu li.top:hover {
	background: url(images/menu/menu_bg_hover.gif) no-repeat;
}
.menu li.left {
	border-left:thin #FFFFFF solid;
}
/* 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 link styling */
.menu li.top a.top_link {
	display:block;
	float:left;
	height:35px;
	width:105px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	color:#000;
	padding:0px;
}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
	visibility:visible;
	cursor:pointer;
	position:relative;
}
.menu li:hover {
	position:relative;
	z-index:200;
}
/* Style the top level links */
.menu li.top a.top_link:hover, .menu li.top:hover a.top_link {
	color: #B9360B;
}
/* keep the 'next' level invisible by placing it off screen. */
.menu ul, .menu 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;
}


/* Style the drop down sub level links */
.menu :hover ul.sub {
	left:0;
	top:28px;
	padding:3px 0 0 0;
	white-space:nowrap;
	width:150px;
	height:auto;
	text-align:left;
}
.menu :hover ul.sub li {
	display:block;
	float:left;
	padding:0px 0px 1px 0px;
	border-top:1px solid #D6BE8E;
	border-left:1px solid #D6BE8E;
	border-bottom:1px solid #D6BE8E;
	border-right:1px solid #D6BE8E;
	background-color: #E3D3B2;
}
.menu :hover ul.sub li:hover {
	background-color: #EFC6BD;
}
.menu :hover ul.sub li a {
	display:block;
	float:left;
	height:25px;
	width:150px;
	line-height:25px;
	color:#000;
	text-decoration:none;
	padding:0px 0px 0px 10px;
	font-weight:normal;
}
