
/* http://www.gnifty.net/navbar/sitemap.css */

/* DIV for main body content sitemap section */
DIV.mbcsms {
	/* nothing currently */
}

/* DIV for main body content sitemap section lines */
DIV.mbcsmsl {
	border:		0px;
	border-bottom:	1px solid #a80;  /* 2/3 of gold */
}

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

/* SPANs that hold sitemap summary lines */
SPAN.smsl:hover { background-color: #206; }
SPAN.smsl {
	clear:		left;
	display:	block;
	float:		left;
	font-weight:	bold;
	max-width:	30ex;
	min-width:	25ex;
	padding-top:	3px;
	width:		30%;
}

/* SPANs that hold sitemap summary descriptions */
SPAN.smsd {
	clear:		right;
	display:	block;
	float:		right;
	padding-top:	3px;
	width:		70%;
}

