.adsense {
	clear: both;
	padding-top:10px;
}

#links ul {
	list-style-type:none;
	width: 266px;
	margin:0px;
	padding:0px;
}

#leftMenu {
   width:266px;
   float:left;
   margin:0px;
}

* html #links li a {
	width: 266px;
}

#links li a {
	display:block;
	color:#84786f;
    font-size:11px;
	padding-top:28px;
	text-decoration: none;
	background-image:url(images/mach_off.gif);
	background-repeat:no-repeat;
}

#links li a:hover {
	padding-top:28px;
	background-image:url(images/mach_on.gif);
	background-repeat:no-repeat;
}

#links li a.comroof {
	display:block;
	color:#84786f;
    font-size:11px;
	padding-top:28px;
	padding-bottom:12px;
	text-decoration: none;
	border-bottom:1px solid #f0f0f0;
	background-image:url(images/mach_off.gif);
	background-repeat:no-repeat;
}

#links li a.comroof:hover {
	padding-top:28px;
	padding-bottom:12px;
	border-bottom:1px solid #f0f0f0;
	background-image:url(images/mach_on.gif);
	background-repeat:no-repeat;
}

#links p {margin-top:0px; margin-bottom:7px;}


