/* CSS Document */

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

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

.left_menu_up 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_up li.level1{
	background-image: url(../images/bullet_level1_left.gif);
/*	background-image: url(../images/bullet_level1_left_ie.gif); */
}

.left_menu_up a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DD1D42;
	text-decoration: none;
	padding-left:13px;
}
.left_menu_up a:hover{
	text-decoration: underline;
}