.menu {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #cccccc;
	overflow: visible;
	line-height:150%;
}

.menu a, .menu a:visited, .menu a:active, .menu a:link {
	text-decoration: none; 
	background: #ffffff;
	width: 150px; 
	color: #000000;
	padding-left: 10px; 
}

.menu a:hover { 
	text-decoration: none; 
	background: #f7f7f7;
	color: #000000;
	width: 150px;
	padding-left: 10px; 
}

/*
.menu .border { 
	border: 1px solid #F4F4F4;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080; 
}

.menu .arrow { 
	overflow: hidden;
	width: 15px;
	height: 12px;
	padding-left: 5px; 
	padding-top: 3px;
}

.menu .arrow img { 
	width: 6px; 
	height: 7px;
	border: 0px; 
}
*/