
/****************************
  THEMED SEARCHBAR
****************************/
#blue #header #searchbar .btn        {background:url(btn-search.gif);}


/****************************
  GLOBALBAR
****************************/

#header .globalbar {
  clear:both;
  height:31px;
  line-height:31px;
  background:url(globalbar-bg.gif) top left repeat-x;
  }

#header .globalbar li {
  height:31px;
  background:url(globalbar-divider.gif);
  }

#header .globalbar li.first {
  padding-left:0;
  }
#header .globalbar a {
  padding:0 11px 0 10px;
  color:#fff;
  }

#header .globalbar a:hover {
  background-position:bottom right;
  color:#000;
  text-decoration:none;
  }
#header .globalbar a.on:hover {
  background-position:bottom right;
  color:#fff;
  text-decoration:none;
  } 


/****************************
  COLORS GLOBALBAR
****************************/

#header .globalbar a.on {color:#FFF;background-position:right;}

#blue #header .globalbar a.on {background-image:url(globalbar2-bg.gif);}



/****************************
  COLORS GENREBAR
****************************/
#header .genrebar {background-position:bottom;background-repeat:repeat-x;}
#header .genrebar li {background-position:bottom left;background-repeat:no-repeat;}
#header .genrebar a {color:#FF9;}

#blue #header .genrebar {background-image:url(genrebar-bg.gif);}
#blue #header .genrebar li {background-image:url(genrebar-divider.gif);}
#blue #header .genrebar a {color:#fff;}


/****************************
  COLORS GENREBAR2
****************************/

#header .genrebar2 {background-position:bottom;background-repeat:repeat-x;}
#header .genrebar2 li {background-position:bottom left;background-repeat:no-repeat;}
#header .genrebar2 a {color:#000;}

#blue #header .genrebar2 {background-image:url(genrebar-bg3.gif);}
#blue #header .genrebar2 li {background-image:url(genrebar-divider2.gif);}
/*#blue #header .genrebar2 a {color:#000;  text-transform:uppercase;}*/

