﻿/*=========================================*/
/*            CSS for RAD Menu	 		   */
/*=========================================*/

/*  The main enclosing dom element - DIV */
.RadMenu_Locations {background: transparent;margin: 10px 0 0 12px;width:600px;}
/*  Applies to the root DIV element menu when in context mode 
    These settings negate the ones from the previous rule  */
.RadMenu_Locations_Context{background:none;padding:0;}
/*  Applies to the links in the menu  */
.RadMenu_Locations .link{text-decoration:none;color: #8F8F8F;}
/* The first level item focused and hover look  */
.RadMenu_Locations .rootGroup .link{font: normal 16px Arial, Helvetica, sans-serif; color:#444; line-height: 1.5em; text-decoration:none;padding: 2px 10px;width:268px;_width:278px;height:32px;cursor:pointer;border:0;}
.RadMenu_Locations .rootGroup .link:hover{background: url('NavBkg.jpg') no-repeat top left;;font: normal 16px Arial, Helvetica, sans-serif; color:#fff; line-height: 1.5em; text-decoration:none;cursor:pointer;border:0;}

.RadMenu_Locations .rootGroup .focused {background: url('NavBkg.jpg') no-repeat top left;;font: normal 16px Arial, Helvetica, sans-serif; color:#fff; line-height: 1.5em; text-decoration:none;padding: 2px 10px;width:268px;_width:278px;height:32px;cursor:pointer;border:0;}
.RadMenu_Locations .rootGroup .focused .link:hover{background: url('NavBkg.jpg') no-repeat top left;;font: normal 16px Arial, Helvetica, sans-serif; color:#fff; line-height: 1.5em; text-decoration:none;cursor:pointer;border:0;}


