/*
 * 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;
background:#fff;
}


.rotor{
/*padding: 10px 10px 10px 10px;*/
border-top:2px solid #f2f2f2; /*#d6d6ab; /*#eee;*/
border-left:4px solid #f2f2f2; /*#d6d6ab; /*#eee;*/
border-right:4px solid #f2f2f2; /*#d6d6ab; /*#eee;*/
border-bottom:3px solid #f2f2f2; /*#d6d6ab; /*#eee;*/
}



.rotor-items {
  margin:auto;
  margin-top:0px;
  width:100px;
  overflow:hidden;
}

.rotor-tab {
background: #f2f2f2; /*#d6d6ab;/*#eee; /*#f4f3eb;*/
padding: 3px 3px 3px 15px;
}

.rotor-tab:hover {
  cursor:pointer;
/*background: #d4d3db;*/
color: #c45e5e;
}

.rotor-tab.selected {
  font-weight:bold;
/*background: #d4d3db url(/sites/all/themes/pluralism/images/menu-collapsed_new.gif) 0px 3px no-repeat;*/
/*background:#d6d6ab url(/sites/all/themes/pluralism/images/menu-collapsed_new.gif) 0px 3px no-repeat;*/
background:#f2f2f2 url(/sites/all/themes/pluralism/images/menu-collapsed_new.gif) 0px 4px no-repeat;
color:#6B6B6B; /*708eef; /* To kanoniko xrwma twn font*/
}
