
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
	ul.MenuBarHorizontal iframe
	{
		position: absolute;
		z-index: 1010;
	}
	/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
	@media screen, projection
	{
		ul.MenuBarHorizontal li.MenuBarItemIE
		{
			display: inline;
			float: left;
			background-color: #FFF;
		}
	}
	
	

/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:1px solid #000; /* black line below menu */
   width:100%;
   font-family:  "trajan pro", arial, helvetica, sans-serif; /* Menu font */
   font-size:90%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
  font-family:  "trajan pro", arial, helvetica, sans-serif; 
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
   background:#fff;
   text-decoration:none;
   color:#006600;
   font-weight:bold;
   border-bottom:1px solid #000;
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#000;
}
#centeredmenu ul li a:hover {
   background:#006600; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#006600; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #000;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#99cc99;
   color:#000000;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#36f; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}



 <ul> 
    <li><a href="http://www.saaschool.org/">Home</a></li> 
    <li><a href="http://www.saaschool.org/article.php?id=2">About</a> 
      <ul> 
        <li><a href="http://www.saaschool.org/article.php?id=23">Staff</a></li> 
        <li><a href="http://www.saaschool.org/article.php?id=34">Tuition</a></li> 
        <li><a href="http://www.springs22.adventistschoolconnect.org/site/1/docs/Handbook.pdf" target="_blank">School Handbook</a></li> 
      </ul> 
    </li> 
    <li><a href="http://www.saaschool.org/article.php?id=22">Academics</a> 
      <ul> 
        <li><a href="http://www.saaschool.org/article.php?id=24">Kindergarten</a></li> 
        <li><a href="http://www.saaschool.org/article.php?id=25">1st Grade</a></li> 
        <li><a href="http://www.saaschool.org/article.php?id=26">2nd Grade</a></li> 
        <li><a href="http://www.saaschool.org/article.php?id=27">3rd Grade</a></li> 
        <li><a href="http://www.saaschool.org/article.php?id=28">4th Grade</a></li> 
<li><a href="http://www.saaschool.org/article.php?id=29">5th Grade</a></li> 
<li><a href="http://www.saaschool.org/article.php?id=30">6th Grade</a></li> 
<li><a href="http://www.saaschool.org/article.php?id=31">7th Grade</a></li> 
<li><a href="http://www.saaschool.org/article.php?id=32">8th Grade</a></li> 
      </ul> 
    </li>
    <li><a href="http://www.saaschool.org/article.php?id=33">Home & School</a></li>
 <li><a href="http://www.saaschool.org/article.php?id=35">Fundraisers</a></li>
<li><a href="http://www.saaschool.org/article.php?id=15">Contact Us</a></li>
  </ul>
</div>



body
{
 font-family: "trebuchet ms", arial, helvetica, sans-serif;
}
p {
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    color : #000000;
    font-size : 13px; 
line-height: 18px;}

h1 {
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    color : #006402;
    font-size : 18px;}
h2 {
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    color : #006402;
    font-size : 15px;}
h3 {
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    color : #006402;
    font-size : 14px;}
h4 {
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    color : #006402;
    font-size : 13px;}
ul {
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    color : #000000;
    font-size : 13px;}

li { 
padding-top: 0px;}

.white {
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    color : #ffffff;
    font-size : 13px;}



/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0 0px 0px 30px;
   padding:0;


   border-bottom:1px solid #B7C8B6; /* black line below menu */
   width:95%;
   font-family:   arial, helvetica, sans-serif; /* Menu font */
   font-size: 11px; /* Menu text size */
font-weight: bold;
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
  font-family:  arial, helvetica, sans-serif; 
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:11px;
   line-height:1em;
   background:#F3E88E;
border: 1px solid #99cc99; 
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
       -moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
       -moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
box-shadow: 0px -3px 4px #CDC9A5;
  -moz-box-shadow: 0px -3px 4px #CDC9A5;
  -webkit-box-shadow: 0px -3px 4px #CDC9A5;
   text-decoration:none;
   color:#336633;
   font-weight:normal;
   border-bottom:1px solid #99cc99; 
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#000;
}
#centeredmenu ul li a:hover {
   background:#336633; /* Top menu items background colour */
   color:#ffffff;
   border-bottom:0px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#006600; /* Top menu items background colour */
border: 1px solid #006600; 
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
       -moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
       -moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
-webkit-transition-duration: 0.5s;
 color:#ffffff;
   border-bottom:0px solid #000;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:11px;
   font-weight: bold; /* resets the bold set for the top level menu items */
   background:#99cc99;
border: 1px solid #ffffff; 
       -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
     border-radius: 0px;
   opacity:0.95;filter:alpha(opacity=95);
   color:#006600;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:0px solid #fff; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#ddd612; /* Sub menu items background colour */
   color:#000000;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
