#sidebar{
	margin-top: 40px;
	margin-left: 10px;
	width: 230px;
	float: left;
}
#sidebar .inner{
	margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0px;
}
	
#sidebar .ad {
	margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0px;
	height: 150px;
	text-align: center;
}
#sidebar .Menu {
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar .MenuButton {
	margin-top: 2px;
	text-align: left;
	line-height: 2.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 0em;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 0px;
	margin-left: 0em;
	width: 14.5em;
	padding-left: .5em;
}

#sidebar .MenuButton a:link {
	text-decoration: none;
	color: #3F3F3F;
}
#sidebar .MenuButton a:visited {
	text-decoration: none;
	color: #3F3F3F;
}
#sidebar .MenuButton a:hover {
	color: #000;
	text-decoration: underline;
}
#sidebar .MenuButton a:active {
	text-decoration: none;
	color: #7B89A6;
}
#sidebarfooter {
	margin-top: 15px;
	margin-left: 20px;
	width: 280px;
	float: left;
	color: #999;
}
