/* r.a.d.menu Inox skin */

.RadMenu_Inox 
{
	/*background: #c5c4c4 url('img/MenuBarBackground.gif') repeat-x;*/
	width:155px;
}

/* This is to increase width of second level */
.RadMenu_Inox .rmSlide
{
	width: 220px !important;
}

.RadMenu_Inox .rmVertical
{
	width: 220px !important;
}
.RadMenu_Inox .rmVertical .rmText
{
	width:215px !important;
}
.RadMenu_Inox .rmVertical .rmItem
{
	width:220px !important;
	text-align:left;
}

/* This is end of increase width of second level */

.RadMenu_Inox .rmLink
{
	text-decoration:none;
	color: #0b5a8b;
	font-size: 12px;
	font-weight: bold;
	width: 153px;
	line-height: 20px;
	/*background: #fefefe url('img/MainItemBackground.gif') no-repeat;*/
	/*text-align: center;*/
	float: left;
	padding: 0px !important;
	/*overflow: hidden;*/
	cursor: pointer;
}

.RadMenu_Inox .rmLink:hover,
.RadMenu_Inox .rmFocused,
.RadMenu_Inox .rmExpanded
{
	/*background: #fefefe url('img/MainItemBackgroundHover.gif') no-repeat;*/
	color: #FFFFFF;
}

.RadMenu_Inox .rmLink:hover .rmText
{
	color: #FFFFFF;
}

.RadMenu_Inox .rmRootGroup
{
	width:153px;
}



.RadMenu_Inox .rmText
{
	/*color: #6b6f80;*/
	padding-top: 4px;
	padding-bottom: 4px;
	color: #0b5a8b;
	font-family: Arial, Verdana;
	width: 135px;
	white-space:normal;
	cursor: pointer;
    text-align:left;
    padding-left:5px !important;
}

.RadMenu_Inox .rmItem
{
border-top: 1px solid #5caad6;
width:153px;
}

.RadMenu_Inox .rmItem:hover
{
background-color:#0B5A8B;
color:#FFFFFF;
}


.RadMenu_Inox .rmFirst
{
border-top: 0px;
}



.RadMenu_Inox .rmGroup
{
	/*border-right: solid 1px #5caad6;
	border-bottom: solid 1px #5caad6;*/
	background-color: #BAD1EC;
	/*background-color: #5caad6;*/
	border: 1px solid #5caad6;
	
}

.RadMenu_Inox .rmGroup .rmText
{
	/*padding-left: 31px;*/
	color: #0b5a8b;
	width: 200px; 
	padding : 0px !important;
	
}      

.RadMenu_Inox .rmGroup .rmLink
{
	/*background: #d0d0d0 url('img/MenuItemBackground.gif') no-repeat;*/
	width: 153px;
	line-height: 23px;
	/*text-align: left;*/
	float: left;
	
}

.RadMenu_Inox .rmGroup .rmFirst .rmLink
{
	/*background: #d0d0d0 url('img/MenuItemBgFirst.gif') no-repeat;*/
	line-height: 23px;
}

.RadMenu_Inox .rmGroup .rmFirst .rmLink:hover,
.RadMenu_Inox .rmGroup .rmFirst .rmFocused,
.RadMenu_Inox .rmGroup .rmFirst .rmExpanded
{
	/*background: #d0d0d0 url('img/MenuItemBgHoverFirst.gif') no-repeat;*/
	line-height: 23px;
	color:white;
	/*border: 1px solid red;*/
}

.RadMenu_Inox .rmGroup .rmLink:hover,
.RadMenu_Inox .rmGroup .rmFocused,
.RadMenu_Inox .rmGroup .rmExpanded
{
	/*background: #d0d0d0 url('img/MenuItemBackgroundHover.gif') no-repeat;*/
	color: #cc6102;
	
}

.RadMenu_Inox .rmLeftArrow,
.RadMenu_Inox .rmRightArrow,
.RadMenu_Inox .rmTopArrow,
.RadMenu_Inox .rmBottomArrow,
.RadMenu_Inox .rmLeftArrowDisabled,
.RadMenu_Inox .rmRightArrowDisabled,
.RadMenu_Inox .rmTopArrowDisabled,
.RadMenu_Inox .rmBottomArrowDisabled
{
	/*border-left:1px solid #a9a9a9;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;*/
	background: #c9c9c9 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Inox .rmtopArrow,
.RadMenu_Inox .rmtopArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Inox .rmBottomArrow,
.RadMenu_Inox .rmBottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Inox .rmRightArrow,
.RadMenu_Inox .rmLeftArrow
{
	height:100%;
}

.RadMenu_Inox .rmRightArrow,
.RadMenu_Inox .rmRightArrowDisabled
{
	background-image: url('img/right.gif');
}



.RadMenu_Inox .rmExpandLeft,
.RadMenu_Inox .rmExpandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}



.RadMenu_Inox .rmLink:hover .rmExpandLeft,
.RadMenu_Inox .rmLink:hover .rmExpandRight,
.RadMenu_Inox .rmFocused .rmExpandLeft,
.RadMenu_Inox .rmFocused .rmExpandRight,
.RadMenu_Inox .rmExpanded .rmExpandLeft,
.RadMenu_Inox .rmExpanded .rmExpandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
	color:#FFFFFF;
	
}