@charset "UTF-8";
#leftmenudiv table
{
	width:16.8em;
}
ul.sidemeny
{
	position:relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8em;
}

ul.sidemeny li
{
	position:relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 16.2em;
}

ul.sidemeny li ul
{
	position:relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
}

ul.sidemeny ul li
{
	position:relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.sidemeny a
{
	display: block;
	cursor: pointer;
	color:#0066FF;
	text-decoration: none;
	padding-left: 0.65em;
	padding-right: 0.65em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.sidemeny a:hover, ul.sidemeny a:focus
{
	/*background-image:url(../bilder/darkgreen50.png);*/
	color:#0066FF;
	background-color: #99FF00;
}

#nmsidemeny h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #CC6600;
}

.sidemeny_sublink
{
	/*padding-left: 0.65em;*/
}

