/* CSS Document */
* {
	margin:0;
	padding:0;
}

#menu_left {
	width:198px;
	border:1px solid #cccccc;
	margin-left: 4px;
}

ul {
	width:198px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li.menu_top{
	height:31px;
	line-height:31px;
	background-color:#CCCCCC;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(../image/back_menutop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
}

li.tab {
	height:31px;
	line-height:31px;
	background-color:#ffffff;
	text-align: left;
	margin: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B7B7B7;
	font-size: 12px;
}

li.tab_end {
	height:31px;
	line-height:31px;
	background-image:url(../image/tab_left.gif);
	background-repeat:repeat-x;
	text-align: left;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B7B7B7;
	font-size: 12px;
}
