﻿


.Sidebar
{
    width:180px;
    z-index:10;
    position:relative;
}

.Sidebar b
{
    border-bottom:dotted 1px gray;
    width:90%;
    display:block;
}

.Sidebar a
{	
    position: relative;
    padding: 3px 0px;

	display: block;
	margin: 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #666666;
	font-weight:bold!important;
	font: 11px arial;
}

.Sidebar a:hover
{	
    background: #EEEEEE;
}
