/****************/
/* Sidebar */
/****************/
#Sidebar input
{
	margin: 0;
	padding: 0;
	font-size: 0.74em;
}

.SidebarWrapper
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.SidebarItem
{
	margin: 0px 0 0 0;
}
.SidebarHead, .SidebarHead a:link,.SidebarHead a:active,.SidebarHead a:visited
{
	width: 182px;
	height: 36;
	line-height: 36px;
	text-indent: 15px;
	display: block;
	color: rgb(255,255,255);
	font-size: 0.8em;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	letter-spacing: 2px;
	background-image: url("../images/lmenu_header.gif");
	background-repeat: repeat-x;	
}

.SidebarHead a:hover
{
	text-decoration: underline;
	color :White;
}
.SidebarContent
{
	background-color: rgb(230,237,249);
 	display: block;
	padding: 5px 12px 7px 17px;
	font-size: 0.74em;
	color: rgb(77,77,77);
	letter-spacing: 1px;
}

.SidebarContent a, .SidebarContent a:link, .SidebarContent a:active, .SidebarContent a:visited
{
	color: rgb(38,45,126);
	text-decoration: none;
}
.SidebarContent a:hover
{
	color: rgb(255,72,90);
	text-decoration: underline;
}