﻿
/* RadMenu AICT skin */

#menu
{
	float: left;
	height: 43px;
	margin-bottom: 0px;
	width:840px;
	font-size: 12px;
	text-decoration: none;
	text-transform:uppercase;
	
}

#MenuBG
{    
    background-color:#0c3f71;
    top: 0px;
    right: 0px;
    width:100%;
    height:43px;
    }
    
.RadMenu_AICT 
{
   font:inherit;
    font-weight:normal;
    top: 0px;
    right: 0px;
}

.RadMenu_AICT_rtl
{
	text-align: left;
	direction:ltr;
}

.RadMenu_AICT_Context
{
	background: none;
	
}

.RadMenu_AICT a 
{
	
	text-decoration: none;
	color: #fff;/* Font Color of menu */
	font-family:Candara,Arial !important ; 
	font-size:11px;
	font-weight:bold;
width:100% ; 

}



.RadMenu_AICT .rmLink:focused,
.RadMenu_AICT .rmFocused
{
	outline: 0;	
}

.RadMenu_AICT .rmExpanded
{
	z-index: 10000;
}

.RadMenu_AICT .rmLink:hover,
.RadMenu_AICT .rmFocused,
.RadMenu_AICT .rmExpanded
{
	 background-image: url(Images/MainMenuButtonOverNoArrow.jpg);
	color: #fff;/* Mouse Over Font Color of menu */
	cursor:pointer;

}

.RadMenu_AICT .rmLink .rmText
{
    margin-left:auto !important;
    margin-right:auto !important;
    right:3px !important;

}

.RadMenu_AICT .rmGroup
{
	/***************** 24 / 11 / 2010******************
		background: #357F9B;
*/
background-image: url(Images/MainMenuButtonOverNoArrow.jpg);
}

.RadMenu_AICT .rmLink
{
	  width:100%;
  color:white;
  font-family:Candara,Arial !important ; 
  white-space:nowrap ;
  font-size:11px;
  text-transform:uppercase  ;
	background-image: url(Images/MainMenuButton.jpg);

	background-position:left;
 
  vertical-align:middle;
  border-left-style:solid;
  border-left-color:#0b61c1;
  border-left-width:1px;
  cursor:pointer;
  line-height:43px;
}



.RadMenu_AICT .rmGroup .rmLink
{
	background-image: url(Images/submenubg.gif) ;
	background-repeat:no-repeat;
	height:34px !important;
	background-color:#448bcb;
	line-height:30px !important;
}
.RadMenu_AICT .rmGroup .rmLink:hover
{
	background-color:#00335d;
	background-image: url(Images/submenuselectedbg.gif) !important;
}

.RadMenu_AICT .rmGroup .rmLink:hover,
.RadMenu_AICT .rmGroup .rmFocused,
.RadMenu_AICT .rmGroup .rmExpanded
{
	color: #fff;/* Change Color about submenu mouse over  */
	background-image: url(Images/MainMenuButtonOverNoArrow.jpg);
	
}


.RadMenu_AICT .rmGroup .rmLink .rmText
{
	padding-left: 18px !important;
	text-align:left !important;
	
}

/* <expand arrows styling> */

.RadMenu_AICT .rmGroup .rmLink .rmExpandRight
{
   /* background-color: #6b6b6b;  Color if menuItem Contain SubMenu */
	background-image: url(Images/rightArrow.gif);
}

.RadMenu_AICT .rmGroup .rmLink .rmExpandLeft
{
background-image: url(Images/rightArrow.gif);
}

.RadMenu_AICT .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_AICT .rmGroup .rmFocused .rmExpandRight,
.RadMenu_AICT .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Images/rightArrow.gif);
}

.RadMenu_AICT .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_AICT .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_AICT .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Images/rightArrow.gif);
}

/* </expand arrows styling> */

.RadMenu_AICT .rmHorizontal .rmItem 
{/*
  background-image:url(..//images/menusep.png);
    background-repeat:no-repeat;    
*/

  border-left-color:#0b61c1;
  border-left-width:1px;
  }
.RadMenu_AICT .rmHorizontal .rmLast {}

.RadMenu_AICT .rmVertical .rmItem {  }
.RadMenu_AICT .rmVertical .rmLast {  }

.RadMenu_AICT_rtl .rmHorizontal .rmItem {}

.RadMenu_AICT .rmRootGroup .rmGroup .rmItem,
.RadMenu_AICT_Context .rmGroup .rmItem
{ }

.RadMenu_AICT .rmGroup
{
/*background-color: #fff;*/

}

.RadMenu_AICT .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_AICT .rmTopArrowDisabled,
.RadMenu_AICT .rmBottomArrowDisabled,
.RadMenu_AICT .rmLeftArrowDisabled,
.RadMenu_AICT .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_AICT .rmTopArrow,
.RadMenu_AICT .rmBottomArrow,
.RadMenu_AICT .rmLeftArrow,
.RadMenu_AICT .rmRightArrow
{

}

