.RadMenu_Inox *
{
	margin: 0;
	padding: 0;



	
}

div.RadMenu_Inox ul.rmRootGroup
{
	float: right;
}
.RadMenu_Inox .rmItem
{
background:  transparent url('Menu/menu_button_5.jpg') no-repeat; 
height:35px;
width:95px;
}


.RadMenu_Inox .rmFirst
{
background:  transparent url('Menu/BackLeft.gif');  
height:35px;
}

.RadMenu_Inox .rmLast
{
background:  transparent url('Menu/Right.gif') no-repeat 0px 0px;  
height:35px;
width:90px;
}



.RadMenu_Inox .rmLink
{
	font: 11px/15px Arial,verdana,sans-serif;
	margin: 2px 0 4px;
	color: #171717;
	text-decoration: none;
	
}


.RadMenu_Inox .rmText 
{
	margin: 8px 5px 5px 8px;
	padding: 0px 10px 10px 0;
	color:white;
	text-align:center;
	font-size:12px;
	
	
}

.RadMenu_Inox .rmItem:hover
{
	 background: transparent url('Menu/Item_mo.gif') no-repeat 0px 0px; 
	cursor:pointer;		
	
}

.RadMenu_Inox .rmFirst:hover
{
	 background:  transparent url('Menu/First_Mo.gif');  
	height:35px;
}

.RadMenu_Inox .rmLast:hover
{
background:  transparent url('Menu/Right_Mo.gif') no-repeat 0px 0px;  
height:35px;
}


.RadMenu_Inox .rmVertical .rmItem
{
	 background:#074b02;
  width:auto;
	/* width:300px; */
     height:25px;
	 vertical-align:inherit;
	 
}

.RadMenu_Inox .rmHorizontal .rmItem:hover
{
	background-color:#33a102;
}


.RadMenu_Inox .rmVertical .rmItem .rmText
{
	text-align:left;
}

.RadMenu A.rmLink {
	cursor: hand !important; /* for IE 5.x */
    cursor: pointer !important; /* hand-shaped cursor */
    }
