.menu
{
	width: 708px;
	position: relative;
	z-index: 100;
}

.menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li.top
{
	float: left;
	position: static;
	/*cursor: pointer;*/
	margin: 0 15px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menu li.top a
{
	float: left;
	height: 20px;
	padding: 10px 20px 0 20px;
	
	color: #FFFFFF;
	text-decoration: none;
	background: none;
}

.menu li.top a:hover,
.menu li.top a.current_link,
.menu li.top:hover > a
{
	height: 23px;
	padding-top: 7px;
	
	background-color: #6F2D28;
	background-image: url(../img/arrows/arrow-up.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.menu li.top .down
{
	position: absolute;
	/*display: none;*/
	overflow: hidden;
	
	width: 708px;
	/*height: 184px;*/
	height: 0px;
	background-color: #F1E9DC;
	
	top: 30px;
	left: 0px;
	
	filter:alpha(opacity=0);
	opacity: 0.0;
}

.menu li.top:hover .down
{
	display: block;
	top: 30px;
	left: 0px;
	height: 184px;

	filter:alpha(opacity=1);
	opacity: 1.0;
}

/* Inner style */

.menu li.top .down .down_left
{
	width: 250px;
	height: 184px;
	float: left;
}

.menu li.top .down .down_left img
{
	margin: 30px 0 0 30px;
	float: left;
}

.menu li.top .down .down_right
{
	width: 458px;
	height: 154px;
	float: left;
	padding: 30px 0 0 0;
}

.menu ul li.top .down .down_right a
{
	height: 19px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #73552D;
	clear: both;
	background: none;
	text-decoration: none;
	line-height: 19px;
	
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(../img/arrows/arrow-right3.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

.menu li.top .down .down_right a:hover
{
	text-decoration: underline;
}
