.targMenu {
	width: 109px;
	height: 60px;
	float: left;
	padding-top: 16px;
	cursor: pointer;
	font: 11pt arial bold; 
	font-weight: bolder;
	color: #a2a2a2; 
}

.targMenu:hover {
	background: url(../images/highlight.png); 
	color: #ccccd8;
}

.link {
	float: right;
	text-decoration: none;
	cursor: pointer;
	font: 16pt bold; 
	color: #a2a2a2; 
}

.pagelink {
	text-decoration: none;
	cursor: pointer;
	font: 16pt bold; 
	color: #a2a2a2; 
	padding-top: 10px;
	padding-left: 40px;
}

.deadpagelink {
	text-decoration: none;
	font: 16pt bold; 
	color: #333; 
	padding-top: 10px;
	padding-left: 40px;
}

.link:hover {
	text-decoration: underline;
	color: #333;
}

.pagelink:hover {
	text-decoration: underline;
	color: #333;
}

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

.aMenuItem {
	font: 10pt arial;
	background: #222;
	width: 170px;
	text-align: right;
	height: 22px;
	color: #BBC;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-top: 4px;
	margin: 0px;
}

.aBottomItem {
	font: 10pt arial;
	background: #222;
	width: 170px;
	text-align: right;
	height: 22px;
	color:#BBC; 
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-top: 4px;
	margin: 0px;
	border-bottom: 1px solid #999;
}

.aBottomItem:hover {
	background: #444;
	color: #fff;
}

.aMenuItem:hover {
	background: #444;
	color: #fff;
}