/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
@import url(base_theme.css);
@import url(/profile/themes/screen.css);
/* end StyleCatcher imports */

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: none;
}

/*
.asset-name a:link, a:visited {
    text-decoration: none;
}
*/

.greeting-message {
    font-size: 16px;
    font-weight: normal;
    color: #5e9ad2;
}

.greeting-message a{
    text-decoration: none;
    font-weight: normal;
}

.greeting-message a:hover {
    text-decoration: none
    font-weight: normal;
}

#menu.ul {
  list-style: none;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0.2em 0;
  color: #fff;
  background: #f60;
}
#menu.li {
  display: inline;
  white-space: nowrap;
}
#menu.li a {
  text-decoration: none;
  padding: 0.2em 0.8em;
  color: #fff;
  background: transparent;
}
#menu.li a:hover {
  color: #fff;
  background: #fc0;
}
