.menu {
		background-color: #F4EBCF;
		border:		1px solid #A50000;	
		width:			131px;
		font-size:		10px;
		color:			#A50000;
		font-family:	Verdana, Arial, Helvetica, sans-serif;
		font-weight:		bold;
		line-height:		10pt;
		position:		absolute;
		cursor:			default;
	}

		.item_panel {
		width:			131px;
		font-size:		10px;
		line-height:		10pt;
		clip:			rect(0, 131, 0, 0);
		position:		absolute;
	}

		.item_panel a {
		width:			130px;
		text-decoration:	none;
		cursor:			hand;
		font-style:		normal;
	}

		.item_panel a:visited {
		width:			130px;
		color:			#A50000;
		text-decoration:	none;
		cursor:			hand;
		font-style:		normal;
	}

		.item_panel a:link {
		width:			130px;
		text-decoration:	none;
		cursor:			hand;
		font-style:		normal;
	}

		.item {
		width:			130px;
		font-size:		10px;
        color:          #A50000;
		font-family:		Verdana, Arial, Helvetica, sans-serif;
	}
		.item_panel a:active {
		width:			130px;
		text-decoration:	none;
		cursor:			hand;
        color:          #FFFFFF;
		font-style:		normal;
	}
