body {
	background:#bbb8b2;
}
#body {
	background:#bbb8b2 url(/img/d07/bg/default/bg.jpg) repeat-x;
}
#container {
	background:url(/img/d07/bg/default/dropshadow.jpg) top center no-repeat;
	height: 600px;
}
#ft {
	background: #fff url(/img/d07/bg/default/ft.gif) no-repeat bottom;
}

#sidebar ul li {
	background-color: #eae8dd;
}

#sidebar ul li.hd {
	text-align: left;
	background-color: #797878;
	font-weight: bold;
	color: #fff;
	border: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	width: 146px;
}

#sidebar ul li.hd a {
	/*background: url(/img/d07/bg/spring/arrow.gif) no-repeat right;*/
	width: 130px;
	color: #fff;
}

#sidebar ul li.hd a:hover {
	background-color: #bbb8b2;
	font-weight: bold;
	color: #fff;
}

#sidebar ul li {
	border-top: 1px solid #d4d2ca;
}

#sidebar ul li.firstlink {
	border-top: 0px;
}

#sidebar ul li a {
	/*background: url(/img/d07/bg/spring/arrow.gif) no-repeat right;*/
	color: #000;
}

#sidebar ul li a:hover {
	background-color: #faf8eb;
}

/* Matches selected menu items */

/* .yuimenubaritem a.selected */
.yuimenuitem a.selected {

    background-color:#96c93d;
    text-decoration:none;
	color:#fff;
}