/*** 1st & 2nd level ***/

div#LeftNaviArea {
	position: absolute;
	top: 150px;
	width: 128px;
	/*
	height: 200px;
	background-color: #f0f0f0;*/
	border-bottom: 1px solid #d2d2d2;
}

div#LeftNaviArea div.navItem,
div#LeftNaviArea div.subNavItem {
	border-top: 1px solid #d2d2d2;
	line-height: 18px;
}

div#NavAdminLink {
	position: absolute;
	left: 30px;
	top: 130px;
}

div.navItem {
	width: 100%;
}

div.navItem a {
	color: black;
	margin-left: 30px;
}

div.subNavItem a.selected {
	color: red;
}

div.subNav {
	margin-left: 40px;
	width: 88px;
	margin-bottom: 3px; 
}


/*** shared with 3rd level ***/
div.subNavItem {
	width: 100%;
}

div.subNavItem a {
	color: #878787;
}


/*** 3rd level ***/

div#LeftSubNaviArea {
	position: absolute;
	border-top: 1px solid #d2d2d2;
	top: 150px;
	left: 146px;
	width: 129px;
}

div#LeftSubNaviArea div.subNavItem {
	width: 99px;
	border-bottom: 1px solid #d2d2d2;
	line-height: 18px;
}