﻿.RadMenu_cimb
{
cursor: hand;
cursor: pointer;

 text-align:right;
 padding: 0px 0px 0px 0px;
 text-transform: uppercase;		


}

.RadMenu_cimb .expandTop
{
white-space:nowrap; 
margin-top:0px;
}

.RadMenu_cimb .link
{
cursor: hand;
cursor: pointer;
margin-top:0px;
}


.RadMenu_cimb .link:visited,
.RadMenu_cimb .link:hover,
.RadMenu_cimb .focused,
.RadMenu_cimb .expanded
{
margin-top:0px;
cursor: hand;
color: #F7302E;
cursor: pointer;
text-decoration : none;
font-size:11px;
font-weight: bold;

}



.RadMenu_cimb .text
{
	cursor: hand;
	color: #305476;
	font-size:11px;
	font-weight: bold;
	cursor: pointer;
	padding-right: 15px;
	
	
}

.RadMenu_cimb .group
{
	background: #436283;
	border: dotted 0px #6181A3;
	cursor: hand;
	padding-left: 15px;
	cursor: pointer;
		
}

.RadMenu_cimb .group .link
{
	/*background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;*/
	border-bottom: dotted 1px #6181A3;
	border-left: dotted 1px #6181A3;
	border-right: dotted 1px #6181A3;
	text-align: left;
	cursor: hand;
	cursor: pointer;
	background-color:#436283;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color:#ffffff;
	text-decoration : none;
	
	text-transform: capitalize;		
	
}

.RadMenu_cimb .group .link:hover
{
	/*background: #f7f7f7 url('img/MenuItemBackground.gif') repeat-y right;*/
	background-color:#517295;
	border-bottom: dotted 1px #6181A3;
	border-left: dotted 1px #6181A3;
	border-right: dotted 1px #6181A3;
	text-align: left;
	cursor: hand;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color:#ffffff;
	text-decoration : none;
	
	
}

.RadMenu_cimb .group .text
{
	font-family:Arial;
	font-size:11px;
	/*background-color:#285A94;*/
	cursor: hand;
	cursor: pointer;
	width:115px; 	
	color: #FFFFFF;
	font-weight: bold;
	
			
	
}




.RadMenu_cimb .group .focused,
.RadMenu_cimb .group .expanded
{
	/*background: #508AB7 url('img/MenuItemBackground.gif') repeat-y right;*/
	
	text-align: left;
	
	
}

.RadMenu_cimb .leftArrow,
.RadMenu_cimb .rightArrow,
.RadMenu_cimb .topArrow,
.RadMenu_cimb .bottomArrow,
.RadMenu_cimb .leftArrowDisabled,
.RadMenu_cimb .rightArrowDisabled,
.RadMenu_cimb .topArrowDisabled,
.RadMenu_cimb .bottomArrowDisabled

{
	
	
}

.RadMenu_cimb .topArrow,
.RadMenu_cimb .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
	padding-left: 10px;
}

.RadMenu_cimb .bottomArrow,
.RadMenu_cimb bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
	
}

.RadMenu_cimb .rightArrow,
.RadMenu_cimb .leftArrow
{
	height:100%;
	
	
}

.RadMenu_cimb .rightArrow,
.RadMenu_cimb .rightArrowDisabled
{
	background-image: url('img/right.gif');
	
}

.RadMenu_cimb.vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
	margin-left: 5px;
	
	
}

.RadMenu_cimb .expandLeft,
.RadMenu_cimb .expandRight
{
	background:transparent url(img/groupImage.gif) right no-repeat;
	padding-right: 30px;
	
}

.RadMenu_cimb .link:hover .expandLeft,
.RadMenu_cimb .link:hover .expandRight,
.RadMenu_cimb .focused .expandLeft,
.RadMenu_cimb .focused .expandRight,
.RadMenu_cimb .expanded .expandLeft,
.RadMenu_cimb .expanded .expandRight
{
	/*background:transparent url(img/invertedGroupImage.gif) right center no-repeat;*/
	padding-right: 30px;
	
}





	


