
/* http://www.lunixsys.com/navbar/sitemap.css */

/* DIV for main body content sitemap section */
DIV.mbcsms {
	/* IE can't handle this. */
	/* margin-top:	1.5ex; */
}

/* DIV for main body content sitemap section lines */
DIV.mbcsmsl {
}

/* As that hold sitemap summary lines */
A.smsl:hover    { background: #def; border: 1px solid #bcf; }
A.smsl:active   { background: #abf; }
A.smsl {
	border:		1px solid #fff;
	clear:		left;
	display:	block;
	float:		left;
	max-width:	25ex;
	min-width:	20ex;
	width:		25%;
}

/* SPANs that hold sitemap summary lines */
SPAN.smsl:hover { background: #def; border: 1px solid #bcf; }
SPAN.smsl {
	border:		1px solid #fff;
	clear:		left;
	display:	block;
	font-weight:	bold;
	float:		left;
	max-width:	25ex;
	min-width:	20ex;
	width:		25%;
}

/* SPANs that hold sitemap summary descriptions */
SPAN.smsd {
	border:		1px solid #fff;
	clear:		right;
	display:	block;
	float:		right;
	width:		70%;
}
