@charset "UTF-8";

/* setup the basics */
.menu {
		font-size: 1em; 
		font-weight: normal; 
		text-align: left; 
		line-height: normal; 
		width: 730px; 
		margin: 0; 
		color: #FFF; 
		margin-top: 10px; 
		height: 26px; 
		background-color:rgb(105,122,33); 
		position: relative; 
		z-index: 100;
		text-transform: uppercase;
		padding: 4px 0 5px;}
		
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 1px 0 0;
	margin: 0;
	list-style-type: none;}
.menu ul ul {
	width: 149px;}
	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	position: relative; 
	border-right: 1px solid #FFF;
	text-align: center;}
		
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block; 
	text-decoration: none; 
	color: #FFF; 
	height: 26px; 
	background-color:rgb(105,122,33);
	line-height: 24px !important;
	line-height: 26px;
	width: 100%;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 26px;
	left: 0; 
	width: 149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position: absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	height: auto; 
	line-height: 1em !important; 
	padding: 5px 10px; 
	width: 180px; 
	border-width: 1px 0 0 0; 
	text-align: left;}
.menu ul ul li {
	border: none;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{ 
	visibility: visible;
	font-size: 1em;}

.menu li a.notActive { 
	cursor: text; 
	text-decoration: none;}
.menu ul li a.active { 
	cursor: text; 
	text-decoration: none;
	font-weight: bold;}

/* yet another hack for IE */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color: #FFF; 
	text-decoration: underline;
	background: #697A21;}
.menu :hover > a, .menu ul ul :hover > a {
	color: #FFF; 
	text-decoration: underline;
	background: #697A21;}
	
#kids_pages_button {
	position: absolute; 
	top: 0;
	margin-left: 740px;
	padding: 5px 10px 0px 10px; 
	list-style:none; 
	background-color:rgb(182,134,0); 
	line-height:normal; 
	font-size:1em; 
	font-weight:normal; 
	text-transform:uppercase; 
	width:160px;}
#kids_pages_button a { 
	color:white; 
	text-decoration:none;
	background-color:rgb(182,134,0);}
#kids_pages_button a:hover { 
	color:white; 
	text-decoration:underline; }
#kids_pages_button img {
	position: absolute;
	top: -10px;
	margin-left: 105px;
	z-index: 999}



