/* r.a.d.menu Web 2.0 skin */

.RadMenu_SRC 
{
	/*background: url('img/MenuItemBackground.gif');*/
	/*border-left: solid 1px #cccccc;*/
    text-align:center;
}

.RadMenu_SRC_Context
{
	background: url('img/MenuItemBackground.gif');
	border:0;
}

.RadMenu_SRC .link
{
	float: left;
	text-decoration: none;
	color: #000000;
	
	background: transparent;
}

.RadMenu_SRC .link:hover,
.RadMenu_SRC .focused,
.RadMenu_SRC .expanded
{
	color: #000000;
	/*background: transparent url('img/MenuItemBackground.gif') no-repeat center;*/
}
.RadMenu_SRC .group .link:hover .text,
.RadMenu_SRC .group .focused .text,
.RadMenu_SRC .group .expanded .text
{
  color: #CCCCCC; /* override the inherited border */
}


.RadMenu_SRC .link:hover .text,
.RadMenu_SRC .focused .text,
.RadMenu_SRC .expanded .text
{
   color: #CCCCCC;
}


.RadMenu_SRC .rootGroup .text
{
	/*background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;*/
	padding-left: 13px;
	margin-right: 4px;
	font: bold 11px verdana,arial,helvetica;
	
	line-height: 19px;
	padding-right: 13px;

	
		cursor: pointer; 
	cursor: hand; 
	
 
	color: gray; 
	
    vertical-align:middle;
	
}




.RadMenu_SRC .horizontal .expandBottom,  
.RadMenu_SRC .horizontal .expandTop  
{  
 /* background: transparent url('img/RootGroupArrowDown.gif') no-repeat right center;  */
} 

.RadMenu_SRC .vertical .expandLeft,
.RadMenu_SRC .vertical .expandRight  
{  
 /* background: transparent url('img/groupImage.gif') no-repeat right center;  */
} 


.RadMenu_SRC .slide
{
	margin-top:-1px;
}

.RadMenu_SRC .group
{
	border: solid 1px #cccccc;
	background: white;
	text-align:left;
}

.RadMenu_SRC .group .link
{
	background: white;
	border: 0px;
	border-bottom: solid 1px #CCCCCC;
	color: gray;
	/*border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;*/
	line-height: 16px;
}

.RadMenu_SRC .group .text
{
	
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 11px;
	line-height: 16px;
	font-weight:bold;
		cursor: pointer; 
	cursor: hand; 
	
}

.RadMenu_SRC .group .link:hover
{
    color:#CCCCCC;
    
    }
.RadMenu_SRC .group .focused,
.RadMenu_SRC .group .expanded
{
	background: white;
	border: 0px;
	border-bottom: solid 1px gray;
	
}

.RadMenu_SRC .leftArrow,
.RadMenu_SRC .rightArrow,
.RadMenu_SRC .topArrow,
.RadMenu_SRC .bottomArrow,
.RadMenu_SRC .leftArrowDisabled,
.RadMenu_SRC .rightArrowDisabled,
.RadMenu_SRC .topArrowDisabled,
.RadMenu_SRC .bottomArrowDisabled
{
	/*background: #e7f1ff url('img/left.gif') center center no-repeat;
	width: 15px;*/
}

.RadMenu_SRC .topArrow,
.RadMenu_SRC .topArrowDisabled
{
	/*background-image: url('img/top.gif');
	width: 100%;*/
}

.RadMenu_SRC .bottomArrow,
.RadMenu_SRC .bottomArrowDisabled
{
	/*background-image:url('img/bottom.gif');
	width: 100%;*/
}

.RadMenu_SRC .rightArrow,
.RadMenu_SRC .leftArrow
{
	height: 100%;
}

.RadMenu_SRC .rightArrow,
.RadMenu_SRC .rightArrowDisabled
{
	/*background-image: url('img/right.gif');*/
}

.RadMenu_SRC .vertical .separator .text
{
	/*padding-top: 2px;
	background: white;
	font-size: 1px;*/
}

.RadMenu_SRC .expandLeft,
.RadMenu_SRC .expandRight
{
	/*background: transparent url(img/groupImage.gif) right center no-repeat !important;*/
}

.RadMenu_SRC .link:hover .expandLeft,
.RadMenu_SRC .link:hover .expandRight,
.RadMenu_SRC .focused .expandLeft,
.RadMenu_SRC .focused .expandRight,
.RadMenu_SRC .expanded .expandLeft,
.RadMenu_SRC .expanded .expandRight
{
	/*background: transparent url(img/invertedGroupImage.gif) right center no-repeat;*/
}

/* mozilla only - disabled state */
.RadMenu_SRC .link.disabled, .RadMenu_SRC .link.disabled:hover
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #000000;
	background: none;
}
