/* Start of CMSMS style sheet 'EnsightMenuCSS' */
@charset "utf-8";
/* CSS Document */

/*define the sidebar*/
.sidenav {
	clear: none;
	margin: 0px auto;
	height: auto;
	text-align: center;
	font-size: 1.1em;
	padding: 0;
	width: 12.3em;
}
.sidenav ul {
	padding-left: 0;
	margin-left: 0 auto;	
	text-align: center;
	width: 12.3em;
}
.sidenav li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	height: 2.625em;
	line-height: 2.625em;
	width: 12.3em;
	background-image: url(images/button.gif);
	margin: 10px auto;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}
.sidenav li a {
	display: block;
	text-decoration: none;
	height: 2.625em;
	line-height: 2.625em;	
	width: 12.3em;
}
.sidenav li a:hover {
	display: block;
	background-image: url(images/button_hover.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
	width: 12.3em;
}
.selected{
	display: block;
	background-image: url(images/button_hover.jpg);
	background-position: center center;
	background-repeat: no-repeat;	
	width: 12.3em;
}
/* End of 'EnsightMenuCSS' */

