/* r.a.d.menu Metallic skin */
.RadMenu_UserMenu 
{
	padding-top:2px;
	height:16px;
}

.RadMenu_UserMenu .rmRootGroup
{

}

.RadMenu_UserMenu .rmItem
{
    padding:0px;
    text-align:center;
    margin:0px 5px;
    height:18px;
    display:block;
}
.RadMenu_UserMenu .rmText
{
    margin:0px;
    background:none;
}
.RadMenu_UserMenu .rmHorizontal .rmItem .rmLink
{
	padding:0px;
	line-height:15px;
}
.RadMenu_UserMenu .rmHorizontal .rmItem .rmLink .rmText 
{
	padding:0px;
	color:#33ee33;
}
.RadMenu_UserMenu .rmLink
{
	font-size:15px;
	font-weight:bold;
	
	text-decoration:none;
}

.RadMenu_UserMenu .rmHorizontal .rmItem .rmLink:hover .rmText 
{
	color:#66ee66;
}

.RadMenu_UserMenu .rmFocused
{

}

.RadMenu_UserMenu .rmLink:hover .rmText,
.RadMenu_UserMenu .rmExpanded
{
	cursor: hand;
	cursor: pointer;
}

.RadMenu_UserMenu .rmSeparator   
{  
    display:none;
} 

.RadMenu_UserMenu .rmRootGroup .rmLink
{

}

.RadMenu_UserMenu .rmContextMenu
{
	z-index:1000;
}


/* needed for horizontal scrolling case*/
.RadMenu_UserMenu .rmGroup .rmHorizontal
{

}


.RadMenu_UserMenu .rmGroup
{
}


.RadMenu_UserMenu .rmGroup .rmLink:hover,
.RadMenu_UserMenu .rmGroup .rmFocused,
.RadMenu_UserMenu .rmGroup .rmExpanded
{
	color:#333333;
	text-decoration:none;
}

.RadMenu_UserMenu .rmRightArrow,
.RadMenu_UserMenu .rmLeftArrow
{
	height:100%;
}

.RadMenu_UserMenu .rmRightArrow,
.RadMenu_UserMenu .rmRightArrowDisabled
{
	background-image:url('img/right.gif');
}

