

a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}


/*-- Toolbar --*/

#toolbar{
  position: relative; /* set fixed position for the bar */
  top: 0px;
  right: 0px;
  border-bottom: 1px solid #ffffff; 
  z-index: 9999; /* keep the bar on top  */

}

#toolbar {
  width: 100%;
  margin: 0px auto; /* centered toolbar */
  left: 0px;
}




.rightside {
   float:right;
}


/*-- Right Side --*/

.menuicon {
  position: relative;
  padding: 2px 5px 0px 0px;
}

.menu_title {
  text-align:right;
  background: #004150;
  border-top:1px solid #ffffff;
  padding: 3px 0px 2px 0px;
  width: 100%;
}

.menu_title a {
  font-size: 16px;
  font-family:core_sans_g_35_lightregular, sans-serif;
  font-weight:normal;
  margin: 0px 20px 0px 0px;
  color: #ffffff;
}

.menu_title a span{
  position: relative;
  top:-5px;
}

.quickmenu {
  position: relative; /* important */
  background: #004150;
  top: 0px;
  right: 0;
  border-bottom: 1px solid #ffffff; 
  width: 100%;
  padding: 10px 0px 10px 0px;
  display: none; /* important */
}

.quickmenu a{
  position: relative;
  text-align:left; 
  left:0;
  border-bottom: 1px solid #ffffff; 
  padding: 8px 0px 8px 0px;
  margin: 0 auto;
  width: 90%;
  font-size: 18px;
  font-family:core_sans_g_35_lightregular, sans-serif;
  font-weight:normal;
  color: #ffffff;
  display: block;
}


.quickmenu a:hover {
  background: #1c506c;
  color: #ffffff;
}

.quickmenu p {
  color: #093e5b;
}