/***** Drop Down Menu   ******/
/*    
#menu-top { float: left; width: 990px; height: 30px; margin: 0 0 5px 5px; padding: 0; display: inline; background: #514424 url(images/horz-bg.jpg) repeat; position:relative;}

#menu-top, #menu-top ul {list-style: none; line-height: 29px;}

#menu-top a, #menu-top a:hover {display: block; text-decoration: none; border:none;}


# a.main:hover {background:none;}

*/



/*******************************************************************************************/
/*                    Building of the boxes for the menu                                   */
/*******************************************************************************************/
#menu-top {  float: left; 
	          width: 990px; 
	          height: 30px; 
	          margin: 0 0 1px 1px; 
	          padding: 0; 
	          display: inline; 
	          background: #B6DD9C
	          url(images/horz-bg.jpg) 
	          repeat;  
	          position:relative;
	          line-height: 29px;}


/* remove all the bullets, borders and padding from the default list styling */
#menu-top ul {padding:0;margin:0;list-style-type:none;}
#menu-top ul ul {width:85px;}

	          
#menu-top li ul {position: absolute; 
	               left: -999em; 
	               height: auto; 
	               width: auto; 
                 border-bottom: 1px solid #000;
				 display: none;}


#menu-top li:hover ul, 
#menu-top li li:hover ul, 
#menu-top li li li:hover ul, 
#menu-top li.sfhover ul, 
#menu-top li li.sfhover ul,
#menu-top li li li.sfhover ul {center: auto;}

#info {background:#B6DD9C; border:0;}








/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
/*#menu-top li {float:left;width:85px;position:relative;} */ 
#menu-top li {float: left; 
	            list-style:none; 
	            border-right:1px solid #a9a9a9;
				border-left:1px solid #a9a9a9;
	            width:90px;
	            position:relative;}



/*******************************************************************************************/
/*          Style for the Top Level Pages & Categories. 				                    */
/*******************************************************************************************/
  	                       
  #menu-top a,
  #menu-top ul ul a, 
  #menu-top ul ul ul a,
  #menu-top a:visited {display:block;
  	                   font-size:12px;
  	                   text-decoration:none; 
  	                   color:#FFFF99; 
  	                   width:85px; 
  	                   height:30px; 
  	                   border:0px solid #000; 
  	                   border-width:0px 0px 0 0px; 
  	                   padding-left:10px; 
  	                   line-height:29px; 
  	                   font-weight:bold;}                         /* style */
  	                                
  #menu-top li.current-cat-parent, 
  #menu-top li.current-cat{text-decoration:none;
  	                       color: #000; 
  	                       background:#B6DD9C 
  	                       url(images/grey-arrow.gif) 
  	                       no-repeat 130px center;}          /* Activate the current page you are on */
  	                       
  #menu-top a:hover,
  #menu-top ul ul a:hover, 
  #menu-top ul ul ul a:hover{color: #000; 
  	                         background:#B6DD9C; 
  	                         text-decoration: underline; }       /* Hover */
          
  #menu-top :hover >  a, 
  #menu-top ul ul :hover >  a, {color: #ffffff; 
  	                          background:#B6DD9C;
  	                          text-decoration: none; }     /* Not working. Supposed to activate when hovering on child */



/*******************************************************************************************/
/*           Style for the 2nd nested category. 								           */
/*******************************************************************************************/

  #menu-top ul ul a:hover, 
  #menu-top ul ul ul a:hover {font-weight:normal;
  	                          font-size:0.9em;
  	                          color: #ffffff; 
  	                          background:#B6DD9C; 
  	                          text-decoration: underline;}        /* Hover */
  #menu-top li li a, 
  #menu-top li li a:visited,	                          
  #menu-top li li {background:#B6DD9C;}               /* style for no children */
   
  /* Need to make one */                              /* Hover for no children */
 
 /* #menu-top li li {background:#c9ba65 
                     url(images/blue-arrow.gif) 
                     no-repeat 130px center;} */    
	/* style with children */
    /* Need to make one */    /* Hover with children */
    
  #menu-top ul li:hover ul, 
  #menu-top ul a:hover ul{visibility:visible; }
  /* Shows 3rd nested fly out button when hover over 2nd nested button */
  
  
  
/*******************************************************************************************/
/*    Style for the 3rd nested category. 												    */
/*******************************************************************************************/
  #menu-top ul ul a, 
  #menu-top ul ul a:visited {display:block;                
	                           background:#B6DD9C; 
	                           font-size:22px;color:#000; 
	                           height:29px; 
	                           line-height:1em; 
	                           padding-left:10px; 
	                           width:80px;
	                           border-width:0 1px 1px 1px;}    /* style */
	                           
  #menu-top li li li a, 
  #menu-top li li li a:visited {background:#B6DD9C;}          /* background */
  
  #menu-top li li li a:hover {background:#B6DD9C;}            /* Hover  */
  
  #menu-top li li li{left:150px; top:-30px; width:80px;}     /* position of the left flyout menu   */






/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu-top ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:80px;border-top:1px solid #000;}


/* keep the third level hidden when you hover on first level list OR link */
#menu-top ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
#menu-top ul :hover ul :hover ul{ visibility:visible;}


/*
body, td {
	color : Black;
	background-color: White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
*/
td.upper {
	color : #FFFFFF;
	background : #B6DD9C;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

a {
	color : #cc0000;
	text-decoration : none;
}

a:hover {
	color : #cc0000;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #0084BE;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : Red;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

div.centered {
	text-align: center;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   color : Black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   BORDER-RIGHT: #23559C 1px solid;
   BORDER-LEFT: #23559C 1px solid;
   BORDER-TOP: #23559C 1px solid;
   BORDER-BOTTOM: #23559C 1px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h3 {
   color : Black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
	font-weight: bold; 	
}

table.gbookMenu {
	BORDER-TOP: #B8CFE7 1px solid;
}


