.nav_container
{
	background-color:#FFF;
	padding:3px 3px 10px;
	width:165px;
	position: relative;
	z-index: 0;
	
	margin:10px;
}

.nav_container .corner
{
	height:10px;
	width:10px;
}

.nav_container .lt
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url("/images/corners/tl.png");
	background-repeat: no-repeat;
}

.nav_container .rt
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	background-image: url("/images/corners/tr.png");
	background-repeat: no-repeat;
}

.nav_container .lb
{
	position: absolute;
	bottom:0px !important;
	bottom: -9px;
	left: 0px;
	z-index: 1;
	background-image: url("/images/corners/bl.png");
	background-repeat: no-repeat;
}

.nav_container .rb
{
	position: absolute;
	bottom:0px !important;
	bottom: -9px;
	right: 0px;
	z-index: 1;
	background-image: url("/images/corners/br.png");
	background-repeat: no-repeat;
}
