/* Begin: Outer container div, which has the borders */
.pageNavContainer{
	background-color: #e7f7e7;
	border: 1px solid #e7f7e7;
	width: 180px;
	margin: 0 0 20px 0;
	padding: 0px;
}

html>body .pageNavContainer{
width: 178px;
}
/* End: Outer container div, which has the borders */
/* Begin: Inner container div, which has the margins */
.pNavInner{
	width: 158px;
	padding: 6px 2px 7px 9px;
	margin: 0;
}
/* End: Inner container div, which has the margins */


