.RadMenu_WebBlue
{
	xpadding: 0 0px;
	xbackground: url('/images/menubackground.gif');
	xline-height: 20px;
}

.RadMenu_WebBlue .link
{
	xline-height: 44px;

}

.RadMenu_WebBlue .link:hover,
.RadMenu_WebBlue .focused,
.RadMenu_WebBlue .expanded
{
	cursor:pointer;
}
.RadMenu_WebBlue .link:hover
{
    text-decoration:underline;
}

.RadMenu_WebBlue .text
{
	xfont-size: 10px;
	xpadding: 0px 2px;
	xtext-decoration:none;
}
.RadMenu_WebBlue .group
{
	qborder: solid 0px #d2d8de;
	qborder-top: 0px;
	qborder-bottom: 0px;
}

.RadMenu_WebBlue .group .link
{

	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	xcolor:  #505050;
	text-decoration:none;
	cursor:hand;
}

.RadMenu_WebBlue .group .link 
{
    border-bottom:solid 1px #c3c8df;
    border-left:solid 1px #c3c8df;
    border-right:solid 1px #c3c8df;

    background-image: url('/images/menu_bg.gif');
    background-repeat:repeat-x;
    height:24px;
    width:240px;
    font-family:Verdana;
    font-size:10px;
    color:#0f4986;
}
.RadMenu_WebBlue .vertical
{
        border-top:solid 1px #c3c8df;
}

.RadMenu_WebBlue .group .link:hover
{
    background-color:white;
    xbackground-image: url('/images/sub_nav_bkg_ovr.jpg');
    text-decoration:underline;
}





.RadMenu_WebBlue .group .text
{
    padding-top:8px;
	padding-left: 12px;
	font-weight: normal;
	padding-right: 12px;
}

.RadMenu_WebBlue .group .link:hover,
.RadMenu_WebBlue .group .focused,
.RadMenu_WebBlue .group .expanded
{
    xbackground-image:url('/images/fade_submenu.gif');
    xbackground-repeat:repeat-x;
	xcolor: #5984a2;
	xfont-weight: normal;
    xpadding-top:1px;
}

.RadMenu_WebBlue .leftArrow,
.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .topArrow,
.RadMenu_WebBlue .bottomArrow,
.RadMenu_WebBlue .leftArrowDisabled,
.RadMenu_WebBlue .rightArrowDisabled,
.RadMenu_WebBlue .topArrowDisabled,
.RadMenu_WebBlue .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #3b5a6f url('img/left.gif') center center no-repeat;
	width:15px;
	line-height:12px;
}

.RadMenu_WebBlue .topArrow,
.RadMenu_WebBlue .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_WebBlue .bottomArrow,
.RadMenu_WebBlue .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .leftArrow
{
	height:100%;
}

.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_WebBlue .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_WebBlue .expandLeft,
.RadMenu_WebBlue .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_WebBlue .link:hover .expandLeft,
.RadMenu_WebBlue .link:hover .expandRight,
.RadMenu_WebBlue .focused .expandLeft,
.RadMenu_WebBlue .focused .expandRight,
.RadMenu_WebBlue .expanded .expandLeft,
.RadMenu_WebBlue .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}