ul a {
	color:gray;
	text-decoration:none;
}


ul a:hover {
	color:black;
	text-decoration:underline;
}

li {marker-offset:1em;}
ul {marker-offset:1em;}

/* children menu*/
div.childMenu{
	font-size:13px;
	margin-top:5px;
	width:700px;
	padding-bottom:2px;
	border-bottom:1px solid #f2f2f2;
}
div#childMenu {
    margin-left:10px;
}

