/* Product menu */
#menuheader {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 4px;
}

.menuclosed {
	background: url(/images/interfaces/eskildsen/plus.gif) no-repeat center left; 
	padding: 0 0 0 13px;
}

.menuopen {
	background: url(/images/interfaces/eskildsen/minus.gif) no-repeat center left; 
	padding: 0 0 0 13px;
}

/* Menu Selected */
.msel {
	text-decoration: underline;
	font-size: 9pt;
	cursor: pointer;
	cursor: hand;
	line-height: 14pt;
	color: #404040;
}
/* Menu Link */
.moff {
	color: #000;
	text-decoration: underline;
	font-size: 9pt;
	line-height: 14pt;
	text-decoration: none;
	color: #404040;
}	
/* Item Selected */
.isel {
	line-height: 12pt;
}
/* Item Link */
.ioff {
	line-height: 12pt;
}
a.menulink, a.menulink:visited {
	color:#000; 
	font-size: 9pt; 
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	line-height: 14pt;
}
a.menulink:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

a.leaf, a.leaf:visited {
	color: #000; 
	font-size: 9pt; 
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	line-height: 14pt;
}
a.leaf:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
