/* Start of CMSMS style sheet 'NAV-MULTI-COLUMN' */
/* MULTI-COLUMN LIST

*** NOTES ***
[2005-09-20 bsweeney]
Please refer to the accompanying manual for information about how to implement.
*/

.mclList, .mclList * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
font-size: 13px;
color: #0000B2;
line-height: 24px;
font-weight: bold;
text-decoration: none;
padding-left:12px;

}

.mclList, .mclList img {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.mclList {
	width: 100%;
	margin: 0em;
	padding: 0em;
	display: block;
	list-style-type: none;
}

.mclList li {
	width: 100%;
	margin: 0em;
	padding: 0em;
	display: block;
	list-style-type: none;
}

.currentpage{
background: url(johnmorganletshomemedia/menutitlearrownomerge.gif) no-repeat;
background-position: 2px;
}
/* End of 'NAV-MULTI-COLUMN' */

