
/* horizontal flyout (top navigation) */

/**************************************************************************************
/* update the following classes to change the appearance of the base menu and all 
/* associated flyout menus
/*************************************************************************************/

/* this is the class used on the container element of the base menu */
/* html example: <div class="RadMenu_LinkNav"> */
.LinkNav, .RadMenu_LinkNav, .RadMenu_LinkNav ul {
}

/* this is the class used on the container element for all the menu items in the base menu and flyout menus */
/* html example: <li class="item"><a href="..." class="link"><span class="text">...</span></a></li> */
.RadMenu_LinkNav .rmItem {
	border-left: 1px solid #D3D4D5;
	padding: 0 10px;
}

/* this is the class used on the container element of the text for all the menu items in the base menu and flyout menus */
/* html example: <a href="..." class="link"><span class="text">About Us</span></a> */
.RadMenu_LinkNav .rmText 
{
	line-height: 19px;
	display: block;
}

.RadMenu_LinkNav .rmLast {
	border-right: 1px solid #D3D4D5;
}

/* this is class used on all the links in the base menu and flyout menus */
/* html example: <a href="..." class="link">...</a> */
.RadMenu_LinkNav a.rmLink {
	cursor: pointer;
	cursor: hand;
	display: inline;
	float: none;
	color: #767676;
	font-weight: normal;
}

/* this is pseudo class for hover (onmouseover) used on all the links in the base menu and flyout menus */
.RadMenu_LinkNav a.rmLink:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

/* these are the pseudo classes for on the current page link in the menu */
/* these classes override .RadMenu_LeftSimple a.rmLink */
.RadMenu_LinkNav a:link.aselected, .RadMenu_LinkNav a:active.aselected, .RadMenu_LinkNav a:visited.aselected, .RadMenu_LinkNav a:hover.aselected, .RadMenu_LinkNav .aselectedparent {}

/* these are the pseudo classes for on the breadcrumb highlighting in the menu as you expand child menus */
/* these classes override .RadMenu_LeftSimple a.rmLink */
.RadMenu_LinkNav a:link.rmExpanded, 
.RadMenu_LinkNav a:active.rmExpanded, 
.RadMenu_LinkNav a:visited.rmExpanded, 
.RadMenu_LinkNav a:hover.rmExpanded {}

.SVSChef .RadMenu_LinkNav2 .rmExpandDown, 
.SVSChef .RadMenu_LinkNav2 .rmExpandDown:hover {}

/* this is the class used on container element of all flyout menus */
/* html example: <ul class="group"> */
.RadMenu_LinkNav .rmGroup {}  

/* this is the class used on the container element for all the menu items in the flyout menus */
/* this class overrides .RadMenu_LinkNav .rmItem */
/* html example: <li class="item"><a href="..." class="link"><span class="text">...</span></a></li> */
.RadMenu_LinkNav .rmGroup .rmItem {}

/* this is the class used on the container element of the text for all the menu items in the flyout menus */
/* this class overrides .RadMenu_LinkNav .rmText */
/* html example: <a href="..." class="link"><span class="text">About Us</span></a> */
.RadMenu_LinkNav .rmGroup .rmText {}

/* this is class used on all the links in the flyout menus */
/* this class overrides .RadMenu_LinkNav a.rmLink */
/* html example: <a href="..." class="link">...</a> */
.RadMenu_LinkNav .rmGroup a.rmLink {}

/* this is pseudo class for hover (onmouseover) used on all the links in the flyout menus */
/* this class overrides .RadMenu_LinkNav a.rmLink:hover */
.RadMenu_LinkNav .rmGroup a.rmLink:hover {}

/* this is class used to indicate that the menu item has an associated flyout menu */
.RadMenu_LinkNav .rmGroup .rmExpandRight, 
.RadMenu_LinkNav .rmGroup .rmExpandLeft {}

/* these are the pseudo classes for on the current page link in the flyout menus */
/* these classes override .RadMenu_LeftSimple .rmGroup a.rmLink */
.RadMenu_LinkNav .rmGroup a:link.aselected, .RadMenu_LinkNav .rmGroup a:active.aselected, .RadMenu_LinkNav .rmGroup a:visited.aselected, .RadMenu_LinkNav .rmGroup a:hover.aselected, .RadMenu_LinkNav .rmGroup .aselectedparent {}

/* these are the pseudo classes for on the breadcrumb highlighting in the flyout menus as you expand child menus */
/* these classes override .RadMenu_LeftSimple .rmGroup a.rmLink */
.RadMenu_LinkNav .rmGroup a:link.rmExpanded, .RadMenu_LinkNav .rmGroup a:active.rmExpanded, .RadMenu_LinkNav .rmGroup a:visited.rmExpanded, .RadMenu_LinkNav .rmGroup a:hover.rmExpanded {}
/**************************************************************************************
/* advanced classes
/*************************************************************************************/

