		nav#juliettesNav{
			background : transparent;
			position : fixed;
			top : 3.9em;
			left : 0;
			width : 6.4em;
			z-index : 8;
		}
		nav#juliettesNav a{
			display : block;
			margin-bottom : .1em;
			font-size : .8em;
			background : rgba(255,255,255,.5);
			border-radius : 4px;
		}
		nav#juliettesNav a:hover{
			color : #900;
			background : rgba(255,255,255,.8);
		}