/*
	crnavbar.css	


*/

#crcssbuttons {
	width: 120px ;
                        height: 100px
	text-align: center ;
}
#crcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#crcssbuttons li {
	margin: 0 ;
	padding: 6px ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#crcssbuttons li a {
	color: #fff ;
	background-color: #000000 ;
	border: 6px outset #f0f0f0 ;
	width: 120px ;
                      height: 100px
	text-decoration: none ;
	display: block ;
}
#crcssbuttons li a:hover {
	color: #000 ;
	background-color: #FF6666 ;
}
