#menu
{
position: relative;
z-index: 600;
}

#menu ul
{
	list-style: none;
	padding: 0;
	background: none;
	float: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

#menu ul ul
{
display: none;
}

#menu ul li:hover > ul
{
display: block;
}
#menu li
{
position: relative;
}
#menu ul li
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3b89e;
	width: 210px;
}

#menu ul li ul
{
width: 150px;
}
#menu ul li ul li
{
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
	width: 150px;
}
#menu ul ul
{
position: absolute;
z-index: 500;
top: 0;
left: 100%;
}

#menu a
{
font: 14px Times New Roman;
display: block;
color: #542c04;
text-decoration: none;
background: #cfac8a;
text-align: left;
}

#menu ul li ul li a {
padding-left: 4px;
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
}

#menu a.main_menu
{
font: 14px Times New Roman;
color: #542c04;
text-align: right;
background: none;
padding-left: 0px;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 3px;
}

#menu a.main_current
{
color: #a2580d;
background: none;
}

#menu a.current
{
color: #a2580d;
background: #cfac8a;
}

#menu a:hover
{
color: #a2580d;
background: #cfac8a;
cursor: pointer;
}

#menu a.main_menu:hover {
color: #a2580d;
background: none;
cursor: pointer;
}

