﻿/*=========================================*/
/*            CSS for RAD Menu	 		   */
/*=========================================*/


/*  The main enclosing dom element - DIV */
.RadMenu_Pharm {background: transparent;_top:0px;position:relative; white-space: nowrap !important;padding:0;}
/*  Applies to the root DIV element menu when in context mode 
    These settings negate the ones from the previous rule  */
.RadMenu_Pharm_Context{background:none;padding:0;}
/*  Applies to the links in the menu  */
.RadMenu_Pharm .link{text-decoration:none;color: #8F8F8F;}
/* The first level item focused and hover look  */
.RadMenu_Pharm .rootGroup .link{cursor:pointer; color: #8F8F8F;;border-bottom:1px solid #ccc;}
.RadMenu_Pharm .rootGroup .link:hover{cursor:pointer; color:red;border-bottom:1px solid #ccc;}
/* Second and further item wrapper (DIV if scrollable, otherwise UL) */

.RadMenu_Pharm .group{background-color: #fff;  border: 0px solid white;}
/*  Second level links  */
.RadMenu_Pharm .group .link{font-family: verdana, sans-serif;font-weight: normal;font-size:8pt;color: #666;text-align: left;cursor:pointer;padding: 5px;text-decoration: none;}
/*  Second level items (LI). Negate the style inherited from the first level items. */
.RadMenu_Pharm .group .item{margin:0;padding:0px;}

.RadMenu_Pharm .vertical .group .link{background:#E4E4E4;font-family: verdana, sans-serif;font-weight: normal;font-size:8pt;color: #666;text-align: left;cursor:pointer;padding: 5px;text-decoration: none; min_width:175px;}

.RadMenu_Pharm .vertical .group .Level2 .link{background:#999;font-family: verdana, sans-serif;font-weight: normal;font-size:7pt;color: #000;text-align: left;cursor:pointer;padding: 5px;text-decoration: none;}
.RadMenu_Pharm .vertical .group .Level2 .focused{background:#999;font-family: verdana, sans-serif;font-weight: bold;font-size:7pt;color: #EF3A32;text-align: left;cursor:pointer;padding: 5px;text-decoration: none;}


/* 
    Second level links focused, hover and expanded state.
*/
.RadMenu_Pharm .group .link:hover{cursor:pointer; color:red;border-bottom:1px solid #ccc;}

.RadMenu_Pharm .group .item .focused{font-family: verdana, sans-serif;font-weight: bold;font-size:8pt;color: #EF3A32;border-bottom:1px solid #ccc;margin-top:0px;text-decoration: none;}
.RadMenu_Pharm .group .expanded{font-family: verdana, sans-serif;font-weight: normal;font-size:8pt;color: #EF3A32;text-align: left;border-bottom:1px solid #ccc;margin-top:0px;text-decoration: none;/*Background Over Color of SubMenu */background: #fff;}
.RadMenu_Pharm .group .item .link .text{min-width:124px;max-width:250px;_width:122px;}

.horizontalrootgroup LI{padding: 0; line-height:12px;}
