@charset "utf-8";
/* CSS Document */

body 
{
	behavior:url(csshover.htc);
}

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

div#listmenuDetached /*--- Menu List Container ---*/
{
	background-image:url(../images/nav_full-bg.jpg);
	background-repeat:none;
	padding:0px 0px 0px 215px;
	height:24px;
	width:785px;
	text-align:right;
}

div#listmenu /*--- Menu List Container ---*/
{
	background-image:url(../images/nav_full-bg.jpg);
	background-repeat:none;
	padding:0px 0px 0px 215px;
	height:24px;
	width:785px;
}

div#listmenu ul
{
	padding:0px;
	margin:0px;
}

div#listmenu li		{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/
	margin:0px 4px;
	padding:0px;
}

	div#listmenu li.home	{
	background-image:url(../images/nav_home-off.jpg);
	background-repeat:no-repeat;
	width:58px;
	height:24px;
	}
		div#listmenu li.home:hover	{
		background-image:url(../images/nav_home-on.jpg);
		}

	div#listmenu li.about	{
	background-image:url(../images/nav_about-off.jpg);
	background-repeat:no-repeat;
	width:80px;
	height:24px;
	}
		div#listmenu li.about:hover	{
		background-image:url(../images/nav_about-on.jpg);
		}
		
	div#listmenu li.vein	{
	background-image:url(../images/nav_treatment-off.jpg);
	background-repeat:no-repeat;
	width:139px;
	height:24px;
	}
		div#listmenu li.vein:hover	{
		background-image:url(../images/nav_treatment-on.jpg);
		}
		
	div#listmenu li.other	{
	background-image:url(../images/nav_other-off.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:24px;
	}
		div#listmenu li.other:hover	{
		background-image:url(../images/nav_other-on.jpg);
		}
		
	div#listmenu li.education	{
	background-image:url(../images/nav_education-off.jpg);
	background-repeat:no-repeat;
	width:87px;
	height:24px;
	}
		div#listmenu li.education:hover	{
		background-image:url(../images/nav_education-on.jpg);
		}

	div#listmenu li.doctor	{
	background-image:url(../images/nav_choosing-off.jpg);
	background-repeat:no-repeat;
	width:146px;
	height:24px;
	}
		div#listmenu li.doctor:hover	{
		background-image:url(../images/nav_choosing-on.jpg);
		}

	div#listmenu li.contact	{
	background-image:url(../images/nav_contact-off.jpg);
	background-repeat:no-repeat;
	width:91px;
	height:24px;
	}
		div#listmenu li.contact:hover	{
		background-image:url(../images/nav_contact-on.jpg);
		}
		
div#listmenu ul li:hover ul		{
	display:block; /*--- Displays appropriate drop down menu ---*/
}

/*--- DROPDOWNS ---*/

div#listmenu ul li ul
{
	Width:100%;
	margin:0px; /*--- Prevents the temp margin on the ul from inheriting here ---*/
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:-1px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:24px;
	padding:0px;	
}

	div#listmenu ul li ul.drop_about	{	width:95px;	}
	div#listmenu ul li ul.drop_vein	{	width:160px;	}
	div#listmenu ul li ul.drop_other	{	width:160px;	}
	div#listmenu ul li ul.drop_education	{	width:100px;	}
	div#listmenu ul li ul.drop_doctor	{	width:136px;	}

div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	border-left:1px solid #5a3c67; /*--- Three sides of each drop-down item ---*/
	border-bottom:1px solid #5a3c67;
	border-right:1px solid #5a3c67;
	padding:0px 5px;
	margin:0px;
/*	background-image:url(../images/drop-down-bg-off.gif);
	background-repeat:repeat-x;
*/	background-color:#976ba9;
	display:block;	
}

div#listmenu ul li ul li.top
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	border-left:1px solid #5a3c67; /*--- Three sides of each drop-down item ---*/
	border-bottom:1px solid #5a3c67;
	border-right:1px solid #5a3c67;
	border-top:1px solid #5a3c67;
	padding:0px 5px;
	margin:0px;
	display:block;	
}

div#listmenu ul li ul li:hover {
	background-image:url(../images/drop-down-bg.gif);
	background-repeat:repeat-x;
}

div#listmenu ul li ul li a	{
	display: block;
	font-weight:normal;
	width:100%;
	padding:3px 0px 3px 0px;
	margin:0px;
	color:#ffea00;
	font-size:10px;
	text-decoration:none;
}

div#listmenu ul li ul li a:hover	{
	display: block;
	width:100%;
	font-weight:normal;
	padding:3px 0px 3px 0px;
	margin:0px;
}

/* === END TOP NAV STYLES === */


/* === FOOTER MENU === */

body div#footermenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}
div#footermenu /*--- Menu List Container ---*/
{
	padding:0px;
	height:131px;
	width:982px;
	float:none;
}

div#footermenu ul
{
	padding:0px;
	margin:0px;
}

div#footermenu li		{
	float:left; /*--- Causes the list to align horizontally instead of stack ---*/
	position:relative; /*--- Positioning context for the absolutely positioned drop-down ---*/
	list-style-type: none; /*--- Removes the bullet off list items ---*/
	margin:0px;
	padding:0px;
}

div#footermenu li a	{
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
color:#1c1a6a;
text-decoration:none;
line-height:11px;
}

	div#footermenu li.ftr-consultation	{
	background-image:url(../images/footernav_consultation-off.jpg);
	background-repeat:no-repeat;
	width:177px;
	height:131px;
	}
		div#footermenu li.ftr-consultation:hover	{
		background-image:url(../images/footernav_consultation-on.jpg);
		}
	
	div#footermenu li.ftr-cure	{
	background-image:url(../images/footernav_cure-off.jpg);
	background-repeat:no-repeat;
	width:175px;
	height:131px;
	margin-left:8px;
	}
		div#footermenu li.ftr-cure:hover	{
		background-image:url(../images/footernav_cure-on.jpg);
		}

	div#footermenu li.ftr-results	{
	background-image:url(../images/footernav_results-off2.jpg);
	background-repeat:no-repeat;
	width:235px;
	height:131px;
	margin-left:8px;
	}
		div#footermenu li.ftr-results:hover	{
		background-image:url(../images/footernav_results-on2.jpg);
		}
		
	div#footermenu li.ftr-results-inside	{
	background-image:url(../images/footernav_results-off2.jpg);
	background-repeat:no-repeat;
	width:235px;
	height:131px;
	margin-left:8px;
	}
		div#footermenu li.ftr-results-inside:hover	{
		background-image:url(../images/footernav_results-on2.jpg);
		}
		
		div#footermenu li.ftr-veinwave	{
	background-image:url(../images/veinwave.png);
	background-repeat:no-repeat;
	width:175px;
	height:131px;
	margin:0px;
	}
		div#footermenu li.ftr-veinwave:hover	{
		background-image:url(../images/veinwave-on.png);
		}
		
	div#footermenu li.ftr-veinwave-inside	{
	background-image:url(../images/veinwave.png);
	background-repeat:no-repeat;
	width:175px;
	height:131px;
	margin:0px;
	}
		div#footermenu li.ftr-veinwave-inside:hover	{
		background-image:url(../images/veinwave-on.png);
		}

/*---------------------------------- FIX FOR FLOATED ELEMENTS WITHIN A CONTAINER DIV --------------------------*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*--- Fix for IE on Mac ---*/
.clearfix
{
	display: inline-block;
}

/*--- Hack for bug in IE6 ---*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
