.RadMenu_Splash
{
	xpadding: 0 0px;
	xbackground: url('/images/menubackground.gif');
	xline-height: 20px;
}

.RadMenu_Splash .link
{
    background-color:#b6b7b9;
    padding-top:0px;
    padding-bottom:6px;
    padding:0px;
    margin:0px;
}

.RadMenu_Splash .link:hover,
.RadMenu_Splash .focused,
.RadMenu_Splash .expanded
{
	cursor:pointer;
}
.RadMenu_Splash .link:hover
{
    text-decoration:underline;
}

.RadMenu_Splash .item
{
    xbackground-color:Red;
}

.RadMenu_Splash .text, .RadMenu_Splash .text:hover
{
    font-family:Verdana;
    font-size:10px;
    color:#ffffff;
	padding: 0px 0px;
    padding-top:2px;
    padding-bottom:2px;
}
.RadMenu_Splash .group
{
    //
	xborder: solid 1px red;
	xborder-top: 10px;
	qborder-bottom: 0px;
}




.RadMenu_Splash .group .link 
{
    background-color:#afb0b2;
    xheight:20px;
    width:100px;
    font-family:Verdana;
    font-size:10px;
    color:#ffffff;
	text-decoration:none;
	cursor:hand;
    text-align: left;
    padding-left:12px;

}
.RadMenu_Splash .vertical
{
    Xborder-top:solid 1px #c3c8df;
}

.RadMenu_Splash .group .link:hover
{
    background-color:#b6b7b9;
    text-decoration:none;
    padding-left:12px;
}





.RadMenu_Splash .group .text
{
    padding-top:4px;
	padding-left: 0px;
	font-weight: normal;
	xpadding-right: 12px;
	padding-bottom:4px;
}

.RadMenu_Splash .group .link:hover,
.RadMenu_Splash .group .focused,
.RadMenu_Splash .group .expanded
{
    xbackground-image:url('/images/fade_submenu.gif');
    xbackground-repeat:repeat-x;
	xcolor: #5984a2;
	xfont-weight: normal;
    xpadding-top:1px;
}

.RadMenu_Splash .leftArrow,
.RadMenu_Splash .rightArrow,
.RadMenu_Splash .topArrow,
.RadMenu_Splash .bottomArrow,
.RadMenu_Splash .leftArrowDisabled,
.RadMenu_Splash .rightArrowDisabled,
.RadMenu_Splash .topArrowDisabled,
.RadMenu_Splash .bottomArrowDisabled
{
	xborder-left: 1px solid #d2d8de;
	xborder-left: 1px solid #d2d8de;
	xbackground: #3b5a6f url('img/left.gif') center center no-repeat;
	width:15px;
	line-height:12px;
}

.RadMenu_Splash .topArrow,
.RadMenu_Splash .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Splash .bottomArrow,
.RadMenu_Splash .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Splash .rightArrow,
.RadMenu_Splash .leftArrow
{
	height:100%;
}

.RadMenu_Splash .rightArrow,
.RadMenu_Splash .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Splash .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_Splash .expandLeft,
.RadMenu_Splash .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Splash .link:hover .expandLeft,
.RadMenu_Splash .link:hover .expandRight,
.RadMenu_Splash .focused .expandLeft,
.RadMenu_Splash .focused .expandRight,
.RadMenu_Splash .expanded .expandLeft,
.RadMenu_Splash .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}