/* Start of CMSMS style sheet 'Sidebar' */
div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 15%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   min-height:600px;
   margin-bottom: 2em;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   text-align: center;
}

div#sidebar.hascontent img{
   margin: 0 0 2em;
}

div#sidebar a:hover {
  background: none;
}

div#sidebar a:hover img {
   filter: alpha(opacity=60);
   opacity: 0.6;
}
/* End of 'Sidebar' */

