/* RadMenu DC SBDC skin */

.RadMenu_DCSBDC /* main sect*/
{

}

.RadMenu_DCSBDC_Context
{
	background: none;
	border:0;
}

.RadMenu_DCSBDC .link
{
	line-height: 25px;
	text-decoration:none;
	color: white;
	background: #00468C;
	border-bottom: solid 1px #006699;
	font-size:.9em;
	 
}

.RadMenu_DCSBDC .link:hover,
.RadMenu_DCSBDC .focused,
.RadMenu_DCSBDC .expanded
{
	background-color:#000000;
	color:#FFFFFF;
}

.RadMenu_DCSBDC .text
{
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 100%;
	font-family: Verdana;
}


.RadMenu_DCSBDC .group
{
	/*border: solid 1px #737373; */
}

.RadMenu_DCSBDC .group .link
{
	text-align: left;
	color: white;
	background: #00468C;
	border-bottom: solid 1px #006699;
	border-left: solid 1px #006699;
}

.RadMenu_DCSBDC .group .link:hover,
.RadMenu_DCSBDC .group .focused,
.RadMenu_DCSBDC .group .expanded
{	/* mouseover sub menus */
	background-color:#000000;
	color:#FFFFFF;
		
}

.RadMenu_DCSBDC .leftArrow,
.RadMenu_DCSBDC .rightArrow,
.RadMenu_DCSBDC .topArrow,
.RadMenu_DCSBDC .bottomArrow,
.RadMenu_DCSBDC .leftArrowDisabled,
.RadMenu_DCSBDC .rightArrowDisabled,
.RadMenu_DCSBDC .topArrowDisabled,
.RadMenu_DCSBDC .bottomArrowDisabled
{
	background: #D18650 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_DCSBDC .topArrow,
.RadMenu_DCSBDC .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_DCSBDC .bottomArrow,
.RadMenu_DCSBDC .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_DCSBDC .rightArrow,
.RadMenu_DCSBDC .leftArrow
{
	height:100%;
}

.RadMenu_DCSBDC .rightArrow,
.RadMenu_DCSBDC .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_DCSBDC .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_DCSBDC .expandLeft,
.RadMenu_DCSBDC .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_DCSBDC_rtl .expandLeft,
.RadMenu_DCSBDC_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_DCSBDC .link:hover .expandLeft,
.RadMenu_DCSBDC .link:hover .expandRight,
.RadMenu_DCSBDC .focused .expandLeft,
.RadMenu_DCSBDC .focused .expandRight,
.RadMenu_DCSBDC .expanded .expandLeft,
.RadMenu_DCSBDC .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_DCSBDC_rtl .link:hover .expandLeft,
.RadMenu_DCSBDC_rtl .link:hover .expandRight,
.RadMenu_DCSBDC_rtl .focused .expandLeft,
.RadMenu_DCSBDC_rtl .focused .expandRight,
.RadMenu_DCSBDC_rtl .expanded .expandLeft,
.RadMenu_DCSBDC_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}