/*.menu
{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	background: #FFFFFF;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border: 1px solid silver;
	overflow: visible;
}
.menu a, .menu a:visited
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: black;
	background: #E2E2E2;
	width: 150px;
	padding-left: 10px;
}
.menu a:hover
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: black;
	background: #F4F4FF;
	width: 150px;
	padding-left: 10px;
}
.menu .border
{
	border: 1px solid #F4F4F4;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}
.menu .text
{
	overflow: hidden;
	width: 125px;
	height: 15px;
}
.menu .arrow
{
	overflow: hidden;
	width: 15px;
	height: 12px;
	padding-left: 5px;
	padding-top: 3px;
}
.menu .arrow img
{
	width: 6px;
	height: 7px;
	border: 0px;
}
*/