.menu-navigation-round {
	background-color: white;
    font: bold 15px Arial, Helvetica, sans-serif;
    text-align: center;

}

.menu-navigation-round a {
    color: white;
    background-color: #333333;
    border-radius: 4px;
    padding: 8px 16px;

    line-height: 3.5;
    text-decoration: none;
	white-space: nowrap;

}

.menu-navigation-round a:hover{
	background-color: silver;	
	color: black;

}

/* NOT USED ******************************
.menu-navigation-round a.selected {
    color: black;
    background-color: silver;
    border-radius: 4px;
    padding: 10px 20px;
	margin: 0 5px auto;

}
*/



/* Hide the slide show for small screens & make the menu smaller*/
@media (max-width: 640px) {

	.slideshow {
		display:none;
	}
	
	.menu-navigation-round {
		font:bold 10px Arial, Helvetica, sans-serif;
	}

	.menu-navigation-round a {
		padding: 8px 8px;
		line-height: 4;
	}

}
