/* r.a.d.menu Mac skin */
.RadMenu_Mac
{
	
	margin-left:53px;
	-margin-left:39px;
	
}
.innerPageMenu .RadMenu_Mac
{
	margin-left:78px;
	-margin-left:39px;
	
}
.RadMenu_Mac .link
{
	text-decoration: none;
	font-weight: bold;
	color: #165393;
	line-height: 27px;
	cursor:pointer;
	outline:0;
	

}
.link {
	font-size:13px;
	display:block;
	float:left;
	height:34px;
	font-family: Trebuchet MS,Verdana,arial;
	padding:10px 45px 0 45px;
	border-top:none;
	border-bottom:none;
	border-right:none;
}
.innerPageMenu .link {
	font-size:13px;
	display:block;
	float:left;
	height:34px;
	font-family: Trebuchet MS,Verdana,arial;
	padding:10px 41px 0 41px;
	border-top:none;
	border-bottom:none;
	border-right:none;
}
.last
{
	border-right:1px white solid;
}
.RadMenu_Mac .link:hover,
.RadMenu_Mac .focused,
.RadMenu_Mac .expanded
{

	color: #ffffff;
	cursor:pointer;
	background: url('img/otiMenuActive.png') repeat-x ;
	-background: url('img/otiMenuActive.jpg') repeat-x ;
}
.menuItemActive
{

	color: #ffffff !important;
	cursor:pointer;
	background: url('img/otiMenuActive.png') repeat-x !important;
	-background: url('img/otiMenuActive.jpg') repeat-x !important;
}
.RadMenu_Mac .item
{
	border-left:1px white solid;
}
.RadMenu_Mac .text
{
/*	font-size:13px;
	display:block;
	height:36px;
	font-family: Trebuchet MS,Verdana,arial;
	padding:10px 70px 0 0 ;*/
}

.RadMenu_Mac .group
{
	background-color:#0066b5;
	border: dotted 1px #ffffff;
	/*background: url('img/bg.gif') center top repeat-x;*/
	border-top:1px white dotted;
	border-bottom:none;
}

.RadMenu_Mac .group .link
{
	/*background-color:#165393;*/
	
	float: right;
	_width: 180px; /* IE6 */
	min-width: 185px; /* IE7, Mozilla, Opera */
	/*text-align:left;*/
	color: #ffffff;
	/*border-bottom:solid 1px #ffffff;	*/
	background: url('img/dots_sep.gif') center bottom repeat-x;
	height:30px !important; 
	line-height:30px;
	vertical-align:middle;
	padding-top:0px !important;
	padding-left:0;	
	position:relative;
	left:-1px;

}
.RadMenu_Mac .group .item
{
	border-left:none;
}
.RadMenu_Mac .group .last
{
	border:none !important;
}

.RadMenu_Mac .group .text
{
	padding-left: 12px;
	padding-right: 12px;
	font-size:11px;
	font-family: Arial,Trebuchet MS,Verdana,arial;	
	font-weight:bold;
}

.RadMenu_Mac .group .link:hover,
.RadMenu_Mac .group .focused,
.RadMenu_Mac .group .expanded, .popMenuActive
{
	color: #ffffff;
	background-color:#003272;
}

.popMenuActive
{
	color: #ffffff !important;
	background-color:#003272 !important;
}

.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;
}

.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;
}
