/* CSS Document */

body { font:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}


/*menu*/

#Menu {
	line-height: 1;
	position: relative;
	top: 0;
	left: 0;
	width: 170px;
	margin: 0 0 20px 10px;
}

.MGroup {
	font-weight: normal ;
	font-size: 11px;
	padding:0;
	text-decoration: none;
	border-bottom: 1px solid #E0E9EF;
}

.MGroup a {
	padding: 5px 0 6px 0;
	
	text-decoration: none;
	display: block;
	color: #072148;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	cursor: pointer;
	
}



.MGroupContent {
	font-size: 11px;
	padding-top: 0px;
	font-weight: normal;
	text-transform: none;
}

 .MFile a:link, .MFile a:visited, .MIndex a:link, .MIndex a:visited {
	display: block;
	padding: 5px 0 5px 6px;
	margin: 2px 0;
	color: #0372B1;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}

.MFile a:hover, .MFile a:active, .MIndex a:hover, .MIndex a:active {

	color: #CA2129;
		
}

#MSelected  a{
	
	color: #CA2129; font-weight: bold;
	
	
}

	

