/* Sidebar */ 
.log {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background-color: #FAFAFA;
	padding: 10px 10px;
	margin-bottom: 20px;
}

.log a {
	padding: 5px 23px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/img07.gif) no-repeat 0 11px;
}

.log a:hover {
	text-decoration: underline;
}

.user {
	background: url(images/online.png) no-repeat;
	padding-left: 18px;
	padding-bottom: 15px;
	color: #000000;
	font-size: 14px;
	margin-bottom: 20px;
}

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #F3F3F3 url(images/img06.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0 11px;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(images/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
	text-shadow:0px 0px #F3F3F3;
}
