/* menucol stuff in ExpA -- shared with other ExpA websites -- Cascading Style Sheet */

/* depends on "../base/menucol.css" */

/*-----------------------------------------------------
list of classes
*/

p.menucol-list-header,
p.menucol-list-item,
p.menucol-item,
td.menucol-list,
td.menucol-item,
.menucol-list-header,
.menucol-list-item,
.menucol-item {

}

/*-----------------------------------------------------
list of classes less frequently used
*/
td.menucol-menu-column,
td.menucol-padding-column {
	  
}

/*---------------------------------------------------------
visibility + background color
*/

td.menucol-menu-column {
	background-color: rgb(224,218,184);
}
/*
	background-color: rgb(224,218,184); = #E0DAB8; light-tan-ish
	background-color: rgb(204,204,204); = #CCCCCC; lightish-gray
*/

/*---------------------------------------------------------
font size
*/

	/* inherit from ../ksr/menucolcss */

/*---------------------------------------------------------
font family, weight, color, emphasis
*/

	/* inherit from ../ksr/menucolcss */

/*---------------------------------------------------------
vertical margins + padding
*/

	/* inherit from ../ksr/menucolcss */

/*---------------------------------------------------------
horizontal layout + margins + padding
*/

	/* inherit from ../ksr/menucolcss */

/*---------------------------------------------------------
image + spacers
*/

img.menucol-spacer-width-font {
	font-family: Arial,Helvetica,sans-serif; 
	font-size: x-small; 
   	width: 7.8em;
}
/* 
95 pixels for button, plus keeps it centered 
  until proportional padding drops below 2 pixels 
*/
img.menucol-spacer-width-pixel {
   	width: 110px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------
print: begin print media overrides
*/

@media print {

	/*-----------------------------------------------------
	font size: 
	Define the font sizes of these classes in a reasonable 
	relationship to the base body font.
	*/

		/* inherit from ../ksr/menucolcss */

} /* end print media overrides */
/*-----------------------------------------------------
print: end print media overrides
*/
/*-----------------------------------------------------*/