@charset "utf-8";
/* CSS Document */

#left_nav {
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #1EB7DE;
	text-decoration: none;
	behavior:url(../style/csshover.htc);
	width: 181px;
	text-align: left;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#left_nav a{
	color: #1953A9;
	text-decoration: none;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(../images/left_a01.jpg);
	background-repeat: no-repeat;
	background-position: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	height: 11px;
	width: 13px;
	line-height: 20px;
}
#left_nav a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#left_nav ul{
	margin: 0px;
	padding: 0px;
}

#left_nav li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1751A8;
}
#left_nav ul li:hover ul {
	display: block;
}

#left_nav ul ul{
	display:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#left_nav ul ol{
	display:block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#left_nav ul ul li,#left_nav ul ol li{
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../images/left_bg02.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-bottom-style: none;
	height: 25px;
}
#left_nav ul ul li a,#left_nav ul ol li a{
	color: #0099FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	background-image: url(../images/left_a02.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 9px;
	line-height: 28px;
	padding-left: 50px;
	background-position: 40px;
}
#left_nav ul ul li a:hover,#left_nav ul ol li a:hover{
	color: #0099FF;
}
