#menu {
	position: absolute;
	background-color: #202020;
	width: 195px;
	height: 100%;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
}

#tb {
	width: 195px;
	height: 125px;
	left: 0px;
	top: 0px;
}

#ts {
	background: #005500;
	width: 195px;
	height: 30px;
	line-height: 30px;
	color: #f90;
	padding-left: 25px;
	border-bottom: 1px solid #303030;
}

p{
	background: #404040;
	height: 30px;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #303030;
	color: yellow;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px
}


#menu a {
	background: #404040 url('zs.gif') no-repeat 10px center;
	height: 30px;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #303030;
	color: #d5d5d5;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px
}

#menu a:hover {
	background: #a00 url('linkarrow.png') no-repeat right center;
	color: #ff0;
	text-decoration: none
}

#leftzk {
	position: absolute;
	background: url(c.gif) no-repeat center center;
	width: 7px;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 99;
	cursor: hand;
}

#leftsh {
	position: absolute;
	background: url(o.gif) no-repeat center center;
	width: 7px;
	height: 100%;
	left: 195px;
	top: 0px;
	cursor: hand;
	z-index: 99;
	display: none;
}

#playbox {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 100%;
	top: 0px;
}

#rightzk {
	position: absolute;
	background: url(o.gif) no-repeat center center;
	width: 7px;
	height: 100%;
	right: 0px;
	top: 0px;
	cursor: hand;
	z-index: 99
}

#rightsh {
	position: absolute;
	background: url(c.gif) no-repeat center center;
	width: 7px;
	height: 100%;
	right: 195px;
	top: 0px;
	cursor: hand;
	display: none;
	z-index: 99
}

#list {
	position: absolute;
	background-color: #202020;
	width: 195px;
	height: 100%;
	display: none;
        top:0px;
        right:0px;
	overflow-x: hidden;
	overflow-y: auto;
}
