/* r.a.d.menu Dnn skin */

.RadMenu_ASI {
	cursor: default;
}

.RadMenu_ASI .rootGroup {

}

/* ROOTGROUP */
.RadMenu_ASI .rootGroup .item .link {
	height: 31px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

.RadMenu_ASI .rootGroup .item:hover {
	color: #c5e8ff;
}

.RadMenu_ASI .rootGroup .item .selected {
	background: url(img/select_left.gif) top left no-repeat;
}

.RadMenu_ASI .rootGroup .item .selected .text {
	background: url(img/select_right.gif) top right no-repeat;
}

.RadMenu_ASI .rootGroup .item .selected .text {
	color: #000000;
	padding-top: 7px;
}

.RadMenu_ASI .rootGroup .item .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	padding-left: 8px;
	padding-top: 6px;
	padding-right: 8px;
}


/* GROUP */
.RadMenu_ASI .group {
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-top: 0;
}

.RadMenu_ASI .group .item .link {
	height: 24px;
	cursor: pointer;
	text-decoration: none;
	width: auto;
}

.RadMenu_ASI .group .item .link:hover,
.RadMenu_ASI .group .item .selected {
	background: url();
	background-color: #eeeeee;
}

.RadMenu_ASI .group .item .selected .text {
	background: url();
}

.RadMenu_ASI .group .item .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
}



.RadMenu_ASI .group .link .expandLeft
{
	background:transparent url(img/arrow.gif) right center no-repeat;	
}

.RadMenu_ASI .group .link:hover .expandLeft
{
	background:transparent url(img/arrowHover.gif) right center no-repeat;	
}
