/* A few IE bug fixes */



#theMenu {
  width: 167px;

}

/* Some list and link styling */
/*
#navigation01 ul li
{
  width:147px;
}
#navigation01 ul ul li
{
  padding:0 0 0 10px;
  width:137px;
  margin-bottom: 0;
}
#navigation01 ul ul li a
{
  display: block;
  color: #000;
  padding:0;
  font-size: small;
}
#navigation01 ul ul li a:hover
{
  display: block;
  color: #369;
  background-color: #eee;
  padding: 3px 8px;
  font-size: small;
}
#navigation01 li
{
  list-style-type: none;
}
#navigation01 h2
{
  margin-top: 1.5em;
}
*/
/* Header links styling */
#navigation h3.head a {
  color: #333;
  display: block;
  background:url(../../images/table-blu02.gif) no-repeat center top #FFF;
}
#navigation h3.head a:hover {
  color: #36a;
  background:url(../../images/table-blu01.gif) no-repeat center top #FFF;
}
#navigation h3.selected a {
  background:url(../../images/table-blu02.gif) no-repeat center top #FFF;
  color: ##36a;
}
#navigation h3.selected a:hover {
  background:url(../../images/table-blu02.gif) no-repeat center top #FFF;
  color: #36a;
}

