@charset "utf-8";
/* CSS Document */

ul.rightmenu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border-bottom: 1px dotted #AEAFB4;
	width: 250px;
	background-color: #142431;
}

ul.rightmenu li {
	border-top: 1px dotted #AEAFB4;
	border-left: 1px dotted #AEAFB4;
	border-right: 1px dotted #AEAFB4;
}

ul.rightmenu li a {
	text-decoration: none;
	display: block;
	width: 222;
	color: #C8C8C8;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

ul.rightmenu li a:hover {
	background-color: #1B2F3F;
	color: #ffffff;
}

ul.rightmenu li a.active {
	background-color: #0AC3D7;
	color: #000000;
}

