/******************************************************************************/
/*									      */
/*      File:  cdg_mu_rhst.css						      */
/*   Purpose:  "Sticky" right-hand menus for Clare and Daniel's pages.	      */
/*  Language:  CSS							      */
/*      Date:  December 2013 						      */
/*									      */
/******************************************************************************/
	 /*  Currently these are right-hand side in a column, which shows in  */
		/*  ..same part of the page when you scroll down ("sticky"):  */

#menu {
 width:200px;
   margin-left:0;
   margin-right:0;
   padding-right: 0;
   padding-bottom: 1%;
   float:right;
   font-size:0.9em;
   color:#33fe78;
   background-color:#ffffff;
}

.sticky-wrapper-right {
       width: 200px;
       /*
       overflow: hidden;   
       */
       display: block;      
    }

			 /*  This is the double arrow before each menu item:  */

.menu_link {
  color:  #785e48;
}

.menu_nolink {
   color:#00a070;
}

#menu ul {
       list-style-type:none;
       margin-left:6px;
       display:block;
       padding-left:1em;
       text-indent:-1em;
}

#menu li {
       padding:2px;
}


#menu a {
       color:#485e78;
       font-weight: normal;
       text-decoration:none;
}
