@CHARSET "UTF-8";

#leftmenu {
	width: 271px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#leftmenu a {
	display: block;
	width: 271px;
	margin: 0px;
	padding: 0px;
	background-position: top left;
	text-align: left;
}

#leftmenu a:hover {
	width: 271px;
	background-position: bottom left;
}

#leftmenu .top {
	height: 58px;
	background-image: url("../images/leftmenu/background_top.gif");
}

#leftmenu .center {
	height: 58px;
	background-image: url("../images/leftmenu/background_center.gif");
}

#leftmenu .bottom {
	height: 55px;
	background-image: url("../images/leftmenu/background_bottom.gif");
}

#leftmenu .top_active {
	height: 58px;
	background-image: url("../images/leftmenu/background_top_active.gif");
}

#leftmenu .center_active {
	height: 58px;
	background-image: url("../images/leftmenu/background_center_active.gif");
}

#leftmenu .bottom_active {
	height: 55px;
	background-image: url("../images/leftmenu/background_bottom_active.gif");
}

#leftmenu a span {
	display: block;
	width: 206px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	line-height: 55px;
	text-align: right;
	cursor: pointer;
}