.targMenu {
	background: #aaa;
	width: 120px;
	height: 50px;
	float: right;
	border-left: 1px solid #9f9f9f;
	padding-top: 30px;
	cursor: pointer;
}

.targMenu:hover {
	background:#bbb; 
}

.styleMenu {
	width: 180px;
	background: #444;
	display: none;
	position: absolute;
	overflow:hidden;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 0px;
}

.aMenuItem {

	font: 10pt arial;
	background: #555;
	width: 170px;
	text-align: right;
	height: 28px;
	color: #ddd;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	height: 24px;
	padding-top: 4px;
	margin: 0px;
}

.aBottomItem {

	font: 10pt arial;
	background: #555;
	width: 170px;
	text-align: right;
	height: 28px;
	color: #ddd;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	height: 24px;
	padding-top: 4px;
	margin: 0px;
	border-bottom: 1px solid #333;
}

.aBottomItem:hover {

	background: #777;
	color: #fff;
}

.aMenuItem:hover {

	background: #777;
	color: #fff;
}