div.sidebar-container-left {
    position:fixed;
    top:0px;
    left:0px;
	background-color:#080808;
	border-top:1px solid #111111;
	border-right:1px solid #999999;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
}
div.sidebar-container-left_home {
width:200px;
height:100%;
    position:fixed;
    top:0px;
    left:0px;
	line-height:0;
	background-color:#080808;
	border-top:1px solid #111111;
	border-right:1px solid #999999;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
}

div.sidebar-inject-left {
    position:absolute;
    background:url("../img/common/navi_inject.gif") top no-repeat;
    top:0px;
    right:0px;
}

div.sidebar-body {
	margin:0;
    position:absolute;
    top:0px;
    left:0px;
	color:#FFFFFF;
}

ul.sidebar-menu {
	list-style:none;
	line-height:0;
}