/* r.a.d.menu UnipointMenu skin */
.RadMenu_UnipointMenu
{
    background-position: bottom;
    background: url(img/menuTBG.gif);
    background-repeat: repeat-x;
    margin: auto;
    margin-left: 15px;
    /*margin-top: 1px;*/
}

.RadMenu_UnipointMenu .link
{
    text-decoration: none;
    color: black;
    line-height: 22px;
    height: 28px;
    /*border: 1px solid #828282;
    margin-left: -1px;*/
    /*
    border-bottom: 2px solid #828282;
    border-top: 2px solid #828282;
    border-right: 1px solid #828282;
    border-left: 1px solid #828282;*/
}

.RadMenu_UnipointMenu .link .text
{
	/*padding-right: 20px;border-top: 1px solid #b8b8b8;*/
	padding: 2px 25px 2px 25px;
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	cursor: pointer;
}

.RadMenu_UnipointMenu .link:hover,
.RadMenu_UnipointMenu .focused,
.RadMenu_UnipointMenu .expanded
{

	background: #dadbec;
	background-image: url(img/menuTBG_on.gif);
	border-bottom: 2px solid #bf2b43;
}

.RadMenu_UnipointMenu .link:hover .text,
.RadMenu_UnipointMenu .focused .text,
.RadMenu_UnipointMenu .expanded .text
{
	/*border-top: 1px solid #b8b8b8;*/
}

.RadMenu_UnipointMenu .rootGroup .disabled:hover
{
    border: 1px solid #828282;
    background-color: Transparent;
	/*border-bottom: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	background: #cbcbcb;
	cursor: wait;*/
}

.RadMenu_UnipointMenu .rootGroup .disabled:hover .text
{
	/*border-top: 1px solid #cbcbcb;*/
}

.RadMenu_UnipointMenu .text
{
	padding: 0px 15px;
	font-size: 11px;
}

.RadMenu_UnipointMenu .group
{
	background: white;
	border: 0px;
}

.RadMenu_UnipointMenu .group .link
{
	background: #FFFFFF;
	border: solid 1px #d1d1d1;
	border-top-color: white;
	text-align: left;
}

.RadMenu_UnipointMenu .group .text
{
	padding-left:6px;
	padding-right: 40px;
}


.RadMenu_UnipointMenu .group .link:hover .text,
.RadMenu_UnipointMenu .group .focused .text,
.RadMenu_UnipointMenu .group .expanded .text
{
	border-top: 0px;
}

.RadMenu_UnipointMenu .group .link:hover,
.RadMenu_UnipointMenu .group .focused,
.RadMenu_UnipointMenu .group .expanded
{
	background: #dadbec;
	border-bottom: 1px solid #bf2b43;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_UnipointMenu .vertical .separator .text
{
	background: #eaeaea;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;
}

.RadMenu_UnipointMenu .expandLeft,
.RadMenu_UnipointMenu .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_UnipointMenu .link:hover .expandLeft,
.RadMenu_UnipointMenu .link:hover .expandRight,
.RadMenu_UnipointMenu .focused .expandLeft,
.RadMenu_UnipointMenu .focused .expandRight,
.RadMenu_UnipointMenu .expanded .expandLeft,
.RadMenu_UnipointMenu .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
