/* horizontal page menu CSS */

#childPageMenu {
clear:both;
	padding: 0;
/*	background-image: url(../images/menu/childPageMenu-bullet_brown_right_27x28.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height:30px;  */
	width:100%;
}

#childPageMenu ul {
	margin: 0;
	padding: 0;
}

#childPageMenu ul li {
	list-style-type: none;
	list-style-image: none;
	background-color:#EAE1D5;
	background-image: url(../images/bg/childPageMenu-bullet.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight:normal;
	margin-bottom:4px;
/*	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FAEEDC;
*/
}

	
#childPageMenu ul li a, #childPageMenu ul li a:visited {
	display:block;
	padding: 8px 5px 8px 30px;
	width:565px;
	height:100%;
	font-size: 1.3em;
	color:#993300;
	text-decoration:none;
	text-align: left;
	line-height: 100%;
	font-weight: normal;
		border-width: 1px;
	border-style: solid;
	border-color: #E6DBCC;
	margin-bottom:4px;

}



#childPageMenu ul li a:hover {
	background-color:#FFFF99;
	background-image: url(../images/bg/childPageMenu-bullet.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#childPageMenu .current_page_item, #childPageMenu .current_page_item a {
	background-color:#FFFF99;
	border-bottom-style: none;
	background-image: url(../images/bg/childPageMenu-bullet.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#childPageMenu .current_page_parent, #childPageMenu .current_page_parent a {
	background-color:#FAEEDC;

}

