/* CSS Document */

#leftNav {
	margin:30px 0 0 18px;
	width:160px;
}


/* basic style for nav lists*/

#leftNav ul {
	list-style-type:none; /* remove automatic bullet */	
	padding: 0 0 0 0px; /* move bullet to the right (add padding-left) */
	margin: 0 0 4px 0; 
	line-height:13px; /* define so bullet image is placed properly from a defined 'Left' 'Top' */
}

#leftNav ul li {
	background-image: url(); /* add custom bullet */
	background-repeat: no-repeat; 
	padding: 0px 0 0px 0px; /* define distance of text from bullet */
	margin: 4px 0 4px 0; /* define distance between bullets (appreciated if bullets wrap)  and distance from right*/
	line-height:13px;
}

#leftNav ul ul {
	line-height:13px; /* define so bullet image is placed properly from a defined 'Left' 'Top' */
}

#leftNav ul ul li {
	background-image: url();
	background-position: 8px 5px; /* position from 'Left' 'Top' - used mostly for small bullet images */
	padding-left:15px;
	padding-bottom:4px;
	border-bottom:1px dashed #c8d2d9;
}


.navBorder {
	border-bottom:1px dashed #c8d2d9;
	padding:0px 0 4px 0px;
}








/* set submenus to default = not showing */
.sub1, .sub2, .sub3 {
	display:none;
}


/* show only the submenu when in the appropriate section */
#types .sub1,
#treating .sub2,
#ablation .sub3 {
	display:inline;
}

/* define bullet in submenu only when on that page */
#treating.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,
#ablation.page1 ul li.item1,
#ablation.page2 ul li.item2,
#ablation.page3 ul li.item3,
#ablation.page4 ul li.item4 {
	background-image: url(/images/bullet.gif);
}








/* set up list font styles for main menus */
#leftNav li a {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#52677c;
	text-decoration:none;
	font-weight:normal;
}
#leftNav li a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#52677c;
	text-decoration:underline;
	font-weight:normal;
}

/* set up list font styles for sub menus */
#leftNav li li a {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#97a7b7;
	text-decoration:none;
	font-weight:normal;
}
#leftNav li li a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#97a7b7;
	text-decoration:underline;
	font-weight:normal;
}



/* define style for level 1 menu active states */
#philosophy a.philosophy,
#philosophy a.philosophy:hover,
#types a.types,
#types a.types:hover,
#treating a.treating,
#treating a.treating:hover,
#ablation a.ablation,
#ablation a.ablation:hover,
#cryoablation a.cryoablation,
#cryoablation a.cryoablation:hover,
#stories a.stories,
#stories a.stories:hover,
#faq a.faq,
#faq a.faq:hover {
	color:#ca6637;
}


/* define style for submenu page active states */

#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,
#treating.page1 li.item1 a,
#ablation.page1 li.item1 a,
#ablation.page2 li.item2 a,
#ablation.page3 li.item3 a,
#ablation.page4 li.item4 a {
	color:#ca6637;
}

