/* RadMenu Dnn skin */
.RadMenu_Dnn
{
	background-color: #c3b7b1;
	/*width: 700px;*/
	z-index:1; /*--- This was 1000, but I made it one so it would not interfere with the admin and host draggable menus ---*/
	/*padding-left: 30px;*/
	float:right;
}

.RadMenu_Dnn .text
{
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 15px;
	font-variant:small-caps;
}

.RadMenu_Dnn .item
{

}

.RadMenu_Dnn .item .text
{
	margin-top:15px;
}

.RadMenu_Dnn .item .separator
{
	padding:0px;
	/*height:47px;
	width:1px;
	background-image:url(/portals/0/skins/BethEl/images/nav-divider.gif);
	background-repeat:no-repeat;
	background-position:top;*/
}

.RadMenu_Dnn .link,
.RadMenu_Dnn .visited,
.RadMenu_Dnn .link:visited
{
	/*color: #002469;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	font-weight: normal;*/
	color:#305e73;
	padding-left: 11px;
	padding-right: 11px;
	text-decoration:none;
}

.RadMenu_Dnn .link:hover,   
.RadMenu_Dnn .focused,   
.RadMenu_Dnn .expanded   
{   
	cursor: pointer;
    cursor: hand;
	text-decoration:none;
	color:#ffffff;
}

.RadMenu_Dnn .group
{
	background-color: #c3b7b1;
}

.RadMenu_Dnn .group .text
{
	font-size: 11px;
	width: 150px;
	padding: 5px 0 5px 0px;
	text-align: left;
	/*line-height: 25px;*/
	
	line-height:15px;
	margin:0px; /*--- Removes the margin that was being inherrited from the main top menu ---*/
	font-variant: normal; /*--- To override the font-variant set in the main .text class. ---*/
	text-transform: capitalize;
	
}   
   
.RadMenu_Dnn .group .link,
.RadMenu_Dnn .group .visited,
.RadMenu_Dnn .group .link:visited
{
	white-space: normal;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 25px;
}

.RadMenu_Dnn .group .link:hover,   
.RadMenu_Dnn .group .focused,   
.RadMenu_Dnn .group .expanded   
{   
	color:#ffffff;
}  
