/* r.a.d.menu Web 2.0 skin */

.RadMenu_Residents 
{
	background: url('img/MenuItemBackground.gif');
	width:150px;
}

.rootGroup
{
    width:150px;
    
}
.group
{
    width:auto;
}


.rootGroup .item .text
{
    
    padding-left:10px;
    padding-right:10px;
   
}

.link
{
 background: url('img/MenuItemBackground.gif');
 line-height:21px;
    
}

.RadMenu_Residents .link:hover,
.RadMenu_Residents .focused,
.RadMenu_Residents .expanded
{
	color: #ffffff;
	background: url('img/MainItemBackgroundHover.gif');
	background-repeat: repeat-x;
	
}
.RadMenu_Residents .rootGroup .item
{
    background-color: #666666;
    width:150px;
}

.RadMenu_Residents .group .item
{
    width:auto;
}

.RadMenu_Residents .expandLeft,
.RadMenu_Residents .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat !important;
}