/* r.a.d.menu Dnn skin */

.RadMenu_Dnn 
{
	
	background: transparent;		
	text-align: right;
	vertical-align: top;
	white-space:normal;
		
}
.RadMenu_Dnn .menu
{
	white-space:normal;
}
/*Menu Item*/
.RadMenu_Dnn .rootGroup .item
{
	background-image: url('img/menuBck.gif');
	height:37;
	width: 115;
	white-space:normal;
	
}
/* add font name here */
.RadMenu_Dnn .rootGroup .text
{
	font-family: Trebuchet MS;
	color: #ffffff;
	text-align: left;	
	font-weight: bold;
	vertical-align: top;
	font-size: 9pt;
	text-transform: uppercase;
	white-space:normal;
	
	
} 


.RadMenu_Dnn .link:hover,
.RadMenu_Dnn .focused,
.RadMenu_Dnn .expanded
{
	text-decoration:none;
	font-size: 8.47px;	
	font-family:Trebuchet MS;	
	text-align: left;
	cursor: hand;
	cursor: pointer;
	font-weight:bold;	
	color: #ffffff;
}

.RadMenu_Dnn .group
{
	background:#ffffff;	
	/*ackground-image: url('img/menuBck.gif');	*/
}       

.RadMenu_Dnn .group .text
{
	/*color: #101214;
	text-align:center;	
	font-weight:normal;	
	font-size:xx-small;	
	font-family:Arial Black;*/
	font-family: Trebuchet MS;
	color: #de0500;
	text-align:left;
	font-weight: bold;
	vertical-align:top;
	font-size: 8.47pt;
	text-transform: uppercase;
	
}      

.RadMenu_Dnn .group .item
{
	height:28px;	
	font-family:Trebuchet MS;
	background: #010442;
	width: 170px;	
	border: solid 1px #4D4C00;	
	font-weight:Bold;	
	vertical-align:top;	
	white-space:normal;
	
	
}
.RadMenu_Dnn .group .link 
{
	background: #010442;
	width: 170px;
	line-height: 15px;
	text-align: left;
	border: 0px;
	margin-top:5px;	
	font-family:Trebuchet MS;
	font-weight:Bold;
	white-space:normal;
	
}
/*
.RadMenu_Dnn .group .item:hover.text
{
	color: #ffffff;
}
.RadMenu_Dnn .group .link:hover.text
{
	color: #ffffff;
}
*/
.RadMenu_Dnn .group .item:hover,
.RadMenu_Dnn .group .item.focused,
.RadMenu_Dnn .group .item.expanded
{
	color: #ffffff;
	background: #000000;
	height:28px;	
	font-family:Trebuchet MS;
	width: 170px;	
	border: solid 1px #4D4C00;	
	font-weight:Bold;	
	vertical-align:top;	
	
	
}
.RadMenu_Dnn .group .text:hover,
.RadMenu_Dnn .group .text.focused,
.RadMenu_Dnn .group .text.expanded
{
	
	font-family:Trebuchet MS;
	width: 170px;
	text-align: left;
	font-weight:Bold;
	color: #ffffff;
	background: #000000;
	
	
}
.RadMenu_Dnn .group .link:hover,
.RadMenu_Dnn .group .focused,
.RadMenu_Dnn .group .expanded
{
	background: #000000;
	font-family:Trebuchet MS;
	width: 170px;
	line-height: 25px;
	text-align: left;
	border: 0px;
	margin-top:1px;
	font-weight:Bold;
	color: white;
	text-decoration:underline;
	cursor:crosshair;

}









