.RadMenu_WebBlue
{
}

.RadMenu_WebBlueSmall .link
{
}

.RadMenu_WebBlueSmall .link:hover,
.RadMenu_WebBlueSmall .focused,
.RadMenu_WebBlueSmall .expanded
{
	cursor:pointer;
}
.RadMenu_WebBlueSmall .link:hover
{
    text-decoration:underline;
}

.RadMenu_WebBlueSmall .text
{
}
.RadMenu_WebBlueSmall .group
{
}

.RadMenu_WebBlueSmall .group .link
{

	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	xcolor:  #505050;
	text-decoration:none;
	cursor:hand;
}

.RadMenu_WebBlueSmall .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:22px;
    width:120px;
    font-family:Verdana;
    font-size:9px;
    color:#0f4986;
}
.RadMenu_WebBlueSmall .group .link:hover
{
    background-color:Red;
    xbackground-image: url('/images/sub_nav_bkg_ovr.jpg');
    text-decoration:underline;
}





.RadMenu_WebBlueSmall .group .text
{
    padding-top:6px;
	padding-left: 7px;
	font-weight: normal;
	padding-right: 12px;
}

.RadMenu_WebBlueSmall .group .link:hover,
.RadMenu_WebBlueSmall .group .focused,
.RadMenu_WebBlueSmall .group .expanded
{
    xbackground-image:url('/images/fade_submenu.gif');
    xbackground-repeat:repeat-x;
	xcolor: #5984a2;
	xfont-weight: normal;
    xpadding-top:1px;
}

.RadMenu_WebBlueSmall .leftArrow,
.RadMenu_WebBlueSmall .rightArrow,
.RadMenu_WebBlueSmall .topArrow,
.RadMenu_WebBlueSmall .bottomArrow,
.RadMenu_WebBlueSmall .leftArrowDisabled,
.RadMenu_WebBlueSmall .rightArrowDisabled,
.RadMenu_WebBlueSmall .topArrowDisabled,
.RadMenu_WebBlueSmall .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_WebBlueSmall .topArrow,
.RadMenu_WebBlueSmall .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_WebBlueSmall .bottomArrow,
.RadMenu_WebBlueSmall .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_WebBlueSmall .rightArrow,
.RadMenu_WebBlueSmall .leftArrow
{
	height:100%;
}

.RadMenu_WebBlueSmall .rightArrow,
.RadMenu_WebBlueSmall .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_WebBlueSmall .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_WebBlueSmall .expandLeft,
.RadMenu_WebBlueSmall .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_WebBlueSmall .link:hover .expandLeft,
.RadMenu_WebBlueSmall .link:hover .expandRight,
.RadMenu_WebBlueSmall .focused .expandLeft,
.RadMenu_WebBlueSmall .focused .expandRight,
.RadMenu_WebBlueSmall .expanded .expandLeft,
.RadMenu_WebBlueSmall .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}