@charset "UTF-8";
/* CSS Document */

	/* level 1 */
ul#nav {
	background:transparent url(images/navBG.gif) repeat-y scroll 0% 0%;
	color:#000;
	float:left;
	font:normal 16px "Times New Roman", Times, serif;
	list-style-type:none;
	margin:0;
	padding:0 0 0 2px;
	width:200px;
	}
ul#nav li {
	float:left;
	margin:0;
	width:200px;
	}
ul#nav li a {
	background:#59636a url(images/menuLv1BG.gif) repeat-x scroll 0% 100%;
	color:#fff;
	float:left;
	font:normal 16px "Times New Roman", Times, serif;
	padding:8px 10px 8px;
	text-decoration:none;
	width:180px;
	}
ul#nav li a:hover {
	background-color:#3e494e;
	}
	
ul#nav li.selected a {
	background-color:#3e494e;
	}

	/* level 2 */
ul#nav li.selected ul {
	color:#000;
	float:left;
	font:normal 12px Tahoma, Arial, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
	width:200px;
	}
ul#nav li.selected ul li {
	float:left;
	margin:0;
	width:200px;
	}
ul#nav li.selected ul li a {
	background-color:#8d9ca3;
	background-image:none;
	border-bottom:solid 1px #fff;
	color:#fff;
	float:left;
	font:normal 12px Tahoma, Arial, sans-serif;
	padding:8px 10px 4px;
	text-decoration:none;
	width:180px;
	}
ul#nav li.selected ul li a:hover {
	color:#000;
	}
ul#nav li.selected ul li.selected a {
	color:#000;
	}

	/* level 3 */
ul#nav li.selected ul li.selected ul {
	color:#fff;
	float:left;
	font:normal 12px Tahoma, Arial, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
	width:200px;
	}
ul#nav li.selected ul li.selected ul li {
	float:left;
	margin:0;
	width:200px;
	}
ul#nav li.selected ul li.selected ul li a {
	background-color:#c9d6da;
	border:none;
	color:#000;
	float:left;
	font:normal 12px Tahoma, Arial, sans-serif;
	padding:5px 10px;
	text-decoration:none;
	width:180px;
	}
ul#nav li.selected ul li.selected ul li a:hover {
	background-color:#e0e5e8;
	}
ul#nav li.selected ul li.selected ul li.selected a {
	background-color:#e0e5e8;
	}

	/* level 4 */
ul#nav li.selected ul li.selected ul li.selected ul {
	color:#fff;
	float:left;
	font:normal 11px Tahoma, Arial, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
	width:200px;
	}
ul#nav li.selected ul li.selected ul li.selected ul li {
	float:left;
	margin:0;
	padding:0;
	width:200px;
	}
ul#nav li.selected ul li.selected ul li.selected ul li a {
	color:#000;
	float:left;
	font:normal 11px Tahoma, Arial, sans-serif;
	padding:3px 10px 3px 20px;
	text-decoration:none;
	width:170px;
	}
ul#nav li.selected ul li.selected ul li.selected ul li a:hover {
	text-decoration:underline;
	}
ul#nav li.selected ul li.selected ul li.selected ul li.selected a {
	text-decoration:underline;
	}