	.module_2 {
		text-align:		right;
		font-family:	georgia, serif;
		font-size:		1.3em;
		}

		.module_2 ul li {
			list-style-type:		none;
			display:				inline;
			margin-left:			0.7em;
			padding-left:			0.7em;
			border-left:			1px solid #63ccee;
			}
	
			.module_2 ul li:first-child{
				border-left-width:			0px;
				}
	
				.module_2 ul li a {
					color: #2c2c2c;
					}

				.module_2 ul li a:hover {
					color: #7c3494;
					}

				.module_2 ul li.selected a {
					color: #7c3494;
					font-weight:	bold;
					}
