/* --------------------------------------- MENU CONTAINER STYLES --------------------------------------- */
.ncleftmenu {
	position:relative;
	width:178px;
	margin:0px 0px 0px 0px;
	color:#ffffff;
	background-color:#ffffff;
	overflow:visible;
}

.ncleftmenu a {
	color:#ffffff !important;
	text-decoration:none !important;
}


/* --------------------------------------- MENU GLOBAL STYLES --------------------------------------- */

/* ----------- header ---------------- */
.ncleftmenu .ncleftmenu_header {
	width:178px;
	position:relative;
	top:0px;
	left:0px;
	margin:0px 0px 1px 0px;
	font-weight:bold;
}

	/* bullet (valign trick) */
	.ncleftmenu .ncleftmenu_header .ncleftmenu_bullet {
		width:1px;
		height:21px;
		vertical-align:middle;
		margin:0px 2px 0px 2px;
	}

	/* left corner */
	.ncleftmenu .ncleftmenu_header .ncleftmenu_left {
		width:178px;
		background-position:left top;
		background-repeat:no-repeat;
	}
	
	/* right corner */
	.ncleftmenu .ncleftmenu_header .ncleftmenu_right {
		width:178px;
		background-position:right top;
		background-repeat:no-repeat;
	}

table.ncleftmenu_row {
	width:178px;
}

	table.ncleftmenu_row td.ncleftmenu_row_bullet {
		vertical-align:middle;
		padding:0px;
	}
	
	table.ncleftmenu_row td.ncleftmenu_row_title {
		width:178px;
		vertical-align:middle;
		padding:0px;
		overflow:hidden;
	}
	
	table.ncleftmenu_row td.ncleftmenu_row_icon {
		vertical-align:middle;
		padding:0px;
	}

/* ----------- root ---------------- */
/* unexpandable control for root */
.ncleftmenu .ncleftmenu_rootunexpandable {
	width:178px;
	position:relative;
	top:0px;
	left:0px;
}

/* expandable control for root */
.ncleftmenu .ncleftmenu_rootexpandable {
	width:178px;
	position:relative;
	top:0px;
	left:0px;
}
	
	/* selected overrides */
	.ncleftmenu .selected .ncleftmenu_root .ncleftmenu_left {
		background-image:none !important;
	}
	
	.ncleftmenu .selected .ncleftmenu_root .ncleftmenu_right {
		background-image:none !important;
	}

/* root [generic] */

/* bullet selected */
.ncleftmenu .ncleftmenu_root .ncleftmenu_selected {
	height:21px;
	width:10px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(images/root_selected.gif);
	vertical-align:middle;
	margin:0px 2px 0px 2px;
}

/* bullet unselected */
.ncleftmenu .ncleftmenu_root .ncleftmenu_unselected {
	height:21px;
	width:1px;
	vertical-align:middle;
	margin:0px 2px 0px 2px;
}

/* has children */
.ncleftmenu .ncleftmenu_root .ncleftmenu_hasmore {
	float:right;
	width:10px;
	background-repeat:no-repeat;
	background-position:center center;
	vertical-align:middle;
	margin:0px 2px 0px 1px;
}
	
/* root [idle] */
.ncleftmenu .ncleftmenu_root {
	width:178px;
	position:relative;
	top:0px;
	left:0px;
	margin:0px 0px 1px 0px;
	cursor:pointer;
	overflow:visible;
}

	/* left corner [idle] */
	.ncleftmenu .ncleftmenu_root .ncleftmenu_left {
		width:178px;
		background-position:0px bottom;
		background-repeat:no-repeat;
	}
	
	/* right corner [idle] */
	.ncleftmenu .ncleftmenu_root .ncleftmenu_right {
		width:178px;
		background-position:0px bottom;
		background-repeat:no-repeat;
	}
	
/* root [hover] */
.ncleftmenu .ncleftmenu_root:hover, .ncleftmenu .ncleftmenu_root__hover {
	width:178px;
	position:relative;
	top:0px;
	left:0px;
}

	/* left corner [hover] */
	.ncleftmenu .ncleftmenu_root:hover .ncleftmenu_left, .ncleftmenu .ncleftmenu_root__hover .ncleftmenu_left {
		width:178px;
		background-position:-178px bottom;
		background-repeat:no-repeat;
	}
	
	/* right corner [hover] */
	.ncleftmenu .ncleftmenu_root:hover .ncleftmenu_right, .ncleftmenu .ncleftmenu_root__hover .ncleftmenu_right {
		width:178px;
		background-position:-178px bottom;
		background-repeat:no-repeat;
	}
	
/* ----------- items ---------------- */
/* submenu container */
.ncleftmenu .ncleftmenu_submenu {
	position:relative;
	top:0px;
	left:0px;
	width:178px;
}
	/* items container */
	.ncleftmenu .ncleftmenu_submenu .ncleftmenu_items {
		width:178px;		
	}
		
		/* item bullet */
		.ncleftmenu .ncleftmenu_items .ncleftmenu_item .ncleftmenu_bullet {
			width:16px;
			height:21px;
			background-image:url(images/item_bullet.gif);
			background-repeat:no-repeat;
			background-position:center center;
			vertical-align:middle;
			margin:0px;
		}
		
		/* item [idle] */
		.ncleftmenu .ncleftmenu_items .ncleftmenu_item {
			width:178px;
			margin:0px 0px 1px 0px;
			cursor:pointer;
		}
		
			/* item left corner [idle] */
			.ncleftmenu .ncleftmenu_items .ncleftmenu_item .ncleftmenu_left {
				width:178px;
				background-position:0px bottom;
				background-repeat:no-repeat;
			}
			
			/* item right corner [idle] */
			.ncleftmenu .ncleftmenu_items .ncleftmenu_item .ncleftmenu_right {
				width:178px;
				background-position:0px bottom;
				background-repeat:no-repeat;
			}
			
		/* item [hover] */
		.ncleftmenu .ncleftmenu_items .ncleftmenu_item:hover, .ncleftmenu .ncleftmenu_items .ncleftmenu_item__hover {
			width:178px;
		}
		
			/* item left corner [hover] */
			.ncleftmenu .ncleftmenu_items .ncleftmenu_item:hover .ncleftmenu_left, .ncleftmenu .ncleftmenu_items .ncleftmenu_item__hover .ncleftmenu_left {
				width:178px;
				background-position:-178px bottom;
				background-repeat:no-repeat;
			}
			
			/* item right corner [hover] */
			.ncleftmenu .ncleftmenu_items .ncleftmenu_item:hover .ncleftmenu_right, .ncleftmenu .ncleftmenu_items .ncleftmenu_item__hover .ncleftmenu_right {
				width:178px;
				background-position:-178px bottom;
				background-repeat:no-repeat;
			}