/* Start of CMSMS style sheet 'Style: Nav Menu' */
#navcol {
	width: 165px;
	float: left;
	margin-top: 10px;
	background-color: #C3C794;
	font-size: 12px;
}
#navcol p {
	font-size: 11px;
}

#navcol ul {
	list-style-type: none;
	margin-top: 10px;
	width: 165px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0E3204;
}

#navcol ul ul {
	margin-top: 0;
}

/* added by Pixelita; styling to remove border from child level pages */
#navcol ul ul {
	border: none;
}

#navcol hr {
	color: #0D3103;
}

#navcol li {
	margin: 0px;
}

/* added by Pixelita; styling for current parent or current child page */
#navcol h3 {
	margin: 0px;
	padding: 2px 5px;
	font-size: 12px;
        font-weight:normal;
}

/* added by Pixelita; styling for current page */
#navcol .currentpage {
	margin: 0;
	background-color: #DCDEC0;
padding: 0;
	font-size: 12px;
}

/* added by Pixelita; styling for child page */
#navcol ul li ul li.currentpage {
	margin: -5px 0 -5px -2px;
        background-color: #DCDEC0;
	padding: 0 !important;
	font-size: 12px;
}

/* added by Pixelita; styling for current parent page */
#navcol .activeparent {
	font-weight: normal;
	margin: 0 !important;
	padding: 2px;
	font-size: 12px;
background-color: #DCDEC0;
}

#navcol a {
	display: block;
	color: #0C3002;
	text-decoration: none;
	padding: 2px 5px;
}
#navcol a:hover, #navcol .here {
	background-color: #DCDEC0;
	color: #0D3103;
}


/* End of 'Style: Nav Menu' */

