/* Start of CMSMS style sheet 'ISRCv5 : Menu Box' */
div.menu_box {
  width:150px;
  margin-top: 25px;
  border:1px solid #ccc;
  background-color:#fff;
}

div.menu_header {
  width:138px;
  border:1px solid #ccc;
  padding:5px;
  background-color:#ccc;
  font-size:0.9em !important;
  font-weight:bold;
  vertical-align:top;
  color: #050057;
}

div.menu_content {

  font: normal 9pt 'Trebuchet MS', Verdana, Tahoma;
  line-height: 14px;
  margin: 0;
  padding: 15px 0 15px 2px;
}

div.menu_content a,
div.menu_content a:visited,
div.menu_content a:link,
div.menu_content a:active {
    text-decoration: none;
    cursor: hand;
    color: #3C497A;
    padding: 5px 1em; /* some air for it */
    background: url(uploads/ISRCv5/arrow-right.gif) no-repeat 0.1em center;
    }
div.menu_content a:hover {
   color: #00E;
   text-decoration: none;
}
/* End of 'ISRCv5 : Menu Box' */

