/* sliding door */
div.nav div.nav-box
{
	background-image: url(images/nav_box_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding: 0px 0px 10px 0px;
	margin-bottom: 0px;
}

div.about-us div.about-us,
div.our-physicians div.our-physicians,
div.cardiothoracic-surgery div.cardiothoracic-surgery,
div.cardiology-services div.cardiology-services,
div.contact-us div.contact-us,
div.location-and-maps div.location-and-maps


{
	background-image: url(images/nav_box_active_bottom.png);
}


div.nav ul.top
{
	background-image: url(images/nav_box_top.png);
	background-repeat: no-repeat;
}

div.about-us div.about-us ul.top,
div.our-physicians div.our-physicians ul.top,
div.cardiothoracic-surgery div.cardiothoracic-surgery ul.top,
div.cardiology-services div.cardiology-services ul.top,
div.contact-us div.contact-us ul.top,
div.location-and-maps div.location-and-maps ul.top
{
	background-image: url(images/nav_box_active_top.png);
}

/* list */
div.nav ul
{	
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}


div.nav ul ul
{
	margin-left: 20px;	
	padding: 0px;
}

/* achors */

div.nav ul li a
{
	padding-left: 30px;
	height: 18px;
	display: block;	

	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	color: #57514E;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	
	background-image: url(images/bullet_top.gif);
	background-repeat: no-repeat;
	background-position: 10px 1px;

}

div.nav ul li.miracle a
/* added nav for last box on perarman */
{
	padding-left: 30px;
	height: 35px;
	display: block;	

	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	color: #57514E;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	
	background-image: url(images/bullet_sub.gif);
	background-repeat: no-repeat;
	background-position: 10px 1px;

}

div.nav ul li a:hover{
	text-decoration: underline;	
}

div.nav ul li li a
{
	padding-left: 20px;
	margin-top: 8px;
	text-transform: none;
	
	background-image: url(images/bullet_sub.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}


div.about-us div.about-us ul.top a,
div.our-physicians div.our-physicians ul.top a,
div.cardiothoracic-surgery div.cardiothoracic-surgery ul.top a,
div.cardiology-services div.cardiology-services ul.top a,
div.contact-us div.contact-us ul.top a,
div.location-and-maps div.location-and-maps ul.top a
{
	color: white;	
}



div.about-us div.about-us ul.top li a,
div.our-physicians div.our-physicians ul.top li a,
div.cardiothoracic-surgery div.cardiothoracic-surgery ul.top li a,
div.cardiology-services div.cardiology-services ul.top li a,
div.contact-us div.contact-us ul.top li a,
div.location-and-maps div.location-and-maps ul.top li a
{
	background-image: url(images/bullet_top_active.gif);
}

div.about-us div.about-us ul.top li li a,
div.our-physicians div.our-physicians ul.top li li a,
div.cardiothoracic-surgery div.cardiothoracic-surgery ul.top li li a,
div.cardiology-services div.cardiology-services ul.top li li a,
div.contact-us div.contact-us ul.top  li li a,
div.location-and-maps div.location-and-maps ul.top li li a

{
	background-image: url(images/bullet_sub_active.gif);
}