/* r.a.d.menu Dnn skin */

.RadMenu_Hemmink {
	cursor: default;
	width: 152px;
	display: block;
}

.RadMenu_Hemmink li {
	display: block;
}

/* ROOTGROUP */
.RadMenu_Hemmink .rootGroup .item .link {
	background: url('img/rad_down.gif') no-repeat;
	width: 152px;
	height: 28px;
	margin-bottom: 6px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	display: block;
}

.RadMenu_Hemmink .rootGroup .item .link:hover,
.RadMenu_Hemmink .rootGroup .item .selected {
	background: url('img/rad_up.gif') no-repeat;
}

.RadMenu_Hemmink .rootGroup .item .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-top: 4px;
}


/* GROUP */
.RadMenu_Hemmink .group .item .link {
	background: url('img/rad_down_2.gif') no-repeat;
	width: 162px;
	height: 26px;
	margin-bottom: 2px;
	margin-left: 4px;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
}

.RadMenu_Hemmink .group .item .link:hover,
.RadMenu_Hemmink .group .item .selected {
	background: url('img/rad_up_2.gif') no-repeat;
}

.RadMenu_Hemmink .group .item .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-top: 6px;
	padding-left: 6px;
}
