 
#sidebar
{
	overflow: hidden;
	height: 380px;
	float: left;
	width: 214px;
	margin: 0px;
	padding: 0px;
}

#sidebar dl
{
	margin: 6px 0px 0px 0px;
}

#sidebar dt
{
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 16px;
}

#sidebar dt.on
{
	background: #CA5C77 url(http://panel.domestika.com//panelcontrol//img/domestika/menu_bullet_on.gif) no-repeat 2%;
}

#sidebar dt.off
{
	background: #CA5C77 url(http://panel.domestika.com//panelcontrol//img/domestika/menu_bullet_off.gif) no-repeat 2%;
}

#sidebar dd
{
	padding: 3px 0px 3px 0px !important;
	background-color: #FBE0E5;
	border-top: 1px solid #F6FAFE;
	padding /**/:0px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active
{
	padding: 3px 0px 3px 11px;
	width: 100%;
	color: #B20A2B;
	text-decoration: none;
}

*html #sidebar a:hover
{
	background-color: #FEBCCA;
	text-decoration: none;
}

#sidebar dd:hover
{
	background-color: #FEBCCA;
	text-decoration: none;
}

#sidebar .current
{
	width: 100%;
	background-color: #FEBCCA;
}
