@charset "utf-8";
/* CSS Document */

#document #rightmenu {
	position:relative;
	float:right;
	width:202px;
	padding-top:142px;
	font-size:0.875em;
	color:#FFF;
}

#document #rightmenu ul {
	list-style:none;
}

#document #rightmenu ul li a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:6px 20px;
}

#document #rightmenu ul li a:hover
{
	background:transparent url(/images/menu-hover.png) repeat-y;
} 
