/* r.a.d.menu Web 2.0 skin */

.RadMenu_CityHall 
{
	background: url('img/MenuItemBackground.gif');
	width:150px;
	
}

.RadMenu_CityHall .text
{
    font-size:1em;
}
.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_CityHall .link:hover,
.RadMenu_CityHall .focused,
.RadMenu_CityHall .expanded
{
	color: #ffffff;

	background: url('img/MainItemBackgroundHover.gif');
	background-repeat: repeat-x;
	
}
.RadMenu_CityHall .rootGroup .item
{
    background-color: #666666;
    width:150px;
}

.RadMenu_CityHall .group .item
{
    width:auto;
   
}

.RadMenu_CityHall .expandLeft,
.RadMenu_CityHall .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat !important;
}