/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   width: 100%;
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0 0 0 280px;
   padding: 0;
   height:2.2em;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
   font-weight: bold;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 8px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #18507C;
   display: block; /* IE has problems with this, fixed above */
   color: #FFFFCC;
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #FF66FF;
}


/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {

}

div#menu_horiz h3 {
   padding: 8px; /* padding inside the list item box */
   color: #99CC99;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

div#menu2 {text-align:right;
	padding-top: 16px;}

div#menu2 ul {
margin: 0;
padding: 0;
list-style: none;
}

div#menu2 ul li, #menu2 h3 {display: inline; margin: 0; border-right: 1px solid #669933; }

div#menu2 a, #menu2 h3 {padding: 2px 7px; font-size:0.9em; font-weight: normal; border: none;}

#menu_vert ul {list-style: square; margin: 0 0 1em 2em; line-height: 2em; font-size: 1.2em;}
#menu_vert a {text-decoration: none;}
#menu_vert li {border-bottom: 1px solid #669900;}
