/* RadMenu Mac skin */

.RadMenu_Mac
{
	border: solid 0px #dadada;
	border-bottom: 0px;
	/*background-color:#E8E8E8 ;*/
}
.RadMenu_Mac .rootGroup .item
{
	width:190px;	
}
.RadMenu_Mac .rootGroup .last
{
	border:none;
}
.RadMenu_Mac .link
{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	width:220px;
	cursor:pointer;
	padding-left:0px;
	/*background: #fff url('img/bg_menu.jpg') repeat-x;*/
}

.RadMenu_Mac .link:hover,
.RadMenu_Mac .focused,
.RadMenu_Mac .expanded
{
	color: #fa6314;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
	/*background: #fff url('img/bg_menu_hover.jpg') repeat-x;*/
	
}

.RadMenu_Mac .text
{
	font-size: 12px;
	padding: 5px 1px 5px 5px;
	line-height:13px;
	min-height:13px;
	font-family:  Verdana,Arial, Sans-Serif;
	text-align:left;
	/*border-bottom:1px solid #b7d9f4;*/
}

.RadMenu_Mac .group
{
	/*background: white url('img/bg_menu.jpg') repeat-x;*/
	text-align:left;
	border: solid 1px #dadada;
}

.RadMenu_Mac .group .link
{
	background: none;
	float: left;
	_width: 140px; /* IE6 */
	min-width: 140px; /* IE7, Mozilla, Opera */
	text-align: left;
	font-weight:bold;
	color: #333;
	background-color:White;
	/*background: white url('img/bg_menu.jpg') repeat-x;*/
}

.RadMenu_Mac .group .text
{
	padding-left: 12px;
	font-size:11px;
	color:#1d649c;
	text-align:left;
}

.RadMenu_Mac .group .link:hover,
.RadMenu_Mac .group .focused,
.RadMenu_Mac .group .expanded
{
	background: white url('img/bg_menu_hover.jpg') repeat-x;
	color: #1d649c;
}

.RadMenu_Mac .leftArrow,
.RadMenu_Mac .rightArrow,
.RadMenu_Mac .topArrow,
.RadMenu_Mac .bottomArrow,
.RadMenu_Mac .leftArrowDisabled,
.RadMenu_Mac .rightArrowDisabled,
.RadMenu_Mac .topArrowDisabled,
.RadMenu_Mac .bottomArrowDisabled
{
	background: #326dc8 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Mac .topArrow,
.RadMenu_Mac .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Mac .bottomArrow,
.RadMenu_Mac .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Mac .rightArrow,
.RadMenu_Mac .leftArrow
{
	height:100%;
}

.RadMenu_Mac .rightArrow,
.RadMenu_Mac .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Mac .vertical .separator .text
{
	padding-top: 1px;
	background:	#d0d2d4;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
	padding-left:30px;
}
.RadMenu_Mac .vertical .link
{
	width:190px;	
}
.RadMenu_Mac .vertical .text
{
	font-family :Tahoma ;
	font-size :11px;
	font-weight: bold ;
	padding: 5px 1px 5px 15px;
	line-height:13px;
	min-height:13px;
	text-align:left;
	/*border-bottom:1px solid #b7d9f4;*/
}
.RadMenu_Mac .expandLeft,
.RadMenu_Mac .expandRight
{
	/*background:transparent url(img/invertedGroupBlueImage.gif) right center no-repeat;*/
}

.RadMenu_Mac_rtl .expandLeft,
.RadMenu_Mac_rtl .expandRight
{
	/*background: transparent url(img/left.gif) left center no-repeat;*/	
}

/* right to left */
.RadMenu_Mac_rtl .group .link:hover .expandLeft,
.RadMenu_Mac_rtl .group .link:hover .expandRight
{
	/*
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	*/
	
}


.RadMenu_Mac .link:hover .expandLeft,
.RadMenu_Mac .link:hover .expandRight,
.RadMenu_Mac .focused .expandLeft,
.RadMenu_Mac .focused .expandRight,
.RadMenu_Mac .expanded .expandLeft,
.RadMenu_Mac .expanded .expandRight
{
	/*background:transparent url(img/invertedGroupBlueImage.gif) right center no-repeat;*/
}

.RadMenu_Mac .rootGroup .disabled,
.RadMenu_Mac .rootGroup .disabled:hover
{
    color:#999;
}

.RadMenu_Mac .rootGroup .disabled:hover
{
    /*background:#E9E9E9 url(img/BGMenuLevel2.jpg) no-repeat;*/
}

.RadMenu_Mac .group .disabled,
.RadMenu_Mac .group .disabled:hover
{
    background: transparent;
    border: none;
    color: #999;
}
.RadMenu_Mac .ActiveSubMenuItem 
{
	color:#fa6314;	
	font-size:12px;
	text-indent:0px;	
	/*background:url(img/BGMenuLevel2.jpg) repeat-y;		*/
	
}
.RadMenu_Mac .SubMenu 
{
	width:100%;
	line-height:22px;
	font-size:11px;
	color:#002562;
	text-indent:5px;	
	/*background:url(img/BGMenuLevel2.jpg) repeat-y;	*/
}
.RadMenu_Mac .SubMenu .text
{
	font-size:12px;	
	font-weight:normal;
	border-bottom:1px solid #d8eafb;
}
.RadMenu_Mac .link .ActiveSubMenuItem .Text
{
	font-size:11px;	
	font-weight:normal;
	border-bottom:1px solid #d8eafb;
}