
.globalmenu {
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
}

.globalmenu a,.globalmenu a:hover,.globalmenu a:visited,.globalmenu a:active,.globalmenu a:link {
	color: white;
	text-decoration: none;
}

.localmenu {
	color: white;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
}

.localmenu a {
	color: white;
	text-decoration: none;
}

.funcmenu {
	color: #000066;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
}

.funcmenu a:link {
	color: #000066;
	text-decoration: none;
}

.funcmenu a:visited {
	color: #000066;
	text-decoration: none;
}

.funcmenu a:active {
	color: #666699;
	text-decoration: none;
}

.funcmenu a:hover {
	color: #666699;
}

.inactive {
	color: #666699;
}

/** left menu ******************************************/
/* menu open close gifs */
.vmenu li, .vmenuWrapper li {
    background:0 url(../images/sph/pil_bort.gif) no-repeat 0em; 
    list-style: none outside;
}
li.exp {
    background:0 url(../images/sph/pil_ned.gif) no-repeat 0em;
}
li.act {
    background:0 url(../images/sph/pil_ned.gif) no-repeat 0em;
    font-weight:bold;
}

/* menu heading */
.lmHeading {
    color:#000066;
    border-bottom:solid 1px #cccccc;
}

/* link colors */
.vmenu a, .vmenu a:visited, .vmenu a:active, .vmenuWrapper a, .vmenuWrapper a:visited, .vmenuWrapper a:active, .vmLink a, .vmLink a:visited, .vmLink a:active {
    color: #000066;
}

/* to fix ie bug */
.vmenu li, .vmenuWrapper li {
    border-bottom:solid 1px #FFFFFF;
}
