/* r.a.d.menu Dnn skin */

/* ********** Menu Style ************** */
.RadMenu_Dnn 
{
	background: transparent;
	position:relative; right:-5px;
	top:0px;
	white-space:normal !important;
	float:left;
	outline:none;
}


.RadMenu_Dnn .link
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666 !important;
	font-size: 10px;
	font-weight:bold !important;
	background:url(img/normal_img.gif) no-repeat top left;
	height:70px; _height:80px; 
	float:left;
	padding:10px 4px 0px 13px;	
	text-align: left;
	cursor:pointer;
	width:71px; _width:88px;
	outline:none;
	text-decoration:none !important;
}

.RadMenu_Dnn .link:hover,
.RadMenu_Dnn .focused,
.RadMenu_Dnn .expanded
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color: #DE3300 !important;
	font-size: 10px;
	font-weight:bold !important;
	height:70px; _height:80px; 
	float:left;
	padding:10px 4px 0px 13px;	
	text-align: left;
	cursor:pointer;
	width:71px; _width:88px;
	outline:none;
	text-decoration:none !important;
}


.RadMenu_Dnn  .focused .text 
{
	color:#cc3300 !important;
}

.seper 
{
	width: 9px !important; 
	overflow: hidden; 
	padding: 0; 
	background:url(menu_sep.gif) no-repeat top right;
}   
.seper img {margin: 0 3px 0 0px;}  

/* Submenu of menu */

.RadMenu_Dnn .group
{
	
	white-space:nowrap; border: solid 1px #317feb;
	background:#fcfcfc;
}

.RadMenu_Dnn .group .text
{
	color: #000000;
	padding-left: 9px;
	font-weight:normal !important;
	font-size:11px;
}      

.RadMenu_Dnn .group .link
{
	margin-top:0px;
	margin-bottom:0px;
	background:#fcfcfc;
	color:#cc3300;
	height: 18px; _height: 21px;
	text-align: left;
	padding:3px 11px 0px 3px;
	width:130px;
}

.RadMenu_Dnn .group .link:hover .text, 
.RadMenu_Dnn .group .focused .text 
{
	color:#cc3300;
}

.RadMenu_Dnn .group .link:hover,
.RadMenu_Dnn .group .focused,
.RadMenu_Dnn .group .expanded
{
	
	height: 18px; _height: 21px;
	background:none;
	font-weight:normal !important;
	text-align: left;
	color:#cc3300;
	margin-top:0px;
	margin-bottom:0px;
	padding:3px 11px 0px 3px;
	width:130px;
}

.RadMenu_Dnn .expandLeft,
.RadMenu_Dnn .expandRight
{
	background: transparent url(images/groupImage.gif) right center no-repeat;
	padding:0 10px;
}



