/* r.a.d.menu Dnn skin */

/* ROOTGROUP */

.RadMenu_Smit {
	cursor: pointer;
}

.RadMenu_Smit .rootGroup .selected,
.RadMenu_Smit .rootGroup .item .selected {
	background: url(img/select_left.gif) top left repeat-x;
	height: 31px;
	cursor: pointer;
}

.RadMenu_Smit .rootGroup .item .link {
	font-family: Arial;
	font-size: 12px;
	color: #ddd;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 7px 12px 0 12px;
	height: 24px;
}

.RadMenu_Smit .rootGroup .item .selected .text,
.RadMenu_Smit .rootGroup .item .link:hover {
	color: #fff;
}

/*
.RadMenu_Smit .rootGroup .item .text:hover {
	color: #fff;
	height: 31px;
}



.RadMenu_Smit .rootGroup .item .selected .text {
	height: 31px;
	color: #fff;
	padding-top: 7px;
}

.RadMenu_Smit .rootGroup .item {
	background: url(img/item_left.gif) top left no-repeat;
	margin-left: 4px;
	height: 31px;
}

.RadMenu_Smit .rootGroup .item .text {
	height: 31px;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	color: #ddd;
	padding-left: 12px;
	padding-top: 7px;
	padding-right: 12px;
}


/* GROUP */
.RadMenu_Smit .group {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

.RadMenu_Smit .group .item {
	border-bottom: 1px solid #ccc;
	height: 30px;
}

.RadMenu_Smit .group .selected,
.RadMenu_Smit .group .item .selected {
	background: url();
	cursor: pointer;
}

.RadMenu_Smit .group .item .link {
	font-family: Arial;
	font-size: 12px;
	color: #888;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

.RadMenu_Smit .group .item .selected .text,
.RadMenu_Smit .group .item .link:hover {
	color: #000;
}

/*
.RadMenu_Smit .group .item {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #999999;
}

.RadMenu_Smit .group .item .text {
	background: url();
	padding-top: 4px;
	text-align: left;
	color: #666666;
}

.RadMenu_Smit .group .item .link {
	background: url(img/bg2.gif) bottom repeat-x;
	background-color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #666666;
}

.RadMenu_Smit .group .link text:hover,
.RadMenu_Smit .group .link .selected {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}

.RadMenu_Smit .group .link,
.RadMenu_Smit .group .text {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: left;
}


.RadMenu_Smit .group .link .expandLeft
{
	background:transparent url(img/arrow.gif) right center no-repeat;	
}

.RadMenu_Smit .group .link:hover .expandLeft
{
	background:transparent url(img/arrowHover.gif) right center no-repeat;	
}
