a {
  color: #666;
}

/*----------------------------------------------/
/* top menu
/----------------------------------------------*/
#top-menu {
  background:transparent url(resources/gala-menu-bg-bottom.gif) no-repeat scroll left bottom;
}
#top-menu .container {
  background:transparent url(resources/gala-menu-bg-top.gif) no-repeat scroll left top;
}
#top-menu ul li a {
  color: #ffe002;
}
#top-menu ul li a:hover {
  color: #fff;
}
/*----------------------------------------------/
/* content
/----------------------------------------------*/
#content .grid h3 {
  background-color: #01208C;
}
#content .grid h3 a {
  color: #FFDE03;
}
#content ul#top-answers .breadcrumb a {
  color: #01208C;
}
#content h2, #content h2#question, #content #rater h2, #content #related h2, #content #history h2 {
  color: #02208e;
}
#content #answer-table .breadcrumb a {
  font-size: 100%;
  color: #021e82;
  font-weight: bold;
}

/*----------------------------------------------/
/* search
/----------------------------------------------*/
#search {
  background:#01208C url(resources/gala-search-bg-top.gif) no-repeat scroll left top;
}

/*----------------------------------------------/
/* footer
/----------------------------------------------*/
#footer {
  background:transparent url(resources/gala-menu-bg-bottom.gif) no-repeat scroll left bottom;
}
#footer #copyright {
  background:transparent url(resources/gala-menu-bg-top.gif) no-repeat scroll left top;
}

select option {
  width: auto;
}
