/*Ikoner i menyn */

.mTable{
font-size:11px;

}

.mTable a{
text-decoration:none;
color:#333;
}

.mTDRoot
{	
	background-color:#DAE2C7;
padding:5px;
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;
}

.mTDRoot .mIconActive
{	
	background-image:url(../img/MenuIcon_Active.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	width: 12px;
	height: 16px;	
	margin: 1px 5px 1px 0px;
	
}

.mTDRoot .mIconInactive
{	
	background-image:url(../img/MenuIcon_InActive.gif);
background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	width: 12px;
	height: 16px;	
	margin: 1px 5px 1px 0px;

}

.mTDSub .mIconActive
{
	background-image:url(../img/SubMenuIcon_Active.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	width: 12px;
	height: 16px;	
	margin: 1px 5px 1px 0px;
	
}

.mTDSub .mIconInactive
{	
	background-image:url(../img/SubMenuIcon_InActive.gif);
		background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	width: 12px;
	height: 16px;	
	margin: 1px 5px 1px 0px;

}

.mTDActive{
width:180px;
background-color:#9D0A0E;
}

.mTDRoot a.mActive{
color:#FFF;

}

.mIndentation{
float:left;
display:inline;
width:8px;
height:100%;
}

.mTDSub a{
font-size:11px;
}
