
/* Tabellen */
.mTable
{
	width: 100%;
}

/*  Root TD:n */
.mTDRoot
{
	width: 100%;
	padding: 3px 15px;
	font-weight:normal;
	line-height:18px;
background-image: url("/img/menu/icon-inactive-dot.gif");
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.mTDSub
{
	width: 100%;
	padding: 0 10px;
background-image: url("/img/menu/icon-active-dot.gif");
	background-repeat: no-repeat;
	background-position: 8px 3px;
}


/* Hur stort indrag undermenyerna skall ha */
.mIndentation
{
	width: 10px;
	height: 8px;
	float: left;
}

a {
	text-decoration: none;
}


.mTDActive{
width:180px;
background-color: #938E00;

}

