﻿/* RadMenu ITaCS skin */

.RadMenu_Menu 
{
	
	border: 0;
	/*border-bottom-width: 0;
	border-top-color: #383838;*/
	/*background: #fff url(Images/ITaCS/Menu/MenuBackground.gif) repeat-x top left;*/
	background-color:#fff;
	text-align: left;
	margin:3px 0 0 0;
}

.RadMenu_Menu_rtl
{
	text-align: right;
}

.RadMenu_Menu_Context
{
	background: none;
	border: 0;
}

.RadMenu_Menu a
{
	text-decoration: none;
}

.RadMenu_Menu .rmLink
{
	line-height: 24px;
	text-decoration: none;
	color: #333;
}

.RadMenu_Menu .rmLink:focus,
.RadMenu_Menu .rmFocused
{
	outline: 0;
}

.RadMenu_Menu .rmExpanded
{
	z-index: 10000;
}

.RadMenu_Menu .rmLink:hover,
.RadMenu_Menu .rmFocused,
.RadMenu_Menu .rmExpanded
{
	background-color: #fff;
	color: #ff6f20;
	cursor:pointer !important;
}

.RadMenu_Menu .rmLink .rmText
{
	font: normal 12px Arial, sans-serif;
}

.RadMenu_Menu .rmGroup
{
	background: #fff;
	
	/*filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;*/
}

.RadMenu_Menu .rmGroup .rmLink
{
	text-decoration: none;
	color: #333;
}

.RadMenu_Menu_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Menu .rmGroup .rmLink:hover,
.RadMenu_Menu .rmGroup .rmFocused,
.RadMenu_Menu .rmGroup .rmExpanded
{
	color: #fff;
	background: #003366;	
}

.RadMenu_Menu .rmText
{
	padding: 5px 10px 5px 10px;
}

.RadMenu_Menu .rmGroup .rmLink .rmText
{
	font-size: 12px;
}

/* <expand arrows styling> */

.RadMenu_Menu .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Images/ITaCS/Menu/ArrowExpand.gif) no-repeat right -3px;
}

.RadMenu_Menu .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Images/ITaCS/Menu/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_Menu .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Menu .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Menu .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Images/ITaCS/Menu/ArrowExpandHovered.gif);
}

.RadMenu_Menu .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Menu .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Menu .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Images/ITaCS/Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_Menu .rmHorizontal .rmItem { border-right: 0; }
.RadMenu_Menu .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_Menu .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_Menu .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_Menu_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_Menu .rmRootGroup .rmGroup .rmItem,
.RadMenu_Menu_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; }

.RadMenu_Menu .rmGroup
{
	border: 1px solid #b5bec8;
	background-color: #fff;
}

.RadMenu_Menu .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_Menu .rmTopArrowDisabled,
.RadMenu_Menu .rmBottomArrowDisabled,
.RadMenu_Menu .rmLeftArrowDisabled,
.RadMenu_Menu .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_Menu .rmTopArrow,
.RadMenu_Menu .rmBottomArrow,
.RadMenu_Menu .rmLeftArrow,
.RadMenu_Menu .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_Menu .rmTopArrow,
.RadMenu_Menu .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Images/ITaCS/Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_Menu .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_Menu .rmLeftArrow,
.RadMenu_Menu .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Images/ITaCS/Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_Menu .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_Menu .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_Menu .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_Menu .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_Menu .rmRootGroup .rmSeparator,
.RadMenu_Menu .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_Menu .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Menu .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_Menu .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_Menu .rmLeftImage
{
	margin: 2px;
}

.RadMenu_Menu .rmSlide
{
	margin: 0 0 0 -1px !important;
}

* html .RadMenu_Menu .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_Menu .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_Menu_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_Menu_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_Menu_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_Menu .rmItem .rmDisabled:hover
{
	background: none;
}