﻿/* RadMenu Plain skin */

.RadMenu_Blyss 
{
	z-index: 100 !important;		
	
}
/*Menu text color and weight, highlite*/
.RadMenu_Blyss .rmRootGroup .rmText
{
	font-size:14px;
	color:white;
	
	
	padding-top:10px;
	
}
.RadMenu_Blyss  .rmText:hover
{
	
	color:#02157e;
	cursor:hand;
}
.RadMenu_Blyss .rmRootGroup
{
		
	background-image:url(../images/TabNormal.png);
	background-repeat:repeat-x;
		
		
}
.RadMenu_Blyss .rmRootGroup .rmLink
{
	
	width:159px;	
	padding-left:0px;	
	padding-right:0px;	
	
}
.RadMenu_Blyss .rmRootGroup .rmFocused
{
	
}
.RadMenu_Blyss .rmRootGroup .rmCurrent
{
	background-image:url(../images/TabActive.png);
	background-repeat:no-repeat;
}
.RadMenu_Blyss .rmRootGroup .rmPrevious
{
	background-image:url(../images/TabNormalPrevious.png);
	background-repeat:no-repeat;
}
.RadMenu_Blyss .rmRootGroup  span
{
	display:inline;
	width:129px;
	height:30px;
	text-align: right;
    line-height:25px;
    
	
	
}
/*Drop down menu items */

.RadMenu_Blyss .rmGroup
{
	border: solid 1px #d7d7d7;	
	background:white;


}
.RadMenu_Blyss .rmGroup span
{
	text-align: left;
	width:100%;

	
	
}

.RadMenu_Blyss .rmGroup .rmItem
{		
	height:22px;
	border-top: 1px dotted  #d7d7d7;
	
	
}

.RadMenu_Blyss .rmGroup .rmItem:hover
{
	background-color:#d2f5fb;
	
}

.RadMenu_Blyss .rmGroup .rmLink,
.RadMenu_Blyss .rmGroup .rmText
{
	background: none;		
	
	color: #313131;
	font-weight: normal;
	text-decoration:none;
	padding-top:1px !important;
	padding-right:10px !important;
}

.RadMenu_Blyss .rmGroup .rmLink:hover
{
	cursor:hand;
}