/* this is the class used on all first menu items in the base menu and flyout menus */
.RadMenu_LinkNav .rmFirst .rmText {}

/* this is the class used on all first menu items in the flyout menus */
/* this class overrides .RadMenu_LinkNav .rmFirst */
.RadMenu_LinkNav .rmGroup .rmFirst a.rmLink {}

/* this is the class used on all last menu items in the base menu and flyout menus */
.RadMenu_LinkNav .rmLast {}

/* this is the class used on all last menu items in the flyout menus */
/* this class overrides .RadMenu_LinkNav .rmLast  */


/* these classes allow you to access all elements starting at a particular level */
/* the base menu classes */
.RadMenu_LinkNav {}
.RadMenu_LinkNav .rmItem {}			/* all menu items */
.RadMenu_LinkNav a.rmLink {}		/* all links */
.RadMenu_LinkNav .rmText {}			/* all text */
.RadMenu_LinkNav .rmFirst {}		/* all first menu items */
/*.RadMenu_LinkNav .rmFirst a.rmLink {background: transparent url(/images/sousvide_home.jpg) no-repeat top left;color: #fff;width: 42px;} /* all first links */
/*.RadMenu_LinkNav .rmFirst a.rmLink:hover{background: transparent url(/images/sousvide_homehv.jpg) no-repeat top left; color: #949596;}
.RadMenu_LinkNav .rmFirst .rmText {padding: 0;font-size: 1px; height: 31px;}	/* all first text */
.ui_SiteCM .RadMenu_LinkNav .rmLast {}			/* all last menu items */
.RadMenu_LinkNav .rmLast a.rmLink {}	/* all last links */
.RadMenu_LinkNav .rmLast .rmText {}	/* all last text */
.RadMenu_LinkNav .rmGroup .rmLast .rmText{}
/* first level flyout classes */
.RadMenu_LinkNav .rmLevel1 {}
.RadMenu_LinkNav .rmLevel1 .rmItem {}			/* all menu items */
.RadMenu_LinkNav .rmLevel1 a.rmLink {}		/* all links */
.RadMenu_LinkNav .rmLevel1 .rmText {}			/* all text */
.RadMenu_LinkNav .rmLevel1 .rmFirst {}		/* all first menu items */
.RadMenu_LinkNav .rmLevel1 .rmFirst a.rmLink {} /* all first links */
.RadMenu_LinkNav .rmLevel1 .rmFirst a.rmLink:hover{

}
.RadMenu_LinkNav .rmLevel1 .rmFirst .rmText {}	/* all first text */
.RadMenu_LinkNav .rmLevel1 .rmLast {}			/* all last menu items */
.RadMenu_LinkNav .rmLevel1 .rmLast a.rmLink {}	/* all last links */
.RadMenu_LinkNav .rmLevel1 .rmLast .rmText {}	/* all last text */
/* second level flyout classes */
.RadMenu_LinkNav .rmLevel2 {}
.RadMenu_LinkNav .rmLevel2 .rmItem {}			/* all menu items */
.RadMenu_LinkNav .rmLevel2 a.rmLink {}		/* all links */
.RadMenu_LinkNav .rmLevel2 .rmText {}			/* all text */
.RadMenu_LinkNav .rmLevel2 .rmFirst {}		/* all first menu items */
.RadMenu_LinkNav .rmLevel2 .rmFirst a.rmLink {} /* all first links */
.RadMenu_LinkNav .rmLevel2 .rmFirst .rmText {}	/* all first text */
.RadMenu_LinkNav .rmLevel2 .rmLast {}			/* all last menu items */
.RadMenu_LinkNav .rmLevel2 .rmLast a.rmLink {}	/* all last links */
.RadMenu_LinkNav .rmLevel2 .rmLast .rmText {}	/* all last text */
/* second level flyout classes... etc... */


/*last menu item for SVS Chef
.ui_SiteCM .RadMenu_LinkNav .rmLast { background: #fff url(/images/SVS-Chef-navlast.jpg) no-repeat 0 -1px; width: 230px; }	
		.ui_SiteCM .RadMenu_LinkNav .rmLast a:hover{background: none; color: #48484a;}
			.ui_SiteCM .RadMenu_LinkNav .rmLast .rmLevel1 {margin-left: 5px;}
				.ui_SiteCM .RadMenu_LinkNav .rmLevel1 .rmLast { background: none; width: 196px;}		
*/
.RadMenu_LinkNav .rmLast .rmText {  }
.RadMenu_LinkNav .rmGroup .rmLast .rmText { }