/******* MENU ********/

a.menu:link { color: rgba(255,255,255,0.8); text-decoration: none; }
a.menu:visited { color: rgba(255,255,255,0.8); text-decoration: underline; }
a.menu:hover { color: rgba(232,134,108,0.8); text-decoration: underline; }
a.menu-selected:link { color: rgba(239,185,59,0.8); text-decoration: none;}
a.menu-selected:visited { color: rgba(239,185,59,0.8); text-decoration: underline; }
a.menu-selected:hover { color: rgba(232,134,108,0.8); text-decoration: underline; }
img.menu {height: 40px; width: 145px; margin-top: 5px}

nav ul {
	background-color: rgba(1,1,1,0.9);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;
	list-style: none;
	position: relative;
	margin-top: -5px;
	/*display: inline-table;*/
}
nav ul.selected {
	background-color: rgba(1,1,1,0.4);
    box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	border-radius: 10px;
	list-style: none;
	position: relative;
	margin-top: -5px;
	/*display: inline-table;*/
}
nav ul:after {
    content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
}

nav ul li:hover a {
    color: rgba(232,134,108,0.8);
}
nav ul li a {
    display: block; padding: 15px 40px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}
