.menu2 UL {
	margin: 0px;
	list-style-type: none;
	text-align:right

}
.menu2 LI {
	float: right;
	margin: 0px;
	padding:0;
	list-style:none
}
.menu2 A {
	display: block;
	color: #999999;
	padding: 0 0 0 15px;
	text-decoration: none;
	font: 'Tahoma';
	font-size: 7pt;
	font-weight: normal;

}
.menu2 A:hover {
	color: #ae9c78;
	text-decoration: none
}

