.menu
{
	width				: auto;
	max-width		: 300px;
	background	: url("/images/navigation/menu-shadow.png") repeat-x top white;
	float				: left;
	top					: 163px;
	left				: 265px;
	position		: absolute;
	z-index			: 1000;
	display			: none;
	border-left	: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

.menu a
{
	font-family	: "Georgia", serif;
	font-size		: 14px;
	color				: #515458;
	line-height	: 26px;
	display			: block;  
	padding			: 0px 14px;
	min-width		: 150px;
}
.menu a:hover
{
	background	: #ffd65a;
}


.menu ul
{
	border-top	: 1px solid white;
	width				: auto;
	margin			: 0;
	padding			: 0;
	list-style	: none;
}

.menu ul li
{
	width				: auto;
	padding			: 0;
	margin			: 0;
	display			: block;
	border-bottom	: 1px solid #e6e6e6;
}

.menu span
{
	display			: none;
}
