#MSubTitle {
	font-size: 11px;
}

/*menu*/

#Menu {
	font-family: "Trebuchet MS", Trebuchet, Arial, Sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #00457C;
	line-height: 1;
	width: 210px;
	padding-top: 15px;
}

.MGroup {
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 5px;
	text-transform: uppercase;
	text-decoration: none;
}

.MGroup a {
	padding: 6px 15px;
	text-decoration: none;
	display: block;
	color: #9D9381;
	text-align: right;
	cursor: pointer;
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8B0A4;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.MGroupContent {
	font-size: 11px;
	padding-top: 5px;
	font-weight: normal;
	text-transform: none;
}

#MSelected, .MFile a:link, .MFile a:visited, .MIndex a:link, .MIndex a:visited {
	display: block;
	margin: 2px 0;
	color: #00457C;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF;
	text-transform: uppercase;
}

.MFile a:hover, .MFile a:active, .MIndex a:hover, .MIndex a:active {
	color: #A29887;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#MSelected {
	background-color: #fff;
	color: #333;
	text-shadow: none;
	border-right: 4px solid #fff;
}
