/* Navbar container */

.navbar {
text-transform:lowercase;
font-weight:normal;
 font-size: 1.2em;
  overflow: hidden;
 border-bottom:1px solid darkslategray;
  font-family: arial;
}a

/* Links inside the navbar */
.navbar a {
text-transform:lowercase;
font-weight:normal;
  float: left;
  font-size:  1em;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
font-weight:normal;
 border-radius: 3px;
font-size:  1em;
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
text-transform:lowercase;
font-weight:normal;
 border-radius: 3px;
font-size:  1em;
  border: none;
  outline: none;
  padding: 14px 16px;
background-color: white;
  color:black;
  font-family: arial; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
 border-radius: 3px;
font-weight:normal;
font-style: italic;
  background-color: white;
  font-size:  1em;
  color:red;
text-transform:lowercase;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
 border-radius: 3px;
font-weight:normal;
 font-size:  0.9em;
  display: none;
  position: absolute;
  background-color: white;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
font-weight:bold;
font-size:    0.9em;
  float: none;
  color:blueviolet;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
font-weight:bold;
 font-style: normal;
font-size:  0.9em;
background-color:black;
  color:yellow;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;font-weight:normal;
}

.nav {
font-weight:normal;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  background-color: white;
}

.nav > li,
.nav > li > a {
font-weight:normal;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.inline-items {
  margin-top: 0;
}

.inline-items li {
  margin-left: 0;
  border-left: 0px solid black;
  padding-left: 15px;
  padding-right: 15px;
}

.inline-items li:first-child {
  margin-left: 0;
  border: none;
  padding-left: 0;
  padding-right: 5px;
}

.inline-items li:last-child {
  padding-right: 0;
}





a
{
text-decoration: none;
color: #000;
font-family: arial;
font-size: 1em;
  font-weight:normal;
}

a:hover
{
font-family: arial;
font-size: 1em;
text-decoration: none;
color:black;
background-color:yellow;

}


br.clear
{
clear: both;
cursor:pointer;
}