﻿#body #sidebar {
	margin-left: 0px;
	background-image: url(../images/background_left.gif);
	background-repeat: repeat-y;
	width: 270px;
	float: left;
}

#body #sidebar #top {
	position: relative;
	top: 0px;
	background-image: url(../images/background_top_left.gif);
	background-repeat: no-repeat;
	height: 75px;
	padding-top: 40px;
}


#body #sidebar #bottom {
	position: relative;
	bottom: 0px;
	background-image: url(../images/background_left_bottom.gif);
	background-repeat: no-repeat;
	height: 78px;
}

#body #sidebar #content {
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
	top: -75px;
}

#body #sidebar #content .item {
	margin-bottom: 25px;
}

#body #sidebar #content .subtitle {
	font-size: 0.70em;
	line-height: 1.5em;
}

#body #sidebar #content .text {
	font-size: 0.70em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#body #sidebar #content .menucontent .subtitle {
  background-image: url(../images/dot.gif);
  background-position: 2px 5px;
  background-repeat: no-repeat;
  padding-left: 18px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 0.8em;
}

#body #sidebar #content .menucontent .text {
  display: none;
}

#body #sidebar #content .menucontent .selected {
  font-weight: bold;
}

#body #sidebar #content .menucontent .subtitle:hover {
  background-image: url(../images/dot_hover.gif);
}

#body #sidebar #content .menucontent .text {
  margin-bottom: 17px;
  padding-left: 18px;
}