/* Menu Style Sheet                                           */
/*                                                            */
/* The overall width of the menu is set in #monica_menu li a  */
/*  Width = 6x["width" + 2x side "padding" + side "margin"]   */
/*        = 6x[ 122 + 10 + 1] = 6 x 133  = 798                */
/* ---------------------------------------------------------- */
/* ------------ New Blue introduced 30 June 2009 ------------ */

#main_menu_blue {margin:  0px 0px;             /* sets the top and side margins for the whole menu */
	               padding: 0;
	               z-index: 30}
            
#main_menu_blue li {list-style: none;
          	        float:      left; 
          	        font: bold 12px verdana }

#main_menu_blue li a {display: block;           /* Poperties of the MAIN (top) menu    */
                      margin:  0px 1px;         /* sets a 1px space between menu items */
                   	  padding: 5px 5px;
                      width:   152px;            /* 157 129 sets the width of each item in the menu */
                      background-color: #1c5e8c;
                    	color:            #ffcc33;
                    	text-align:       center;
   	                  text-decoration:  none}

#main_menu_blue li a:hover {background-color: #49a3ff    /* hover over the main menu */
                    	      color:            #ffcc33;}   

#main_menu_blue div {position: absolute;
          	         visibility: hidden;
                     font: normal 12px verdana;
                	   background-color:  #d3e2f8; 
                	   border: 1px solid  #1c5e8c}  /* border width and color of box around DROP-DOWN menu */ 
          
#main_menu_blue div a {position:         relative;       /* Poperties of the DROP-DOWN menu */
          		         display:          block;
                		   padding:          5px 10px;
                       background-color: #d3e2f8;
                		   color:            #1c5e8c;
                		   text-align:       left;
                		   text-decoration:  none	} 

#main_menu_blue div a:hover {background-color: #49a3ff;  /* hover over the drop-down menu */
		                         color:            #ffcc33;
		                         font-weight:      bold}

/* --------- This is the old Menu ------------------------------------------------------------------- */

#monica_menu {margin:  0px 0px;             /* sets the top and side margins for the whole menu */
	            padding: 0;
	            z-index: 30}
            
#monica_menu li {list-style: none;
          	     float:      left;
          	     font: bold 12px verdana }

#monica_menu li a {display: block;           /* Poperties of the MAIN (top) menu    */
                   margin:  0px 1px;         /* sets a 1px space between menu items */
                 	 padding: 5px 5px;
                 	 width:   121px;            /* 121 sets the width of each item in the menu */
                 	 background-color: #1c5e8c;
                 	 color:            #ffffff;
                 	 text-align:       center;
	                 text-decoration:  none}

#monica_menu li a:hover {background: #49a3ff}  /* hover over the main menu */

#monica_menu div {position: absolute;
          	      visibility: hidden;
                	font: normal 12px verdana;
                	background-color:  #eaebd8; 
                	border: 1px solid  #1c5e8c}  /* border width and color of box around DROP-DOWN menu */ 
          
#monica_menu div a {position:         relative;       /* Poperties of the DROP-DOWN menu */
          		      display:          block;
                		padding:          5px 10px;
                    background-color: #eaebd8;
                		color:            #1c5e8c;
                		text-align:       left;
                		text-decoration:  none	} 

#monica_menu div a:hover {background-color: #49a3ff;  /* hover over the drop-down menu */
		                    color:            #ffffff}



