/* r.a.d.menu Mac skin */
.RadMenu_Mac2
{
	padding-top:0;
	height:73px;
	background:url(img/Separator.gif) left top no-repeat;
}
.RadMenu_Mac2 .link
{
	color:#142a7d;
	font-weight:bold !important;
	text-decoration:none;		
}
.RadMenu_Mac2 .link:visited
{
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
	cursor:pointer;
	_width:10px;
}

.RadMenu_Mac2 .link:hover, 
.RadMenu_Mac2 .focused
{
	font-size:12px;
	cursor:pointer;
	color:#ffffff;
	background-image:url(img/button_hover.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	font-weight:bold !important;		
}
.RadMenu_Mac2 .link:hover .menuApply
{
	color:White !important;
}
.RadMenu_Mac2 .expanded
{
	font-size:12px;
	cursor:pointer;
	background-image:url(img/button_hover.jpg);
	background-repeat:repeat-x;
	color:White;
	text-decoration:none;
}
.RadMenu_Mac2 .link:active 
{
	font-size:12px;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
}

.RadMenu_Mac2 .text .link 
.RadMenu_Mac2 .text .visited 
.RadMenu_Mac2 .text .active 
{
	color:#000000;
}
.RadMenu_Mac2 .text .link:hover 
.RadMenu_Mac2 .text .focused,
.RadMenu_Mac2 .text .expanded
{
	color:#000000;
}



.RadMenu_Mac2 .text
{
	display:block;
	font-size: 12px;
	padding-bottom:30px;
	line-height:17px;
	padding-left:15px;
	padding-right:16px;
	padding-top:25px;
	font-family:arial;
	text-decoration:none;
}


.RadMenu_Mac2 .group
{
	background-color: White;
	/*border: solid 1px #ffffff;*/
	/*background: url('img/bg.gif') center top repeat-x;*/
	border-left:solid 0px #ffffff;
	border-right:solid 0px #ffffff;
	border-top:solid 1px #002157;
	
}

.RadMenu_Mac2 .group .link
{
	/*background-color:#165393;*/
	
	float: right;
	_width: 200px; /* IE6 */
	min-width: 200px; /* IE7, Mozilla, Opera */
	text-align:left;
	color:#01336e;
	text-decoration:none;
	/*border-bottom:solid 1px #ffffff;	*/
	background: url('img/dots_sep.gif') center bottom repeat-x;

}

.RadMenu_Mac2 .group .text
{
	padding-left: 12px;
	padding-right: 12px;
	font-size:12px;
	font-family:Arial;
	padding-bottom:5px;
	padding-top:5px;	
	font-weight:bold;
	border:solid 1px #002157;
	border-top:none;
}

.RadMenu_Mac2 .group .text:hover
{
	color:#c20003;
}

.RadMenu_Mac2 .group .link:hover,
.RadMenu_Mac2 .group .focused,
.RadMenu_Mac2 .group .expanded
{
	/*background: url('img/over_rec.gif') left bottom repeat-x;*/
	background-color: White;
	cursor:pointer;
}

.RadMenu_Mac2 .leftArrow,
.RadMenu_Mac2 .rightArrow,
.RadMenu_Mac2 .topArrow,
.RadMenu_Mac2 .bottomArrow,
.RadMenu_Mac2 .leftArrowDisabled,
.RadMenu_Mac2 .rightArrowDisabled,
.RadMenu_Mac2 .topArrowDisabled,
.RadMenu_Mac2 .bottomArrowDisabled
{
	background: #326dc8 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Mac2 .topArrow,
.RadMenu_Mac2 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Mac2 .bottomArrow,
.RadMenu_Mac2 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Mac2 .rightArrow,
.RadMenu_Mac2 .leftArrow
{
	height:100%;
}

.RadMenu_Mac2 .rightArrow,
.RadMenu_Mac2 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Mac2 .vertical .separator .text
{
	padding-top: 1px;
	background-color:	#d0d2d4;
	width:3px;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Mac2 .vertical .separator
{
	padding-top: 1px;
	background-color:	#d0d2d4;
	width:3px;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Mac2 .horizontal .separator    
{   
    height: 65px;   
    width: 1px;  
    margin-left:0px;
    margin-right:0px; 
    background: transparent url(img/separator.gif) right center no-repeat;   
}  

.RadMenu_Mac2 .expandLeft,
.RadMenu_Mac2 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_Mac2_rtl .expandLeft,
.RadMenu_Mac2_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

/* right to left */
.RadMenu_Mac2_rtl .group .link:hover .expandLeft,
.RadMenu_Mac2_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	
}

.RadMenu_Mac2 .link:hover .expandLeft,
.RadMenu_Mac2 .link:hover .expandRight,
.RadMenu_Mac2 .focused .expandLeft,
.RadMenu_Mac2 .focused .expandRight,
.RadMenu_Mac2 .expanded .expandLeft,
.RadMenu_Mac2 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
