/****************/
/* Sidebar */
/****************/

.SidebarWrapper
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:203px;
	
}
.SidebarItem
{
	margin:0 0 8px 0;
	padding:0 0 22px 0;
	background-image:url(../images/sidebar_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.SidebarHead
{
    background-image:url(../images/sidebar_head.jpg);
    background-repeat:no-repeat;
    background-color:Transparent;
    padding:7px 0 0 10px;
    color:White;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    height:23px;
}
.SidebarHead a
{
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
	text-decoration   : none;
	color:White;
}
.SidebarHead a:hover
{
	text-decoration   : underline;
	color:White;
}
.SidebarContent
{
	background-color:rgb(186,191,221);
 	display: block;
	padding: 8px 3px 0px 10px;
	margin:1px 0;
	overflow:hidden;
	font-family:Arial;
	font-size:0.75em;
}
/* SidebarNav*/
.SidebarNavWrapper
{
	
	margin: 0;
	padding: 0;
	
}
.SidebarNavItem
{ 
	 background-color: #99CCFF; }
.SidebarNavItemSelected
{ 
	 background-color: RED; }

