/*
 * Garland theme forces all elements in the header region to be inline.
 * We fix this with the extra #header-region definition
 */

.rotor,
.rotor-items,
#header-region .rotor-items {
  display:block;
  z-index: 1;
}

.rotor {
	width: 100%;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
}

.rotor-items {
  width:95%;
  overflow:hidden;
  height: auto;
}

.rotor-tab:hover {
  cursor:pointer;
}

.rotor-tab.selected {
  font-weight:bold;
}