.rx2_navbar {
    overflow: hidden;
    background-color:white;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    height: 50px; /* Full width */
    opacity: 0.9;
    z-index:10;
}

.rxnav2_menu {
    display: none;/* Hidden by default */
    position: absolute; /*Stay in place*/
    text-align:center;
    z-index: 12; /*Sit on top*/
    left: 0;
    top:50px;
    width: 100%; /* Full width */
    overflow: hidden;
    
}
.rxnav2_menu :hover{
    background-color: #c2ebf7;
    cursor:pointer;
  }


  td#rxnav2_menu2 {
    cursor:pointer;
    border-radius: 7px;
    text-align:center;
    border: 1px solid; 
    border-color:white;
    width:65px;
    height:45px;
    background-color: #ffffff;
    vertical-align:center
}   
td:hover#rxnav2_menu2{
    background-color: #d1faf4;
    cursor:pointer;
  }  
#rx2_logo {
    height:35px;
    /* width:35px; */
    text-align: left;
}


.rx2_navbar_search {
    overflow: hidden;
    background-color:white;
    position: fixed; /* Set the navbar to fixed position */
    top: 50; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    height: 30px; /* Full width */
    text-align:center;
    opacity: 0.9;
    z-index:10;
}

.rxnav2_menu_font{ 
	COLOR: #464646;
	cursor:pointer; 
	text-indent: 0px;
	font-size:20px;  

	font-family: "myrx",sans-serif, sans-serif; 
	text-decoration:none; 
}

