/* stylesMeiere	*/

#right {
float:right;
margin: 0;
padding:0;
position: absolute; right: 0; top: 0;
width:200px;
}

#QuickLinks {
	width: 180px ;
	text-align: center ;
}

#QuickLinks ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}

#QuickLinks li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}

#QuickLinks li.currentPage {
	color: #ffffff ;
	background-color: #6699ff;
	border: 1px outset #b37d00 ;
	width: 180px ;
	text-decoration: none ;
	display: block ;
}

#QuickLinks li a {
	color: #000000 ;
	background-color: #FFCC66;
	border: 1px outset #b37d00 ;
	width: 180px ;
	text-decoration: none ;
	display: block ;
}

#QuickLinks li a:hover {
	color: #ffffff ;
	background-color: #FF9900;
}

