/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: auto;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: auto;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

/* End of 'Layout: Top menu + 2 columns' */

