.mTable{
font-family:Arial;
line-height:12px;
padding:0;
margin:0;
}

a:link{
color:#000;
}

a:visited{
color:#000;
}

a:hover{
color:#990000;
}

.mTDRoot{
padding-top:5px;
}

.mTDRoot a{
font-weight:bold;
text-decoration:none;
}

.mTDSub a{
font-size:11px;
text-decoration:none;
}

.mTDSub a:hover{
text-decoration:underline;
}

.mTDSub{
height:15px;
}


/*Ikoner i menyn */
.mTDRoot .mIconActive
{	
	background-image:url("/img/design/mIconActive.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	width: 12px;
	height: 12px;
	margin: 1px;
	text-decoration: none;

}

.mTDRoot .mIconInactive
{	
background-image:url("/img/design/mIconInactive.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	width: 12px;
	height: 12px;	
	margin: 1px;
	text-decoration: none;
}


.mTDSub .mIconActive
{	
background-image:url("/img/design/mIconSubActive.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	width: 9px;
	height: 12px;
	margin: 1px 3px 1px 0px;
	text-decoration: none;

}

.mTDSub .mIconInactive
{	
background-image:url("/img/design/mIconSubInactive.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	width: 9px;
	height: 12px;	
	margin: 1px 3px 1px 0px;
	text-decoration: none;
}




.mIndentation{
float:left;
display:inline;
width:8px;
height:100%;
}

/* Den aktiva submenyn */
.mSubLinkActive
{
	text-decoration: none;
}
/* Den inaktiva submenyn */
.mSubLinkInactive
{
	text-decoration: none;
}
/* Den aktiva lnken */
.mLinkactive
{
background-color:red;
	font-weight: bold;
	text-decoration: none;
}
/* Den inaktiva lnken */
.mLinkInactive
{
	Font-weight: normal;
	text-decoration: none;
}
