@charset "utf-8";
/**************************************/
/* formatting #menu div and level 1 ul */
/**************************************/
.mright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 35px 0px;
}
.mright ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}
.mright li {margin-bottom:10px;}
.mright a {font-weight:normal;}
/**************************************/
/* formatting the <h2> headings and the <a> anchors */
/**************************************/

.mright a, .mright h3 {
	font-size:11px;
	font-weight: normal;
	color:#3562AA;
	display: block;
	text-decoration:none;
	padding: 0;
	margin:0;
}
.mright h3 { margin-bottom:10px;}
.mright a:hover {
	color:#00953E;
}
.mright .selected a {color:#00953E; font-weight:bold;}

.mright ul ul {margin-bottom:20px;border-bottom:#cccccc dotted 1px;}
