@charset "utf-8";

/* left */
#sideNav {
	top: 50px;
	width: 222px;
	float: left;
	position: fixed;
	height: 100%;
	z-index: 3;
	font-size: 1.2em;
	background: url("../images/left_bg.gif");
}

.sideNavControl {
	position: absolute;
	right: 1px;
	display: block;
	cursor: pointer;
	bottom: 2px;
}

#closeControl {
	float: left;
	position: relative;
	width: 5px;
	height: 83px;
	cursor: pointer;
}

.leftMenu {
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	width: 221px;
	background: #e7e7e7;
	height: 92%;
}

.leftMenu ul,li {
	list-style: none;
}

.leftMenu li {
	line-height:200%;
	display: block;
}

.leftMenu a {
	display: block;
	text-decoration: none;
	color: black;
	width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.leftMenu a:HOVER {
	display: block;
	text-decoration: none;
	color: #008fd5;
	font-weight: bold;
	width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.leftMenu .selected {
	display: block;
	text-decoration: none;
	color: white;
	background: #008fd5;
	width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.leftMenu .selected a {
	color: white;
	width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.leftMenu .level1>a {
	cursor: pointer;
	display: block;
	padding: 6px 0;
	font-weight: bold;
	font-size: 14px;
	width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.leftMenu .extend.level1>span {
	background: url("../images/left_menu_close.gif");
	cursor: pointer;
	display: block;
	/* border-bottom: 1px solid #c3c2c4;*/
	padding: 6px 0;
	font-weight: bold;
	font-size: 14px;
	width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.leftMenu .active.level1>span {
	background: url("../images/left_menu_open.gif");
	cursor: pointer;
	display: block;
	/* border-bottom: 1px solid #c3c2c4;*/
	padding: 6px 0;
	font-weight: bold;
	font-size: 14px;
	width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.leftMenu .extend.level2>span {
	background: url("../images/left_submenu_close.gif");
	cursor: pointer;
	display: block;
	width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.leftMenu .active.level2>span {
	background: url("../images/left_submenu_open.gif");
	cursor: pointer;
	display: block;
	width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.leftMenu .extend.level3>span {
	cursor: pointer;
	display: block;
	width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.leftMenu .active.level3>span {
	cursor: pointer;
	display: block;
	width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.leftMenu .level1>a,.leftMenu .level1>span {
	text-indent:15px;
}

.leftMenu .level2>a,.leftMenu .level2>span {
	text-indent:25px;
}

.leftMenu .level3>a,.leftMenu .level3>span {
	text-indent: 40px;
}

.leftMenu .level4>ul li {
	text-indent: 64px;
}
