/* r.a.d.menu Web 2.0 skin */

.RadMenu_MasterMenu
{
	z-index:999;
}

.RadMenu_MasterMenu_Context
{
	background: none;
	border:0;
}

.RadMenu_MasterMenu .rmRootGroup
{

}

.RadMenu_MasterMenu .rmRootGroup .rmItem
{
	height: 30px;
	padding:0 !important;
}

/*
.RadMenu_MasterMenu .rmRootGroup .rmFirst
{
	padding-left:12px !important;
}

.RadMenu_MasterMenu .rmRootGroup .rmLast
{
	padding-right:12px !important;
}
*/

.RadMenu_MasterMenu .rmRootGroup .rmLink
{
	text-decoration: none;
	padding:0 !important;
	width:100%;
	color:#455560;
	background:url(../../../App_Themes/Default/MenuStyles/Images/menu-item.gif) no-repeat; 
}

.RadMenu_MasterMenu .rmRootGroup .rmLinkActive
{
	background:url(../../../App_Themes/Default/MenuStyles/Images/menu-item-active.gif) no-repeat !important; 
}

.RadMenu_MasterMenu .rmRootGroup .rmLink:hover,
.RadMenu_MasterMenu .rmRootGroup .rmFocused,
.RadMenu_MasterMenu .rmRootGroup .rmExpanded
{
	text-decoration: none;
	/*background:#55427e;*/
	background:url(../../../App_Themes/Default/MenuStyles/Images/menu-item-active.gif) no-repeat; 
	cursor: hand;
	height: 30px;
	/*color:#2b135e;*/
	color:#a30046;
}

.RadMenu_MasterMenu .rmRootGroup .rmText
{
	line-height: 30px;
    background-image:none;
    font-family:Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	text-align: center;
	padding:0 !important;
	margin:0 !important;
	width:100%;
	text-transform:uppercase;
}

.RadMenu_MasterMenu .rmGroup
{
	border-left: solid 1px #a30046;
	border-right: solid 1px #a30046;
	border-top: solid 1px #dadddf;
	border-bottom: solid 1px #a30046;
	background: #ffffff;
}

.RadMenu_MasterMenu .rmLevel2, .RadMenu_MasterMenu .rmLevel3, .RadMenu_MasterMenu .rmLevel4, .RadMenu_MasterMenu .rmLevel5, .RadMenu_MasterMenu .rmLevel6
{
	border: solid 1px #a30046 !important;
}

.RadMenu_MasterMenu .rmGroup .rmItem
{	
	height:20px;
	border-top: solid 1px #dadddf;
	background:none !important;
}


.RadMenu_MasterMenu .rmGroup .rmLink
{
	min-width:120px;
	text-decoration: none;
	background: #ffffff;
	color:#455560;
}

.RadMenu_MasterMenu .rmGroup .rmLink:hover,
.RadMenu_MasterMenu .rmGroup .rmFocused,
.RadMenu_MasterMenu .rmGroup .rmExpanded
{
	background:none;
	background-color:#dadddf;
	text-decoration: none;
	color:#a30046;
	/*background: #2b135e;*/
	height:20px;
}

.RadMenu_MasterMenu .rmGroup .rmText
{
	background: none;
	padding-left: 8px !important;
	padding-right: 8px !important;
	font-size: 11px;
	line-height:20px;
	text-align:left;
	font-weight:normal;
	width:auto;
	text-transform:none !important;
}

.RadMenu_MasterMenu .rmVertical .rmExpandLeft,
.RadMenu_MasterMenu .rmVertical .rmExpandRight  
{  
	background: transparent url(../../../App_Themes/Default/MenuStyles/Images/groupImage.gif) no-repeat right center; 
} 

.RadMenu_MasterMenu .rmVertical .rmSeparator
{
	background:none;
}

.RadMenu_MasterMenu .rmHorizontal .rmSeparator
{
	width:1px !important;
	height:30px;
	background: none;
	margin:0;
	padding:0;
}