/* Start of CMSMS style sheet 'Menu' */
#mainMenu {
position: absolute;
top: 80px;

}
#mainTable.kidsHome {margin-top:30px;}

#nav {background: url(uploads/images/nav_bg.gif) no-repeat scroll top right;}
#nav ul{ 
margin: 0px;
padding: 0px;
width: 100%;
position: relative;
  list-style: none;
}

#nav ul li {
display: block;
float: left;
position: relative;
z-index: 100;
}

#nav ul li a {
line-height: 42px;
background: url(uploads/images/nav_bg.gif) no-repeat scroll top right;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
font-weight: bold;
text-align: center;
display: block;
padding: 0 1.8em;
font-size: 1em;
*font-size: 0.9em;
}

#nav ul li h3 {
line-height: 42px;
background: url(uploads/images/nav_bgHOVER.gif) no-repeat scroll top right;
color: #fff;
text-decoration: none;
font-weight: bold;
text-align: center;
margin: 0px;
padding: 0 1.9em;
font-size:1em;
*font-size: 0.9em;
}


#nav ul li a:hover {background: url(uploads/images/nav_bgHOVER.gif) no-repeat scroll top right;}

li > ul {
	top: auto;
	left: auto;
	}

#nav li ul {
display: none;
  position: absolute; 
  top: 42px;
  left: 0;

}

#nav li:hover ul { display: block; }

#nav li ul a {
background-image: none;
background-color: #288503;
line-height:20px;
width: 150px;
text-align: left;
padding-left: 10px;
border-bottom: 1px solid #333;
}
#nav li ul a:hover {
background-color: #0EAE02;
background-image: none;
}

#nav li ul h3 {
background-color: #0EAE02;
background-image: none;
line-height:20px;
width: 150px;
text-align: left;
padding-left: 10px;
border-bottom: 1px solid #333;
}
/* End of 'Menu' */

