/***** navigation begins *****/

#nav_wrapper {
	text-align: center;	
	background: rgba(169, 67, 42, 0.75);	
}

nav { 
	/* background: rgba(169, 67, 42, 0.75); */
	font-size: 2em;
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

nav li { margin: 10px 15px; }
nav ul { display: inline-block; }

nav li a,
.nav__dropdown-toggle
{ 
	color: white; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase; 
}

nav li.selected a
{
	color: black;
}

nav li.selected
{
	color: black; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase; 
}


ul.nav__dropdown 
{
	background: rgba(169, 67, 42, 1);
	list-style : none;
	top: 30px; 
	right: 0;
}


.nav__dropdown-toggle {	
	background: none;
	border: none;
	margin: 10px 15px;	
}

.nav__dropdown-toggle:after {	
	/* content: " Â»"; */
	content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
	margin-left: 5px;
    vertical-align: middle;
	display: inline-block;
}

/***** navigation ends *****/
