/* RadMenu Mac skin */

.RadMenu_Mac
{
	border: solid 0px #dadada;
	border-bottom: 0px;
	margin-top:7px;
}
.RadMenu_Mac .rootGroup .item
{
	width:196px;	
}
.RadMenu_Mac .rootGroup .last
{
	border:none;
}
.RadMenu_Mac .link
{
	text-decoration: none;
	font-weight: bold;
	color: #1d649c;
	line-height: 23px;
	width:196px;
	cursor:pointer;
	padding-left:0px;
	background-color:#f5f4f4;
	border-top:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	margin-bottom:2px;
}

.RadMenu_Mac .link:hover,
.RadMenu_Mac .focused,
.RadMenu_Mac .expanded
{
	color: #fa6314;
	cursor:pointer;
	text-decoration: none;
	font-weight: bold;
	
}
.RadMenu_Mac .text
{
	font-size: 12px;
	padding: 5px 1px 5px 20px;
	line-height:13px;
	min-height:13px;
	font-family:  Verdana,Arial, Sans-Serif;
	text-align:left;
	background-image:url(img/RedArrow.jpg);
	background-position:7px 8px;
	background-repeat:no-repeat;
	border-bottom:1px solid #e0e0e0;
}
.RadMenu_Mac .group
{
	background: white url('img/BGMenuLevel1.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;
}

.RadMenu_Mac .group .text
{
	padding-left: 12px;
	font-size:12px;
	color:#1d649c;
	text-align:left;
}

.RadMenu_Mac .group .link:hover,
.RadMenu_Mac .group .focused,
.RadMenu_Mac .group .expanded
{
	
	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:196px;	
}
.RadMenu_Mac .vertical .text
{
	font-size:12px;	
	font-weight:normal;
	background-image:url(img/Red_Circle.jpg);
	background-position:2px 9px;
	background-repeat:no-repeat;
	border-bottom:1px solid #d8eafb;
	padding: 5px 1px 5px 10px;
}
.RadMenu_Mac .expandLeft,
.RadMenu_Mac .expandRight
{
	background:transparent url(img/groupImage.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/invertedGroupImage.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:180px;
	float:right;
	line-height:22px;
	font-size:12px;
	color:#002562;
	text-indent:5px;	
	border-top:0px solid #e0e0e0;
	border-left:0px solid #e0e0e0;
	border-right:0px solid #e0e0e0;
	background-color:#fff;
}
.RadMenu_Mac .SubMenu .text
{
	font-size:12px;	
	font-weight:normal;
	border-bottom:1px solid #d7d7d7;
	width:180px;
	float:right;
}
.RadMenu_Mac .SubMenu .text,
.RadMenu_Mac .ActiveSubMenuItem .link .Text
{
	font-size:12px;	
	font-weight:normal;
	background-image:url(img/Red_Circle.jpg);
	background-position:2px 9px;
	background-repeat:no-repeat;
	border-bottom:1px solid #d8eafb;
	padding: 5px 1px 5px 5px;
}
.RadMenu_Mac .link .ActiveSubMenuItem .Text
{
	font-size:12px;	
	font-weight:normal;
	border-bottom:1px solid #d7d7d7;
}
.RadMenu_Mac .slide
{
	margin-left:196px;
	top:-26px;
}
.ShadowMenu
{
	background:#E9E9E9 url(img/shadow.png) repeat-y;
	position:relative;
	z-index:10;
	float:left;
	width:12px;
	margin-left:-12px;
}