.RadMenu_Inox *
{
 	background-color: transparent #CC0A2F;
	height:26px;

padding:0px 3px 0px 3px;
}

.RadMenu_Inox .rmItem
{
background:#CC0A2F;  
border-right: Solid 2px white;
height:26px;
vertical-align:middle;


}

.RadMenu_Inox .rmLast
{
	
border-right: Solid 2px #CC0A2F;

}


/*
Commented out for Firefox so that it can expand horizontal
.RadMenu_Inox .rmItem
{
	 background-color: transparent #CC0A2F;
	 height:29px; 
	 width:100%;
	 cursor:pointer;	
	 margin-left:0px;

}*/

.RadMenu_Inox .rmText
{
	color:white;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
 	background-color: transparent #CC0A2F;
	height:100px;
	vertical-align:middle;
	padding:0px 5px;
	

	

}
.RadMenu_Inox .rmLink
{
 	background-color: transparent #CC0A2F;
	text-decoration: none; 
	cursor:pointer;
}

.RadMenu_Inox .rmItem:hover
{
	background:#ff5a00;
	cursor:pointer;		
	
}

.RadMenu_Inox .rmItem:hover .rmLast:hover
{
	background:#ff5a00;
	cursor:pointer;		
	
}

.RadMenu_Inox .rmFirst
{


	
}

.RadMenu_Inox .rmVertical .rmItem
{
	 background:#ff5a00;
	 border-right: Solid 2px #ff5a00;
	

	
}

