/* RadMenu Dialcom skin */
.RadMenu_Dialcom
{
	float:left;
	clear:right;
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	width:592px;
}
/*#ctl00_RadMenu1_m0{background:none; }*/
.RadMenu_Dialcom .link
{
	float:left;
	margin:0px;
	display:inline;
	text-decoration:none;
	margin:0px; 
}

.RadMenu_Dialcom .link .text
{	
}


.RadMenu_Dialcom .link:hover,
.RadMenu_Dialcom .focused,
.RadMenu_Dialcom .expanded
{
	border-bottom: 3px solid #F9F9F7;
	color: #666666;
	text-decoration:none;
}

.RadMenu_Dialcom .link:hover .text,
.RadMenu_Dialcom .focused .text,
.RadMenu_Dialcom .expanded .text
{
	background:none; 
}

.RadMenu_Dialcom .rootGroup .disabled:hover
{
	border-bottom: 2px solid #d4cbb7;
	border-top: 2px solid #d4cbb7;
	background: #d4cbb7;
}

.RadMenu_Dialcom .rootGroup .disabled:hover .text
{
	border-top: 1px solid #d4cbb7;
}

.RadMenu_Dialcom .text
{
	font-size: 12px;
	font-family:arial;
	margin:0px; 
}

.RadMenu_Dialcom .group
{
	border: 0px;
}

.RadMenu_Dialcom .group .link
{
	background: #F9F9F7;
	border: solid 1px #e3d5bf;
	border-top-color: white;
	padding-right: 0px;
	text-align: left;
	text-decoration:none;
}

.RadMenu_Dialcom .group .text
{
	padding-left:6px;
	padding-right: 40px;
	font-weight:bold; font-size:11px; 
}


.RadMenu_Dialcom .group .link:hover .text,
.RadMenu_Dialcom .group .focused .text,
.RadMenu_Dialcom .group .expanded .text
{
	border-top: 0px;
}

.RadMenu_Dialcom .group .link:hover,
.RadMenu_Dialcom .group .focused,
.RadMenu_Dialcom .group .expanded
{
	background: #f8f7f4;
	border-bottom: 1px solid #F9F9F7;
	border-top: 1px solid white;
	font-weight: normal;
}

.RadMenu_Dialcom .leftArrow,
.RadMenu_Dialcom .rightArrow,
.RadMenu_Dialcom .topArrow,
.RadMenu_Dialcom .bottomArrow,
.RadMenu_Dialcom .leftArrowDisabled,
.RadMenu_Dialcom .rightArrowDisabled,
.RadMenu_Dialcom .topArrowDisabled,
.RadMenu_Dialcom .bottomArrowDisabled
{
	border-left: 1px solid #e3d5bf;
	border-right: 1px solid #e3d5bf;
	background: #F9F9F7 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Dialcom .topArrow,
.RadMenu_Dialcom .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Dialcom .bottomArrow,
.RadMenu_Dialcom .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Dialcom .rightArrow,
.RadMenu_Dialcom .leftArrow
{
	height:100%;
}

.RadMenu_Dialcom .rightArrow,
.RadMenu_Dialcom .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_Dialcom .vertical .separator .text
{
	background: #e0dcd4;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px #e3d5bf;
	border-right: solid 1px #e3d5bf;
}

.RadMenu_Dialcom .expandLeft,
.RadMenu_Dialcom .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Dialcom .link:hover .expandLeft,
.RadMenu_Dialcom .link:hover .expandRight,
.RadMenu_Dialcom .focused .expandLeft,
.RadMenu_Dialcom .focused .expandRight,
.RadMenu_Dialcom .expanded .expandLeft,
.RadMenu_Dialcom .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_Dialcom_rtl .group .link:hover .expandLeft,
.RadMenu_Dialcom_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
}

.RadMenu_Dialcom_rtl .expandLeft,
.RadMenu_Dialcom_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */