﻿/* RadMenu Plain skin */

.RadMenu_Hsraanz 
{
	z-index: 100 !important;		
}
/*Menu text color and weight, highlite*/
.RadMenu_Hsraanz .rmRootGroup .rmText
{
	
	font-family: Arial, Verdana;
	color:white;
	font-weight:bold;
	padding:0 !important;
}
.RadMenu_Hsraanz  .rmText:hover
{
	
	color:#02157e;
	cursor:hand;
}
.RadMenu_Hsraanz .rmRootGroup .rmLink
{
	font-family: Arial, Verdana;
	font-weight:bold;
	padding:0px;	
	
}
.RadMenu_Hsraanz .rmRootGroup  span
{
	display:inline;
	width:114px;	
	height:22px;
	text-align: center;
	
}
/*Drop down menu items */

.RadMenu_Hsraanz .rmGroup
{
	border: solid 1px #d7d7d7;	
	background:white;
	

}
.RadMenu_Hsraanz .rmGroup span
{
	text-align: left;
	width:100%;
	
	
	
}

.RadMenu_Hsraanz .rmGroup .rmItem
{		
	height:22px;
	border-top: 1px dotted  #d7d7d7;
	
	
}

.RadMenu_Hsraanz .rmGroup .rmItem:hover
{
	background-color:#d2f5fb;
	
}

.RadMenu_Hsraanz .rmGroup .rmLink,
.RadMenu_Hsraanz .rmGroup .rmText
{
	background: none;		
	
	color: #313131;
	font-weight: normal;
	text-decoration:none;
	padding-top:1px !important;
	padding-right:10px !important;
}

.RadMenu_Hsraanz .rmGroup .rmLink:hover
{
	cursor:hand;
}
