/* r.a.d.menu Mac skin */

/* MAIN FRAME*/
.RadMenu_he
{
	height:73px;
	width:779px;
	margin:auto;
	float:none;
}

/* MENU ITEM FORE COLOR */
.RadMenu_he .link
{
	color:#01336e;
}
.RadMenu_he .link:visited
{
	font-size:12px;
	text-decoration: none;
	cursor:pointer;
	color:#01336e;
}

.RadMenu_he .link:hover, 
.RadMenu_he .focused
{
	cursor:pointer;
}
/* MAIN MENU FRAME */
.RadMenu_he .expanded
{
	
}
/* MAIN MENU FRAME - ACTIVE WHEN YOU CLICKED ON IT */
.RadMenu_he .link:active 
{
	font-size:12px;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	
}

.RadMenu_he .text .link 
.RadMenu_he .text .visited 
.RadMenu_he .text .active 
{
	color:#000000;
}
.RadMenu_he .text .link:hover 
.RadMenu_he .text .focused,
.RadMenu_he .text .expanded
{
	color:#000000;
}







.RadMenu_he .text
{
	
/*	display:block;
	font-size: 14px;
	padding-bottom:30px;
	font-weight:normal;
	line-height:17px;
	font-family:arial;
	text-decoration:none;*/
}

/* SLIDING ITEMS MAIN FRAME */
.RadMenu_he .group
{
	background:url(img/menuSlideBgL.png) repeat-y right;
	-background-image:none; /*IE6 PNG REMOVE*/
	padding-right:6px !important;
	/*padding-left:6px !important;*/
	float:left;
}

.RadMenu_he .group .link
{	
	/*float: right;*/
	
	text-align:right;
	color:#0b2d4c;
	text-decoration:none;
	/*width:100%;*/
	width:258px;
	overflow:hidden;
	display:block;
	border-left:1px #ccc solid;
	/*border-bottom:1px #072540 solid;*/
	-border-right:1px #072540 solid; /*IE6 REPLACE PNG SHADOW WITH BORDER */
	/*background:#0b2d4c;*/
	/*filter:alpha(opacity=87);
	opacity:0.87;*/
	background: url('img/dots_sep.gif') center bottom repeat-x #fbfbf8;
	
	

}
.RadMenu_he .group .link:HOVER
{	
	color:#ffffff;
}
.RadMenu_he .group .text
{
	float: right;
	display:block;
	font-size:12px;
	font-family:Arial;
	padding-bottom:5px;
	padding-top:5px;	
	border-top:none !important;
	padding-right:10px;
}


.RadMenu_he .group .text:hover
{
	color:#ffffff;
	
}

.RadMenu_he .group .link:hover,
.RadMenu_he .group .focused,
.RadMenu_he .group .expanded
{
	cursor:pointer;
	display:block;
	width:100%;
	background:#294763;

}










/*




.RadMenu_he .leftArrow,
.RadMenu_he .rightArrow,
.RadMenu_he .topArrow,
.RadMenu_he .bottomArrow,
.RadMenu_he .leftArrowDisabled,
.RadMenu_he .rightArrowDisabled,
.RadMenu_he .topArrowDisabled,
.RadMenu_he .bottomArrowDisabled
{
	background: #326dc8 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_he .topArrow,
.RadMenu_he .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_he .bottomArrow,
.RadMenu_he .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_he .rightArrow,
.RadMenu_he .leftArrow
{
	height:100%;
}

.RadMenu_he .rightArrow,
.RadMenu_he .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_he .vertical .separator .text
{
	padding-top: 1px;
	background-color:	#d0d2d4;
	width:3px;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_he .vertical .separator
{
	padding-top: 1px;
	background-color:	#d0d2d4;
	width:3px;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_he .horizontal .separator    
{   
    height: 65px;   
    width: 1px;  
    margin-left:0px;
    margin-right:0px; 
    background: transparent url(img/separator.gif) right center no-repeat;   
}  

.RadMenu_he .expandLeft,
.RadMenu_he .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_he_rtl .expandLeft,
.RadMenu_he_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	
}

*/
/* right to left */

/*
.RadMenu_he_rtl .group .link:hover .expandLeft,
.RadMenu_he_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	
}

.RadMenu_he .link:hover .expandLeft,
.RadMenu_he .link:hover .expandRight,
.RadMenu_he .focused .expandLeft,
.RadMenu_he .focused .expandRight,
.RadMenu_he .expanded .expandLeft,
.RadMenu_he .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

*/