#menu {
	position: relative;
	height: 26px;
}

#menu li {
	list-style: none;
	float: left;
	font: bold 8pt tahoma;
	/* border-bottom: 1px solid #E0E0E0; */
	margin-left: 5px;
}

#menu li a {
	display: block;
	padding: 6px 2px;
	width: auto;
	background: white;
	color: #454545;
	text-align: center;
	text-decoration: none;
	/* border-top: 1px solid #E0E0E0; */
	border-top: 1px solid white;
	float: left;
}

#menu li a:hover { color: #B1946B; }

#menu li .topleft {
	visibility: hidden;
	width: 13px;
	height: 26px;
	background: url('../imgs/menu_top_left.jpg') no-repeat left top;
	float: left;
}

#menu li .topright {
	visibility: hidden;
	width: 13px;
	height: 26px;
	background: url('../imgs/menu_top_right.jpg') no-repeat left top;
	float: left;
}

#menu div {
	position: absolute;
	top: 27px;
	display: block;
	visibility: hidden;
	background: white;
	border: 1px solid #E0E0E0;
	border-top: none;
	width: 150px;
	z-index: 100;
}

.ie #menu div {
	left: auto;
	clear: both;
}

#menu div a	{
	position: relative;
	display: block;
	margin: 3px 15px;
	padding: 3px 10px;
	width: auto;
	background: white url('../imgs/menu_dot.gif') no-repeat left center;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #454545;
	font-weight: normal;
	float: none;
	border: none;
}

#menu div a:hover {
	background-image: url('../imgs/menu_dot_hover.gif');
}

/*
#menu div .menubot	{
	display: block;
	margin: -10px -1px -1px 0;
	height: 16px;
	background: white url('menu_box_cb.gif') no-repeat right top;
	width: 100%;

	border: 1px solid maroon;

}
*/

#menu div .menubot {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 12px;
	height: 12px;
	background: white url('../imgs/menibotc.jpg') no-repeat right top;
}

.ie6 #menu div .menubot {
	bottom: -3px;
}
