
.menu
{
	background-color: #0B3F79;
	border: 2px solid #0B3F79;
	font-family: Times New Roman;
	position: absolute;
	font-weight: bold;
	padding-top: 3px;
	font-size: 10pt;
	cursor: pointer;
	width: 152px;
	color: #fff;
}

.item_panel
{
	border-left: 2px solid #4E82B2;
	border-right: 2px solid #4E82B2;
	clip: rect(0, 150, 0, 0);
	position: absolute;
	width: 150px;
}

.item_panel a
{
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
}

.item
{
	background-color: #4E82B2;
	font-family: Times New Roman;
	font-size: 10pt;
	width: 150px;
}

