.menu {
	margin:0;
	padding:0 10px 0 0;
	list-style:none;
}

#menu ul li{
	clear:both;
	float:left;
	display:block;
	width:232px;
	border-bottom:1px solid #d7d7d7; 
	padding:0;
	margin:0px;
}

#menu ul li a {
	clear:both;
	display:block;
	float:left;
	width:222px;
	height:9px;
	line-height:12px;
	color:#5f5f5f;
	text-decoration:none;
	padding:10px 0 9px 10px;
}

#menu ul li a.active {
	color:#c06f47;
	background-image:url(arrow_menu.gif);
	background-repeat:no-repeat;
	background-position:2px 15px;
}

#menu ul li a:hover {
	text-decoration:underline;
}

#menu ul ul li {
	clear:both;
	float:left;
	display:block;
	width:207px;
	height:auto;
	border-bottom:1px solid #d7d7d7; 
	padding:0 0 0 25px;
	font-size:11px;
}

#menu ul ul li.last{
	border-width:0px;
}

#menu ul ul li a {
	color:#5f5f5f;
	width:187px;
	height:auto;
	text-decoration:none;
	padding:6px 0 5px 15px;
	font-size:11px;
	line-height:14px;
}

#menu ul ul li a:hover {
	text-decoration:underline;
}

#menu ul ul li a.active {
	color:#c06f47;
	background-image:url(arrow_menu.gif);
	background-repeat:no-repeat;
	background-position:6px 10px;
}

#bottom_menu ul li{
	display:inline;
	float:left;
	background-image:url(bottom_menu_seperator.gif);
	background-repeat:no-repeat;
	background-position:100% 5px;
}

#bottom_menu ul li.last {
	background-image:none;
}

#bottom_menu ul li a {
	font-size:10px;
	color:#c06a24;
	padding:0 5px;
	text-decoration:none;
}

#bottom_menu ul li a:hover {
	text-decoration:underline;
}