#home_content {
	padding-top: 10px;
	padding-bottom:2px;
	text-align:left;
	height: 540px;
	padding-left:10px;
}
* html #home_content {
	padding-top: 10px;
	padding-bottom:2px;
	text-align:left;
	height: 540px;
	padding-left:7px;
}
.home_panel {
	float: left;
	min-height: 558px;
	height:auto !important;
	height:558px;
	width: 133px;
	margin-right: 9px;
	border: 1px solid #CCCCCC;
	padding-bottom:5px;
	margin-bottom:5px;
}
* html .home_panel {
	float: left;
	height: 540px;
	width: 133px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding-bottom:5px;
	margin-bottom:5px;
}
.panel_title {
	color: #0066cc;
	font-weight: bold;
	padding: 5px;
	height:57px;
}
.panel_links {
	margin:0px;
	padding:0px;
	margin-top:5px;
	padding-bottom:5px;
	padding-top:5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:2px;
	list-style:none;
}
.panel_links li {
	border-bottom: 1px solid #e9e9e9;
	margin-right:4px;
	margin-left:4px;	
	clear:both;
	line-height:33px;
}
.panel_links li a {
	text-decoration:none;
	padding-left:18px;
	background:url(../images/home/bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-top:3px;
	padding-bottom:4px;
}
.panel_links li a:hover {
	text-decoration:none;
	background:url(../images/home/bullet_over.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-top:3px;
	padding-bottom:4px;
	color:#0066cc;
}
