/* line 2, ../../../app/stylesheets/top.sass */
a, a:hover, a:visited, a:visited:hover {
  font-size: 1em;
  font-weight: bold; }

/* line 7, ../../../app/stylesheets/top.sass */
#header img {
  float: left; }
/* line 9, ../../../app/stylesheets/top.sass */
#header ul {
  margin: 0px;
  padding: 0px; }
  /* line 12, ../../../app/stylesheets/top.sass */
  #header ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden; }
/* line 18, ../../../app/stylesheets/top.sass */
#header li {
  list-style-type: none;
  float: left;
  margin: 0.3em 0.1em;
  top: 40px;
  height: 26px;
  padding: 0px 16px; }
  /* line 25, ../../../app/stylesheets/top.sass */
  #header li a {
    color: #082242;
    display: block;
    float: left;
    position: relative;
    text-decoration: none; }
