#leftmenu {
	height: auto;
	width: 180px;
}
#left_top {
	background-image: url(../images/left_top.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	width: 180px;
	position: relative;
}
#left_bottom {
	background-image: url(../images/left_bottom.jpg);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	height: 19px;
	width: 180px;
	position: relative;
}
#left_middle {
	background-image: url(../images/left_middle.jpg);
	background-repeat: repeat-y;
	clear: left;
	float: left;
	height: auto;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	padding-left: 30px;
}
.subtitle {
	font-family: sans-serif;
	color: #808080;
	float: left;
	height: auto;
	width: 134px;
	position: relative;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
}
.subtitle:hover {
	font-family: sans-serif;
	color: #FFF;
	float: left;
	height: auto;
	width: 134px;
	position: relative;
	font-size: 14px;
	background-image: url(../images/btn_left2.jpg);
	background-repeat: repeat-y;
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
}
.subtitlelink {
	font-family: sans-serif;
	color: #FFF;
	float: left;
	height: auto;
	width: 134px;
	position: relative;
	font-size: 14px;
	background-image: url(../images/btn_left.jpg);
	background-repeat: repeat-y;
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
}

