.navWidget div.top {
	background: transparent url("../img/navs/navEdges.png") no-repeat 0 0;
	clear: both;
	height: 22px;
	width: 181px;
}
.navWidget div.main {
	background: transparent url("../img/navs/navMain.png") repeat-y top left;
	clear: both;
	padding-top: 5px;
	width: 181px;
}
.navWidget div.bottom {
	background: transparent url("../img/navs/navEdges.png") no-repeat 0px -22px;
	clear: both;
	height: 22px;
	margin-bottom: 10px;
	width: 181px;
}