/* Main Menu CSS */
div.menuHeaderSliv {
	background-image: url("/gfx/baby_menu_tm.gif");
	background-repeat: repeat-x;
	height: 20px;
	line-height: 20px;
	color: white;
	font-weight: bold;
	font-size: 0.65em;
	text-indent: 1em;
}


div.menuHeaderLeft {
	background-image: url("/gfx/baby_menu_tl.gif");
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 20px;
}


div.menuHeaderRight {
	background-image: url("/gfx/baby_menu_tr.gif");
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 20px;
}


div#menu {
	background-color: rgb(242,250,254);
	border-left: 1px rgb(26,154,216) solid;
	border-right: 1px rgb(26,154,216) solid;
	min-height: 260px;
	font-size: 0.65em;
	line-height: 1.6em;
	padding: 1em 0em 0em 0em;
}


div#menu div#pinkSub, div#menu div#purpleSub {
	background-color: rgb(254,148,255);
	height: 20px;
	line-height: 20px;
	text-indent: 1em;
	font-weight: bold;
	color: white;
	margin: 1em 0em 1em 0em;
}


div#menu div#purpleSub {
	background-color: rgb(150,140,242);
}


div#menu ul {
	list-style: none;
	margin: 0em 0em 0em 1.2em;
	padding: 0;
}


div#menu ul li a {
	color: rgb(51,51,51);
}
