/* RadMenu Aim skin */
.showpath
{
	
}


.RadMenu_Aim 
{
}

.RadMenu_Aim .link
{
	text-decoration:none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 25px;	
	text-align: center;	
	padding: 0px 16px 0px 0px;	
}


* html .RadMenu_Aim .link /* IE6 */
{
}

.RadMenu_Aim .last .link
{
}

.RadMenu_Aim .vertical .link
{
}

.RadMenu_Aim .link:hover,
.RadMenu_Aim .focused,
.RadMenu_Aim .expanded
{
	cursor:pointer;
	cursor:hand; /*MSIE5-support */
	color:White;
}

.RadMenu_Aim .rootGroup .disabled:hover
{
}

.RadMenu_Aim .text
{
	/*color:#DDDDE8;	*/
	color:#CCCCCC;
	font-family: Arial, Verdana;
	font-weight:bold;
			
	text-align:left;
		
	cursor:pointer;
	cursor:hand; /*MSIE5-support */
}
.RadMenu_Aim .text:hover
{
	color:#FFFFFF;
}




.RadMenu_Aim .group
{	
	width:250px;
	/*width:100%;*/
	
	cursor:pointer;
	cursor:hand; /*MSIE5-support */			
}

.RadMenu_Aim .group .text
{
	padding-left: 15px;
	padding-right: 30px;
	color: #707070;		
}      

.RadMenu_Aim .group .link
{	
	width:100%;
	background-color:White;
	border-left:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
	
	height: 20px;
	text-align: left;
	
	float:left;
	filter:alpha(opacity=95);
	-moz-opacity:.85;
	opacity:.85;
}

* html .RadMenu_Aim .group .link /* IE6 */
{
	background-color:White;
	width:100%;
	
	border-left:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
	
	/*background: url('img/dropdown_over.gif') repeat-y;*/
	/*height:20px;*/
	
	float:left;
	filter:alpha(opacity=95);
	-moz-opacity:.85;
	opacity:.85;
}

.RadMenu_Aim .group .last .link
{
	/*background: url('img/dropdown.gif') no-repeat;*/	
	/*height:40px;		*/
	
	background-color:White;
	border-left:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
	border-bottom:solid 1px #DDDDDD;
	
	padding-bottom:15px;
	
	vertical-align:top;
	
	float:left;
	filter:alpha(opacity=95);
	-moz-opacity:.85;
	opacity:.85;
}

.RadMenu_Aim .group .first .link
{
	/*background: url('img/dropdown_over.gif') repeat-y;*/
	/*height:20px;*/
	
	background-color:White;	
	border-left:solid 1px #DDDDDD;
	border-right:solid 1px #DDDDDD;
	
	width:100%;
		
	float:left;
	filter:alpha(opacity=95);
	-moz-opacity:.85;
	opacity:.85;
}

.RadMenu_Aim .group .first .link:hover,
.RadMenu_Aim .group .first .focused,
.RadMenu_Aim .group .first .expanded
{	
	text-decoration:underline;
}

.RadMenu_Aim .group .link:hover,
.RadMenu_Aim .group .focused,
.RadMenu_Aim .group .expanded
{	
	text-decoration:underline;
}

.RadMenu_Aim .leftArrow,
.RadMenu_Aim .rightArrow,
.RadMenu_Aim .topArrow,
.RadMenu_Aim .bottomArrow,
.RadMenu_Aim .leftArrowDisabled,
.RadMenu_Aim .rightArrowDisabled,
.RadMenu_Aim .topArrowDisabled,
.RadMenu_Aim .bottomArrowDisabled
{	
}

.RadMenu_Aim .topArrow,
.RadMenu_Aim .topArrowDisabled
{
	width:100%;
}

.RadMenu_Aim .bottomArrow,
.RadMenu_Aim .bottomArrowDisabled
{	
	width:100%;
}

.RadMenu_Aim .rightArrow,
.RadMenu_Aim .leftArrow
{
	height:100%;
}

.RadMenu_Aim .rightArrow,
.RadMenu_Aim .rightArrowDisabled
{
}

.RadMenu_Aim .vertical .separator .text
{
	padding-top: 3px;
	background: #cdcece url('img/Separator.gif');
	font-size: 1px;
}

.RadMenu_Aim .expandLeft,
.RadMenu_Aim .expandRight
{
	/*background:transparent url(img/groupImage.gif) right center no-repeat;
	padding-right:6px;*/
	/*display:none;*/
}

/* right to left */

.RadMenu_Aim_rtl .vertical *,
.RadMenu_Aim_rtl .group .link
{
    text-align:right !important;
}

.RadMenu_Aim_rtl .rootGroup .text
{
    padding-right: 6px;
}

.RadMenu_Aim_rtl .expandLeft,
.RadMenu_Aim_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	margin-left: 8px;
}

.RadMenu_Aim .link:hover .expandLeft,
.RadMenu_Aim .link:hover .expandRight,
.RadMenu_Aim .focused .expandLeft,
.RadMenu_Aim .focused .expandRight,
.RadMenu_Aim .expanded .expandLeft,
.RadMenu_Aim .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;	
}

.RadMenu_Aim_rtl .link:hover .expandLeft,
.RadMenu_Aim_rtl .link:hover .expandRight,
.RadMenu_Aim_rtl .expanded .expandLeft,
.RadMenu_Aim_rtl .expanded .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
}
