.RadMenu_MyContentsSkin 
{
	 height:36px;
	 width:968px;
	 margin-top:60px;
	
}
.RadMenu_MyContentsSkin .rmItem
{
	color: #fff;
	text-align:center;
	line-height:30px;
	width:130px;
	border-left:solid 1px #e5e5e5;
	font-size:11pt;
	 z-index:10000;
	 
}
/* If I add a space between .rmItem and :hover this works ok but breaks the submenu .RadMenu_MyContentsSkin .rmItem:hover*/
.RadMenu_MyContentsSkin .rmItem:hover
{
	color:#fff;
	background-color:#58b6dd;
	text-align:center;
	line-height:30px;
	width:130px;
	font-size:11pt;
	 
}

.RadMenu_MyContentsSkin .rmText
{
    text-decoration:none;
     z-index:10000;
 
}

/*Dropdown area*/
.RadMenu_MyContentsSkin .rmGroup 
{
	background-color:#fff;
	background-image:none;
	width:180px;
	text-align:right;
	border:solid 1px #e5e5e5;
	font-size:8px;
	z-index:10000!important;
	
}



.RadMenu_MyContentsSkin .rmLink
{
	text-decoration: none;
	color: #58b6dd;
	width:180px;
}
.RadMenu_MyContentsSkin .rmLink:hover
{
	text-decoration: none;
	color: #fff;
}
.RadMenu_MyContentsSkin .rmFocused
{
	color:#fff;
	 background: #58b6dd url('Menu/right.gif') no-repeat left center;
	width:180px
}

.RadMenu_MyContentsSkin .rmGroup .rmLink:hover,
.RadMenu_MyContentsSkin .rmExpanded
{
	color: #fff;
    background: #58b6dd url('Menu/right.gif') no-repeat left center;  
}

.RadMenu_MyContentsSkin .rmGroup .rmLink
{
	text-align:left;
	font-size:10pt;
	text-indent:19px;
	width:180px;
}


