.mTable{
font-family:Verdana;
font-size:11px;
padding:0 0;
margin:0;
width:100%;
}

.mTable a{
text-decoration:none;
}

.mTable a:visited{
color:#000;
}

.mTable a:hover{
color:#003366;
}



.mTDRoot{
padding-left:10px;
}
/* Huvudmenyer*/
/*
.mTDRoot a{
display:block;
padding:3px 3px 3px 15px;
width:181px;
background-image: url("../img/css/icon-inactive-dot.gif");
background-repeat: no-repeat;
background-position: 0% 50%;
}

.mTDRoot a:link{
float:left;
text-decoration:none;
color:#000;
}


.mTDRoot a:hover{
background-color: #DDE8EE;
text-decoration:none;
color:#000;

	
}

.mTDRoot a:active{
background-color: #DDE8EE;
text-decoration:none;
color:#000;
font-weight:bold;
background-image: url("../img/css/icon-active-dot.gif");
background-repeat: no-repeat;
background-position: 0% 50%;
}


.mTDRoot a:visited{
text-decoration:none;
color:#000;
}

/* Undermenyer*/

.mTDSub{
height:15px;
padding-left:10px;
background: url("/img/css/bgPageMenu.gif");
}

/*.mTDSub a{
display:block;
padding:3px 3px 3px 15px;
width:181px;
text-decoration:none;
color:#000;
background-image: url("../img/css/icon-inactive-dot.gif");
background-repeat: no-repeat;
background-position: 0% 50%;
}

.mTDSub a:link{
text-decoration:none;
color:#000;
}

.mTDSub a:hover{
background-color: #DDE8EE;
text-decoration:none;
color:#000;
}
*/
/*
.mTDRoot .mIconActive
{	
	background-image: url("../img/css/icon-active-dot.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
	width: 9px;
	height: 100%;	
	text-decoration: none;
padding-left:10px;

}

.mTDRoot .mIconInactive
{	
	background-image: url("../img/css/icon-inactive-dot.gif");
	background-repeat: no-repeat;
	background-color:#006600;
	display:inline;
	background-position: 50% 50%;
	 
	float: left;
	width: 9px;
	height: 100%;	
	text-decoration: none;
padding-left:10px;
}
*/

/*.mTDSub .mIconActive
{	
	background-image: url("../img/css/icon-active-dot.gif");
	background-repeat: no-repeat;
	background-position: 50% 80%;
	float: left;
	width: 9px;
	height: 100%;	
	text-decoration: none;
padding-left:10px;
}

.mTDSub .mIconInactive
{	
	background-image: url("../img/css/icon-inactive-dot.gif");
	background-repeat: no-repeat;
	background-position: 50% 80%;
	float: left;
	width: 9px;
	height: 100%;	
	text-decoration: none;
padding-left:10px;
}
*/





.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;
}

/* Den inaktiva bilden */
.mIconInactive
{	
	background-image: url("/img/css/icon-inactive-dot.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	width: 9px;
	height: 15px;	
	margin: 1px;
	text-decoration: none;
}

.mIconActive
{	
	background-image: url("/img/css/icon-active-dot.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	float: left;
	width: 9px;
	height: 15px;
	margin: 1px;
	text-decoration: none;
}