/* r.a.d.menu Fusion skin */


.RadMenu_Menu
{	
	font:6px Tahoma, sans-serif;
	line-height:18px;
	height:18px;
	width:100%;
}

.RadMenu_Menu .rootGroup
{
	
}

.RadMenu_Menu .item
{
	padding:0;
	padding-left:3px;
}

.RadMenu_Menu .level1 .text
{
	padding-right:50px;
}

.RadMenu_Menu .last
{
	padding-right:3px;
}

.RadMenu_Menu .link
{
	color:White;
	text-decoration:none;
	padding:0 15px;
	font-size:12px;
	
}


.RadMenu_Menu .link:hover
{
	color:White;
	cursor:hand;
	background-color:#53B5FF;
	background-image:url(img/top_item_hover.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.RadMenu_Menu  .first .link:hover
{
	background:none;
	background-image:url(img/top_item_hover_first.gif);
	background-position:left;
	background-repeat:no-repeat;
}



.RadMenu_Menu .group
{
	border-top: 1px solid #90C0F5;
	border-left: 1px solid #90C0F5;
	
	background-color:#000000;
	background:#000000 url(img/menuBg_new.gif);
	background-repeat:repeat-x;
	background-position:top;
	
}

.RadMenu_Menu .level1 .item,
.RadMenu_Menu .level1 .last
{
	padding:0;
}

.RadMenu_Menu .level1 .link
{
	border-right:1px solid #90C0F5;
	border-bottom:1px solid #90C0F5;

	padding-left:18px;
	padding-right:5px;
	/*background-color:#53B5FF;*/
	color:White;
}

.RadMenu_Menu .level1 .expandLeft,
.RadMenu_Menu .level1 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_Menu_rtl .level1 .expandLeft,
.RadMenu_Menu_rtl .level1 .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	padding-left: 12px !important;
}

.RadMenu_Menu_rtl .level1 .group .link:hover .expandLeft,
.RadMenu_Menu_rtl .level1 .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	margin-left: -2px;
}

.RadMenu_Menu .level1 .link:hover
{
	border-left: 5px solid #58DA6F;
	color:White;
	padding-left:13px;
	background-image: url(img/item_hover.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#2C608F;
	
	
}

.RadMenu_Menu .leftArrow,
.RadMenu_Menu .rightArrow,
.RadMenu_Menu .topArrow,
.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .leftArrowDisabled,
.RadMenu_Menu .rightArrowDisabled,
.RadMenu_Menu .topArrowDisabled,
.RadMenu_Menu .bottomArrowDisabled
{
	background: #c2c2c2 url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_Menu .topArrow,
.RadMenu_Menu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
}

.RadMenu_Menu .bottomArrow,
.RadMenu_Menu .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width: 100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .leftArrow
{
	height:100%;
}

.RadMenu_Menu .rightArrow,
.RadMenu_Menu .rightArrowDisabled
{
	background-image:url('img/right.gif');
}
.RadMenu_Menu .testCSS:hover
{
	cursor:pointer;
}