#private_menu {
	width: 158px;
	position:relative;
	z-index:12;
	margin:0;
	padding:0;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

#private_menu ul	{
	width: 15em;
	position:absolute;
	z-index:12;
	visibility:hidden;
	background-color:#fff;
	margin:0;
	padding:0;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	
}

#private_menu li	{
	display:block;
	font-weight:bold;
	padding:5px 5px;
	margin:0;
	cursor:default;
	white-space:nowrap;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#private_menu li a {
	display:block;
	text-decoration:none;
	color:#333333;
}
#private_menu li a:hover	{
	text-decoration:none;
	color:#fff;
	background-color:#666;
}

#private_menu ul li, #private_menu.vertical ul li {
	width:15em;
	display:block;
	border-bottom:2px solid #666;
	padding:0;
	white-space:normal;
}
#private_menu ul li a {
	display:block;
	width:14em;
	color:#000;
	background-color:#fff;
	text-decoration:none;
	padding:5px 5px;
	margin:0;
}
#private_menu ul li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#666666;
}

