/* CSS Document */

ul.theMenu{
	margin: 0px;
}

ul.outerlist{
	margin:10px;
}


li.mainlist, home_menu_Heading{
	border-bottom-color:gray;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	list-style:none;
}

li.sublist{

	border-bottom-color:gray;
	border-bottom-style:dashed;
	border-bottom-width:0px;
	list-style:none;
}


