#sideNav {
	border:1px solid #CFCFCF;
	background-color: #efefef;
	width: 190px;
	margin: 0px;
	padding: 0px;
}
#sideNav ul {
	display:block;
	margin: 0px;
	padding:0px;
}

#sideNav ul li { /* comm name */
	background: url(../images/comm_bg.gif) top left repeat-x #FFFBFF;
	border:1px solid #CFCFCF;
	margin: 5px; /* space around each community's box */
	list-style: none;
	/* moves comm name into place */
	font-family: Trebuchet MS, Myriad Web Pro, Tahoma, Arial;
	font-size: 11pt;
	padding-left: 20px;
	padding-top:  7px;
	padding-bottom: 10px;
	*height: 10px;
}
#sideNav ul li a { /* comm name */
	color: #2d3b48;
}
#sideNav ul li ul li {   /* page */
	background: none;
	border: none;
	background: url(../images/arrow_small.gif) top left no-repeat;
	list-style: none;
	//font-family: Trebuchet MS, Myriad Web Pro, Tahoma, Arial;
	//font-size: 11px;
	font-family: Calibri;
	font-size:12px;
	font-weight:bold;
	line-height: 4px;
	/*margin-top: 15px;*/
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 2px 0 3px 17px;
}
#sideNav ul li ul li a {
	color: #737373;
}

#sideNav ul li#selected {
background: url(https://www.isrvr.com/is/CustomImages/Publish/glow.gif) top left repeat-x #ffffff;
}
#sideNav ul li#selected ul {
margin-top: 15px;
}
#sideNav .currpage
{
	background: url(../images/page_selected.gif) top right no-repeat;
	color: white;
	font-family: Trebuchet MS, Myriad Web Pro, Tahoma, Arial;
	font-weight: bold;
	height: 16px;
	*height: 25px;
	padding: 9px 0px 0px 13px;
	margin-top:0px;
	margin-bottom:-4px;
	
}
