/* Start of CMSMS style sheet 'Side-Menu' */
div#side-menu {
/* margin for the entire div surrounding the news items */
	margin: 1em 0 1em 1em;
	border: 1px solid #909799;
                border-bottom: 1px solid #ccc;
	background: #f5f5f5;
                width: 200px;
                height: 300px;
}
div#side-menu h2 {
	line-height: 2em;
	background: url(uploads/theme/darknav.png) repeat-x left center;
	color: #f5f5f5;
	border: none
}
div#side-menu h3 {
	border: solid
	margin: 0 0.5em 1em 0.5em;
	font-size: 1em;
                text-indent: 1em;
}
a {text-decoration: none; } 
/* End of 'Side-Menu' */

