/* HOME NAV CSS Document */

/* ====================================================================  MY HOME NAV STYLES  */
#outerWrapper #contentWrapper #HomeNav {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 14px; /* diff */
	margin: 0px;
	padding: 0px;
}
#outerWrapper #contentWrapper #HomeNav .sublink {
	font-size: 11px; /* diff */
	text-indent: 10px;	
}

#outerWrapper #contentWrapper #HomeNav table {
	
	 /* diff width: 200px; float: left;*/
}
#outerWrapper #contentWrapper #HomeNav td {
	height: 25px; /* diff */
	display: block;
	vertical-align: middle;
	/* text-align: right;*/
	line-height: 25px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #HomeNav a {
	color: #703838;
	font-weight: bold;
	border: solid 1px #ddd7bf;
	text-decoration: none;
	height: 100%;
	display: block;
	padding: 0px 10px 0px 10px;
}
#outerWrapper #contentWrapper #HomeNav td a:hover {
	color: #5A2E2E;
	font-weight: bold;
	background: #EFECE0 url(/media/images/btn_bkgd.gif); /* CEECD3 - green */
	border: solid 1px #666;
	height: 100%;
	display: block;
	vertical-align: middle;
	line-height: 25px; /* diff */
	text-decoration: none;
}
#outerWrapper #contentWrapper #HomeNav td a.active {
	color: #5A2E2E;
	font-weight: bold;
	background: #EFECE0 url(/media/images/btn_bkgd.gif); /* CEECD3 - green */
	border: solid 1px #666;
	height: 100%;
	display: block;
	vertical-align: middle;
	line-height: 25px; /* diff */
}
/* ====================================================================  END NAV STYLES  */
