/* CSS Document */


/* set submenus to default = not showing */
.sub1, .sub2, .sub3, .sub4 {
	display:none;
}


/* show only the submenu when in the appropriate section */
#how .sub1,
#types .sub2,
#treating .sub3,
#cryoablation .sub4 {
	display:inline;
}

/* define bullet in submenu only when on that page */
#how.page1 ul li.item1,
#types.page1 ul li.item1,
#types.page2 ul li.item2,
#types.page3 ul li.item3,
#types.page4 ul li.item4,
#types.page5 ul li.item5,
#types.page6 ul li.item6,
#types.page7 ul li.item7,
#types.page8 ul li.item8,
#types.page9 ul li.item9,
#types.page10 ul li.item10,
#types.page11 ul li.item11,
#treating.page1 ul li.item1,
#treating.page2 ul li.item2,
#cryoablation.page1 ul li.item1 {

	background-image: url(/images/bullet.gif);
}









/* define style for level 1 menu active states */
#patients a.patients,
#patients a.patients:hover,
#philosophy a.philosophy,
#philosophy a.philosophy:hover,
#how a.how,
#how a.how:hover,
#types a.types,
#types a.types:hover,
#treating a.treating,
#treating a.treating:hover,
#cryoablation a.cryoablation,
#cryoablation a.cryoablation:hover,
#faq a.faq,
#faq a.faq:hover,
#physicians a.physicians,
#physicians a.physicians:hover,
#stop a.stop,
#stop a.stop:hover,
#find a.find,
#find a.find:hover {
	color:#1d4d7d;
}


/* define style for submenu page active states */

#how.page1 li.item1 a,
#types.page1 li.item1 a,
#types.page2 li.item2 a,
#types.page3 li.item3 a,
#types.page4 li.item4 a,
#types.page5 li.item5 a,
#types.page6 li.item6 a,
#types.page7 li.item7 a,
#types.page8 li.item8 a,
#types.page9 li.item9 a,
#types.page10 li.item10 a,
#types.page11 li.item11 a,
#treating.page1 li.item1 a,
#treating.page2 li.item2 a,
#cryoablation.page1 li.item1 a {
	color:#1d4d7d;
}

