#sidebar {
	position:absolute;
	top:0px;
	left:530px;
	width:175px;
	padding-top:5px;
	border-top:1px solid #ECECEC;
	border-bottom:1px solid #ECECEC;
	background-color: #FFF;
}

#sidebar h2 {
    color: #666;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar h3 {
	color: #4169E1;
	font-size: 100%;
	border: none;
	background-color: #35c63c;
	background-image: none;
	font-weight: bold;
	padding-left: 0px
	}
#sidebar h3 a:hover {
	color: #0033CC;
	font-weight: bold;
	
	}
#sidebar h3 a:link, h3 a:visited {
	font-size: 100%;
	text-decoration: none;
	border-bottom: none;
	color: #696969;
	font-weight: bold;
	}

#sidebar h4 {
	color: #6495ED;
	font-size: 100%;
	border: none;
	background-color: #879CEB;
	background-image: none;
	}
#sidebar h4 a:hover {
	color: #32CD32;
	font-size: 100%;
}
#sidebar h4 a:link  {
	color: #6495ED;
	font-size: 100%;
}
#sidebar h4 a:visited {
	color: #fff;
	font-size: 100%;
	background: #879CEB;
}
