/* CSS Document */

.left_menu {
	padding-left:6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width:192px;
}
.left_menu p{
	padding-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width:192px;
}

.left_menu ul, .left_menu li{
	list-style:none;
	margin:0px;
	padding:0px;
}

.left_menu li.level1{
	background-attachment: scroll;
	background-image: url(../images/bullet_level1_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	padding:0px;
	list-style:none;
}
*html .left_menu_down li.level1{
	background-image: url(../images/bullet_level1_left.gif);
/*	background-image: url(../images/bullet_level1_left_ie.gif); */
}

.left_menu b a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DC1E44;
	text-decoration: none;
	padding-left:13px;
	background-attachment: scroll;
	background-image: url(../images/bullet_level1_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.left_menu b a:hover{
	text-decoration: underline;
}