
.toppanel {
  width: 100%;
  border: 0px solid white;
  background: #fff;
}

.toppanel .container {
	margin: 0 auto; 
	max-width: 100%; 
	width: 1200px; 
}

.toppanel .nopadding {
	margin: 0px;
	padding: 0px;
}

.btn-group .dropdown-menu {
	position: absolute;
	left: auto;
	right: 1px;
	top: 76px;
	top: 5.2em;
	top: 76px;
	top: 1.52em;
}

.	toppanel .dropdown-menu {
	width: 10em; /* width of dropdown buttons */
}


.btn-group:hover .dropdown-menu {
	display:block;
}

span.toppanel-menu {
	color: #000;
	padding: 5px 15px 5px 10px;
	margin-right: 15px;
}

div.dropdown-menu
{
	background: #ff0000;
}

span.toppanel-menu:hover {
	cursor: pointer;
}

.btn-group .dropdown-menu a {
	background: red;
	display: block;
	padding: 5px;
	margin-left: -0px;
	margin-right: 0px;
}

.btn-group .dropdown-menu a:hover {
	background: rgba(255,0,0,.9);
	background: black;
	text-decoration:none;
}

.toppanel a {
  margin: 0 5px;
  color: #fff;
}

.toppanel a:hover {
  color: #ddd;
}

a.administrator { background-color: #b90000 !important; }
a:hover.administrator { background-color: #000 !important; }

.toppanel-links { color: #555; }
.darkgray { color: #555; color: #000 !important; }

@media screen and (max-width: 767px) {
.hide-small { display: none; }

a.clickable-phone { color: #555; display: block; }
