.mTable{
font-family:Arial, Helvetica, sans-serif;
padding:0;
margin:0;
width:188px;
}

a:link{
color:#000;
}

a:visited{
color:#000;
}

a:hover{
color:#990000;
}

.mTDRoot{
padding-top:5px;
background-color:#99b2cc;
}

.mTDRoot a{
margin-left:10px;
color:#FFFFFF;
font-size:13px;
text-decoration:none;
}

.mTDSub a{
text-decoration:none;
}

.mTDSub a:hover{
text-decoration:underline;
}

.mTDSub{
height:15px;
}


/*Ikoner i menyn */


.mTDSub .mIconActive
{	
	background-image:url("http://tarzan.kontrollpanelen.se/rasterex.se/img/design/menuActive.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	float: left;
	width: 9px;
	height: 12px;
	margin: 1px 3px 1px 0px;
	text-decoration: none;

}

.mTDSub .mIconInactive
{	
	background-image: url("http://tarzan.kontrollpanelen.se/rasterex.se/img/design/menuInactive.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	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;
}