#tblMenuDivider{
	margin:0px;
	width:100%;
}
#tblMenuDivider .content > :first-child{
	margin-top:0px;
}
#tblMenuDivider .menu, #tblMenuDivider .content{
	vertical-align:top;
}
.sideMenu h1{
	border-bottom:1px solid #BBB;
	color:#000;
	display:block;
	font-family:Tahoma;
	font-size:11pt;
	margin-top:6px;
	margin-bottom:0px;
}
.sideMenu a{
	color:#00F;
	display:block;
	font-family:Tahoma;
	font-size:10pt;
	font-weight:normal;
	margin-left:5px;
	text-decoration:none;
}
.sideMenu a:hover{
	color:#F00;
}
.sideMenu * a{
	margin:auto;
}
.sideMenu a.good{
	font-weight:bold;
}
.sideMenu a.homeMenu{
	background-image:url('http://gotochriswest.com/menu/home_blue.gif');
	background-repeat:no-repeat;
	padding-left:18px;
	margin-left:0px;
}
.sideMenu a:hover.homeMenu{
	background-image:url('http://gotochriswest.com/menu/home_red.gif');
}