.RadMenu_AICT .rmTopArrow,
.RadMenu_AICT .rmBottomArrow
{
	height: 10px;
	
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_AICT .rmBottomArrow
{
	background-position: center -18px;
}


.RadMenu_AICT .rmLeftArrow
{
	background:  url(Images/left.gif) no-repeat right center;


	margin-top:6px !important;
}

.RadMenu_AICT .rmRightArrow
{
	
	background:  url(Images/right.gif) no-repeat right center;

	margin-top:6px !important;
}



.RadMenu_AICT .rmRightArrow
{
	
}

.RadMenu_AICT .rmItem .rmDisabled .rmText
{

}

.RadMenu_AICT .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_AICT .rmGroup .rmItem .rmDisabled
{
	
}

.RadMenu_AICT .rmRootGroup .rmSeparator,
.RadMenu_AICT .rmGroup .rmSeparator
{
	background: #8f8f8f;
	
	border-bottom: 0;
}

.RadMenu_AICT .rmSeparator .rmText
{
	display: none;
	float:none !important;
}

.RadMenu_AICT .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 0px;
	line-height: 20px;
	border: 0;
}

.RadMenu_AICT .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	line-height: 1px;
}

.RadMenu_AICT .rmLeftImage
{
	margin: 2px;
}

.RadMenu_AICT .rmSlide
{
	margin: 0px 0 0 1px !important;
}

* html .RadMenu_AICT .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_AICT .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_AICT_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_AICT_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_AICT_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_AICT .rmItem .rmDisabled:hover
{
	background: none;
}
/*****************************************/
.RadMenu .rmLink {

text-align:center !important;
float: left !important;
outline: 0px !important;
padding: 0px 7px 0px 8px !important; 
}



.RadMenu .rmText {
/*float: none  !important;
padding-left:10px !important;
padding-right:25px !important;*/
}

RadMenu .rmTopRight 
{
	border-bottom-style: inset !important;
border-bottom-width: 3px !important;
background-position: 100% 0px;
height: 100%;
right: -4px;
top: 0px;
}

RadMenu .rmTopLeft {
background-position: 100% 0px;
height: 100%;
right: -4px;
top: 0px;
}


.RadMenu .rmBottomFix {
border-bottom-style: inset !important;
border-bottom-width: 0px !important;
 border-color: Gray;
 z-index: -1 !important;
 position: absolute !important;
}

.rmSized .rmVertical .rmItem {
width: 170px !important;
padding-right:0px;
margin-left:0px !important; 

}


.RadMenu .rmLeftArrow, .RadMenu .rmRightArrow {
height: 24px;
width: 10px;
padding-top:5px !important;
}

.RadMenu .rmRightArrow {
font-size: 0px;
line-height: 0;
outline: 0px;
overflow: hidden;
position: absolute;
text-indent: -1000em;
z-index: 2000;
}

.RadMenu .rmLeftArrow {
font-size: 0px;
line-height: 0;
outline: 0px;
overflow: hidden;
position: absolute;
text-indent: -1000em;
z-index: 2000;
}

.RadMenu .rmRightArrow {
font-size: 0px;
line-height: 0;
outline: 0px;
overflow: hidden;
position: absolute;
text-indent: -1000em;
z-index: 2000;
}


.RadMenu .rmRoundedCorners ul.rmGroup, .rmRoundedCorners .rmGroup ul.rmGroup, .rmRoundedCorners ul.rmGroup {
padding: 0px 0px 0px 0px !important;
border-bottom:solid 1px #5c99c6 !important;
border-left:solid 0px #5c99c6 !important;
border-right:solid 1px #5c99c6 !important;
}

.RadMenu .rmRoundedCorners .rmScrollWrapContainer, .rmRoundedCorners .rmScrollWrapContainer {
padding: 0px 0px 0px 0px !important;

}


/******************* 30/11 */
.RadMenu .rmHorizontal .rmText {
padding: 0px 0px 0px 0px !important;
	  width:100%;
  color:white;
  font-family:Candara,Arial !important ; 
  white-space:nowrap ;
  font-size:11px;
  letter-spacing: 1px;
  text-transform:uppercase  ;
	/*background-image: url(Images/MainMenuButton.jpg);*/

 background-position:left;
  vertical-align:middle;
text-align:center !important;

  border-left-width:0px;
  
  cursor:pointer;
}

.RadMenu .rmTopFix, .RadMenu .rmTopRight, .RadMenu .rmBottomFix, .RadMenu .rmBottomLeft, .RadMenu .rmBottomRight 
{
font-size: 0px;
height: 0px !important;
list-style-type: none;
position: absolute;
width: 4px;

border-top-style: none !important;
border-top-width: 0px !important;
left:0px !important;
list-style-position:inside !important; 
}






