#spanMenu {	
           container: positioned;	
           position: absolute;	
           left: -99px;	
           top: 0px;	
           width: 120px;	
           height: 366px;
}


BODY {
	
	color : #ff6633;
	font-family : Berlin Sans FB Demi, Helvetica, sans-serif;
	font-size : small;
}



A:LINK, A:VISITED {
	color : #ff6633;
	text-decoration : none;
}



A:HOVER {
	background-color : transparent;
	color : #ff3300;
	text-decoration : underline;
}
