﻿
#MSubTitle {
	/*font-size: 11px;*/
}

/*menu*/

#ContentMenu {
	line-height: 1;
	background-color:#ededed;
	/*height:400px;*/

}
/*
html * > #ContentMenu
{
	margin-top:-3px;
}
*/
.ContentMenuGroup 
{
	
	/*font-weight: bold;*/
	font-size: 10px;
	/*padding: 0 0 5px;*/
	/*text-transform: uppercase;*/
	text-decoration: none;
	/*clear:left;*/
	
}
div[class='ContentMenuGroup'] > a
{
	border-bottom:solid 1px #bbbbbb;
	padding: 5px 0 17px;
}

.ContentMenuGroup a {
	/*padding: 10px 0px;*/
	text-decoration: none;
	display: block;
	background: #ededed;
	color: Black;
	text-align: left;
	cursor: pointer;
	font-weight: bold;

}
.ContentMenuGroupText
{
	padding-top:8px;
}
.ContentMenuGroupContent {
	font-size: 10px;
	/*padding:5px 0px 5px 0px;*/
	font-weight: normal;
	text-transform: none;
	border-bottom:solid 2px #bbbbbb;
}

#MenuItemSelected, .ContentMenuNode a:link, .ContentMenuNode a:visited {
	display: block;
	padding: 4px 0px 4px 18px;
	/*margin: 2px 0;*/
	background: #ededed;
	color: Black;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	/*font-weight: bold;*/
}

.ContentMenuNode a:hover, .ContentMenuNode a:active {
	background-color: #333333;
	/*color: #faec8f;*/
	color:White;
}

#ContentMenuSelected {
	background-color: #fff;
	color: #333;
	/*border-right:solid 2px #ededed;*/
	
}
