/* RadMenu Sparcoll2 skin */
.RadMenu_Sparcoll2
{
	background: transparent;
}

.RadMenu_Sparcoll2 .link
{
	text-decoration:none;
	color: #013DA4;
  font-weight:bold;
	line-height: 20px;
	border-bottom: 1px solid #FFFFFF;
	/*border-top: 3px solid #cbcbcb;*/
  padding-top:5px;
  margin-bottom:1px;
  padding-bottom:5px;
  margin-right:3px;
  background-color: #ffd17c;
  text-align:left;
}

.RadMenu_Sparcoll2 .link .text
{
	padding-right: 20px;
}

.RadMenu_Sparcoll2 .link:hover,
.RadMenu_Sparcoll2 .focused,
.RadMenu_Sparcoll2 .expanded
{
	background: #4dbeed;
	/*border-bottom: 3px solid #ef2626;*/
	/*border-top: 1px solid #828282;*/
	
}

.RadMenu_Sparcoll2 .link:hover .text,
.RadMenu_Sparcoll2 .focused .text,
.RadMenu_Sparcoll2 .expanded .text
{
	/*border-top: 1px solid #b8b8b8;*/
}

.RadMenu_Sparcoll2 .rootGroup .disabled:hover
{
	/*border-bottom: 2px solid #cbcbcb;
	border-top: 2px solid #cbcbcb;*/
	background: #ffd17c;
}

.RadMenu_Sparcoll2 .rootGroup .disabled:hover .text
{
	/*border-top: 1px solid #cbcbcb;*/
}

.RadMenu_Sparcoll2 .text
{
	padding: 0px 15px;
	/*font-size: 11px;*/
}

.RadMenu_Sparcoll2 .group
{
	background: white;
	border: 0px;
}

.RadMenu_Sparcoll2 .group .link
{
	background: #ffd17c;
/*	border: solid 1px #d1d1d1;
	border-top-color: white;*/
	text-align: left;
}

.RadMenu_Sparcoll2 .group .text
{
	padding-left:6px;
	padding-right: 40px;
}


.RadMenu_Sparcoll2 .group .link:hover .text,
.RadMenu_Sparcoll2 .group .focused .text,
.RadMenu_Sparcoll2 .group .expanded .text
{
	border-top: 0px;
}

.RadMenu_Sparcoll2 .group .link:hover,
.RadMenu_Sparcoll2 .group .focused,
.RadMenu_Sparcoll2 .group .expanded
{
	background: #4dbeed;
	/*border-bottom: 1px solid #ef2626;
	border-top: 1px solid white;*/
	/*font-weight: normal;*/
}

.RadMenu_Sparcoll2 .vertical .separator .text
{
	background: #ffd17c;
	font-size:1px;
	padding-top: 2px;
	/*border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;*/
}

.RadMenu_Sparcoll2 .expandLeft,
.RadMenu_Sparcoll2 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_Sparcoll2 .link:hover .expandLeft,
.RadMenu_Sparcoll2 .link:hover .expandRight,
.RadMenu_Sparcoll2 .focused .expandLeft,
.RadMenu_Sparcoll2 .focused .expandRight,
.RadMenu_Sparcoll2 .expanded .expandLeft,
.RadMenu_Sparcoll2 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_Sparcoll2_rtl .group .link:hover .expandLeft,
.RadMenu_Sparcoll2_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_Sparcoll2_rtl .expandLeft,
.RadMenu_Sparcoll2_rtl .expandRight
{
	/*background:transparent url(img/groupImageRTL.gif) left center no-repeat;*/
}
/* end right to left */

.RadMenu_Sparcoll2 div.PathItemx,
.RadMenu_Sparcoll2 div.PathItemx:link,
.RadMenu_Sparcoll2 .PathItemx,
.RadMenu_Sparcoll2 .PathItemx:link,
.RadMenu_Sparcoll2 .PathItem,
.RadMenu_Sparcoll2 .PathItem:link {
color:#FFFFFF !important;
background-color:#00629f !important;
}
.RadMenu_Sparcoll2 .PathItemx:hover,
.RadMenu_Sparcoll2 .PathItem:hover,
.RadMenu_Sparcoll2 div.PathItemx:hover {
color:#013DA4 !important;
background-color:#4dbeed !important;
}

.radmenu ul.rootgroup{
float:left;
}

.radmenu div.text{
width:100%;/* !important;*/
}


/*.submenuitemselected {color:#013DA4;font-size:12px;font-weight:bold;padding:4px 0 4px 5px;background:#4dbeed;border:#B1BDC5 solid;border-width:1px 0;z-index:10}
.submenuitemselected:hover {font-weight:bold}
.submenuitembreadcrumb {color:#F00;font-size:12px;font-weight:bold;padding:4px 0 4px 5px;border:#B1BDC5 solid;border-width:1px 0;z-index:10}
.submenu {border:0;background:#ffd17c;padding:0;margin-left:1px;z-index:10}
.rootmenuitem TD, .childlinknot {color:#013DA4;font-size:12px;font-weight:bold;background:#ffd17c;border-top:1px solid #FFF;padding:0 5px 0 10px;height:30px;line-height:30px}
.rootmenuitembreadcrumb TD, .childlinkispage {color:#FFF;font-size:12px;font-weight:bold;background:#00629f;border-top:1px solid #FFF;padding:0 5px 0 10px;height:30px;line-height:30px}
.rootmenuitemselected TD, .childlinkselected {color:#013DA4;font-size:12px;font-weight:bold;background:#4dbeed;border-top:1px solid #FFF;padding:0 5px 0 10px;height:30px;line-height:30px}
 make the table cell act like a link 
.childlinkselected {cursor: pointer;}
 end */