/*
 * SlideNote
 * A jQuery Plugin for flexible, customizable sliding notifications.
 *
 * Copyright 2010 Tom McFarlin, http://tommcfarlin.com
 * Released under the MIT License
 * More information: http://slidenote.info
*/



.slidenote {
  background: none repeat scroll 0 0 #FBEC78;
  height: 70px;
  padding: 1em;
  width: 180px;
  -moz-box-shadow: -0.1em -0.1em 0.1em #333;
  -webkit-box-shadow: -0.1em -0.1em 0.1em #333;
  box-shadow: -0.1em -0.1em 0.1em #333;
}
.slidenote img { float: left; margin-left: -2em; margin-top: -2em; }
.slidenote img:hover { margin-top: -1.95em; }

#investmentsNote{
    display: none;
}

#investmentsNote ul{
    list-style: none;
}

#investmentsNote ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #000;
}

#investmentsNote ul li a:hover{
    font-weight: bold;
}

#investmentsNote ul li{
    margin-bottom: 10px;
}