﻿/* r.a.d.menu Plain skin */
a { text-decoration:none;}

a:hover { text-decoration:none;}

.RadMenu_Adasoft
{	
	width:155px;
	white-space: normal;

}
.RadMenu_Adasoft .rmRootGroup
{
	margin:0px;
	text-decoration:none;
	width:155px;
	white-space: normal;
}
.RadMenu_Adasoft  .rmItem

{
	width: 155px; background-image:url(../images/menu_border.gif); background-repeat:repeat-x; background-position:bottom; 
	white-space: normal;
	text-decoration:none; 



	cursor: pointer;
}
.RadMenu_Adasoft  .rmItem:hover

{ 
	text-decoration:none; 
}
		
.RadMenu_Adasoft .rmText

{	
	font-size: 9px;
	font-family: Verdana,Helvetica,sans-serif;
	color:#fff; 
	text-decoration:none; 
	font-weight:normal; 
	white-space: normal;
	cursor: pointer; 
	margin:5px 0 5px -3px;
}
.RadMenu_Adasoft  .rmText:hover
{	
	color:#fa9217;
	cursor: pointer; 
	cursor: hand; 
	text-decoration:none;

}
