@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;}
		

	


	
#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;
	height:30px}
#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}





