/* RadMenu Plain skin */

.RadMenu_IFS_Inside_Inside /* outer div */
{
	width:100%;
	height: 33px;
	padding:0;
	margin:0;
	border:none;
}

.RadMenu_IFS_Inside .item
{}

.RadMenu_IFS_Inside .link
{}

.RadMenu_IFS_Inside .image
{
}

.RadMenu_IFS_Inside .text
{}


.RadMenu_IFS_Inside .link:hover,
.RadMenu_IFS_Inside .focused,
.RadMenu_IFS_Inside .expanded
{
	cursor:pointer;
}

.RadMenu_IFS_Inside .rootGroup
{
}

.RadMenu_IFS_Inside .rootGroup .item
{
	_margin-left:-6px; /*  for some reason IE is adding px's between <li>'s, this takes them out 
                           but it also has to be reversed for the .group level items.  */
}

.RadMenu_IFS_Inside .rootGroup .first
{
	margin-left:10px;
}

.RadMenu_IFS_Inside .rootGroup .link
{}

.RadMenu_IFS_Inside .rootGroup .link:hover,
.RadMenu_IFS_Inside .rootGroup .focused,
.RadMenu_IFS_Inside .rootGroup .expanded
{
}

.RadMenu_IFS_Inside .rootGroup .image
{}


.RadMenu_IFS_Inside .rootGroup .text
{
	display:none;
}

.RadMenu_IFS_Inside .group
{
	background-color:#e0dbc7;
}

.RadMenu_IFS_Inside UL.group
{
	_margin-left:3px;  /* don't know why this is different from FF 
						  this moves third level backgrounds in IE too, have to take it off of those */
}

.RadMenu_IFS_Inside UL.level2
{
	_margin-left:0px;  /*  takes off the 3px margin created above  */
}

.RadMenu_IFS_Inside .group .first
{
	margin-left:0px;
}

.RadMenu_IFS_Inside .group .item
{
	margin-left:0px;
	height:20px;
}

.RadMenu_IFS_Inside .group .link
{
	display:block;
	color:#00325B;

}

/* To handle dropdown menu widths so that they look uniform, css classes are assigned in the
   Menu1_ItemDataBound method.  Unfortunately, these widths may have to be adjusted for longer
   sub menu titles.  In addition, new selectors may need to be added, along with new code behind logic
   if sub pages are added to the site by the client
*/
.RadMenu_IFS_Inside .group .loginwidth
{
	width:106px;
}


.RadMenu_IFS_Inside .group .aboutwidth
{
	width:240px;
}

.RadMenu_IFS_Inside .group .serviceswidth
{
	width:180px;
}

.RadMenu_IFS_Inside .group .leftimage
{
	margin-left:3px;
	margin-right:2px;
	
}

.RadMenu_IFS_Inside .group .text
{
	display:inline;
	color:#00325B;

}

.RadMenu_IFS_Inside .level2 .text
{
	padding-left:4px;
}



.RadMenu_IFS_Inside .group .link:hover,
.RadMenu_IFS_Inside .group .focused,
.RadMenu_IFS_Inside .group .expanded
{
	background: #c9c3ad;
}

.RadMenu_IFS_Inside .leftArrow,
.RadMenu_IFS_Inside .rightArrow,
.RadMenu_IFS_Inside .topArrow,
.RadMenu_IFS_Inside .bottomArrow,
.RadMenu_IFS_Inside .leftArrowDisabled,
.RadMenu_IFS_Inside .rightArrowDisabled,
.RadMenu_IFS_Inside .topArrowDisabled,
.RadMenu_IFS_Inside .bottomArrowDisabled
{
	/*background: #ededed url('img/left.gif') center center no-repeat;
	width:15px; */
}

.RadMenu_IFS_Inside .topArrow,
.RadMenu_IFS_Inside .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_IFS_Inside .bottomArrow,
.RadMenu_IFS_Inside .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_IFS_Inside .rightArrow,
.RadMenu_IFS_Inside .leftArrow
{
	height:100%;
}

.RadMenu_IFS_Inside .rightArrow,
.RadMenu_IFS_Inside .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_IFS_Inside .vertical .separator .text
{
}

.RadMenu_IFS_Inside .expandLeft,
.RadMenu_IFS_Inside .expandRight
{
	/* background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px; */
}



.RadMenu_IFS_Inside .link:hover .expandLeft,
.RadMenu_IFS_Inside .link:hover .expandRight,
.RadMenu_IFS_Inside .focused .expandLeft,
.RadMenu_IFS_Inside .focused .expandRight,
.RadMenu_IFS_Inside .expanded .expandLeft,
.RadMenu_IFS_Inside .expanded .expandRight
{
	/*background:transparent url(img/invertedGroupImage.gif) right center no-repeat; */
}

.RadMenu_IFS_Inside_rtl .link:hover .expandLeft,
.RadMenu_IFS_Inside_rtl .link:hover .expandRight,
.RadMenu_IFS_Inside_rtl .focused .expandLeft,
.RadMenu_IFS_Inside_rtl .focused .expandRight,
.RadMenu_IFS_Inside_rtl .expanded .expandLeft,
.RadMenu_IFS_Inside_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
