/* Yes, we all hate IE7 too. */
/* Drupal admin tables. */
/* line 6, ../sass/ie7.sass */
#content tr.even th,
#content tr.even td,
#content tr.odd th,
#content tr.odd td {
  border-bottom: 1px solid #cccccc;
}

/* Minor fix for primary and secondary tabs in IE */
/* line 14, ../sass/ie7.sass */
ul .primary li a:hover,
ul .secondary li a:hover {
  cursor: pointer;
  color: #555555;
  text-decoration: none;
}

/* fixes the fact that text-indent moves the entire graphic in 7 */
#rotator .pager a {
  text-indent: 0px;
  font-size: 0px;
  line-height: 0px;
}

/*fixes the drop down menus on primary menu items */
#main #navigation ul.menu > li:hover > ul{
  top:29px;
}

#main #navigation ul.menu > li:hover > ul > li {
  width:350px;
}

#main #navigation ul.menu > li:hover > ul {
  width:350px;
  background-color: black;
}
