/*** Navigation Components ****************************************************/

#navigation ul,
#navigation li,
#navigation a {
  float: left;
  list-style: none;

}
#navigation a {
  color: #aaa;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: 52px;
  line-height: 52px;
  padding: 0 12px;
  text-transform: uppercase;
  text-decoration:none;
  
}
#navigation a:hover {
  background: #666666;
  color: #FFFFFF;
}
#navigation .current_page_item a,
#navigation .current_page_item a:hover {
  color: #fff;
}
#navigation .current_page_item a {
  background: transparent url("images/bg_navi_selected.gif") no-repeat 50% 100%;  
}
