/*
	This file is part of Natural Docs, which is Copyright (C) 2003-2005 Greg Valure
	Natural Docs is licensed under the GPL
*/

/*--------------------------------------menu--------------------------------------*/


#Menu {
	line-height: 1;
	top: 0;
	left: 0;
	width: 194px;
	padding-top:8px;
	float:left;
}
.MGroup {
	font-weight: bold;
	font-size: 11px;
	padding: 0 0 5px;
	text-decoration: none;
}
.MGroup a {
	padding: 6px 10px;
	text-decoration: none;
	display: block;
	background: #666666;
	color: #fff;
	text-align: right;
	border-right: 4px solid #5e708e;
	cursor: pointer;
	font-weight: bold;
}
.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;
	padding: 4px 10px 4px 30px;
	margin: 2px 0;
	background: #d9d9d9;
	color: #535353;
	text-decoration: none;
	text-align: right;
	border-right: 4px solid #fff;
	font-weight: bold;
}
.MFile a:hover, .MFile a:active, .MIndex a:hover, .MIndex a:active {
	background-color: #cae8ff;
	color: #000;
	border-right: 4px solid #fff;
}
#MSelected {
	background-color: #fff;
	color: #333;
	border-right: 4px solid #fff;
}