/* CSS Document */

body div#listmenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}

div#listmenu /*--- Menu List Container ---*/
{
	float:left; /*--- Makes the div enclose the list ---*/
	padding:0px;
	height:31px;
	width:980px;
	margin:0px 0px;	
}

div#listmenu ul
{
	margin:0px;
	padding: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 ---*/	
	display:block;
}


div#listmenu ul li.home
{
	background-image:url(../images/nav_1home_off.png);
	background-repeat:no-repeat;
	background-position:left;
	width:90px;
	height:30px;
	display:block;
}

div#listmenu ul li.home:hover  {
	background-image:url(../images/nav_1home_on.png);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
}

div#listmenu ul li.about
{
	background-image:url(../images/nav_2about_off.png);
	background-repeat:no-repeat;
	background-position:left;
	width:114px;
	height:30px;
	display:block;
}

div#listmenu ul li.about:hover  
{
	background-image:url(../images/nav_2about_on.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.tech
{
	background-image:url(../images/nav_3tech_off.png);
	background-repeat:no-repeat;
	background-position:left;
	width:124px;
	height:30px;
	display:block;
}

div#listmenu ul li.tech:hover  
{
	background-image:url(../images/nav_3tech_on.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.products
{
	background-image:url(../images/nav_4prod_off.png);
	background-repeat:no-repeat;
	background-position:left;
	width:171px;
	height:30px;
	display:block;
}

div#listmenu ul li.products:hover  
{
	background-image:url(../images/nav_4prod_on.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.physicians
{
	background-image:url(../images/nav_5phys_off.png);
	background-repeat:no-repeat;
	background-position:left;	
	width:113px;
	height:30px;
	display:block;
}

div#listmenu ul li.physicians:hover  
{
	background-image:url(../images/nav_5phys_on.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.distributors
{
	background-image:url(../images/nav_6dist_off.png);
	background-repeat:no-repeat;
	background-position:left;	
	width:129px;
	height:30px;
	display:block;
}

div#listmenu ul li.distributors:hover  {
	background-image:url(../images/nav_6dist_on.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.news
{
	background-image:url(../images/nav_7news_off.png);
	background-repeat:no-repeat;
	background-position:left;
	width:72px;
	height:30px;
	display:block;
}

div#listmenu ul li.news:hover  {
	background-image:url(../images/nav_7news_on.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}

div#listmenu ul li.contact
{
	background-image:url(../images/contact_us_off.png);
	background-repeat:no-repeat;
	background-position:left;
	width:167px;
	height:30px;
	display:block;
}

div#listmenu ul li.contact:hover  {
	background-image:url(../images/contact_us_on.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	display:block;
}



/* DROPDOWNS */
div#listmenu ul li:hover ul  {
	display:block; /*--- Displays appropriate drop down menu ---*/
	padding:0px;
	margin-top:30px;
	border-left:1px solid #336699;	
	border-right:1px solid #336699;	
	border-bottom:1px solid #336699;	
}

div#listmenu ul li ul
{
	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:0px; /*--- Aligns the drop-down exactly under the menu ---*/
	background-color:white;
	/*background-image:url(../images/bg_dropdown.png);
	background-repeat:repeat;*/
	z-index:99;
}

div#listmenu ul li ul li
{
	color:#004677;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	font-family: "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:-3px;
	margin:0px;
}

div#listmenu ul li ul li a.dropDown {
	color:#004677;
	text-decoration:none;
	display:block;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	font-family: "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size:12px;
}
div#listmenu ul li ul li a.dropDown:hover {
	color:white;
	text-decoration:none;
	display:block;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	font-family: "Myriad Web", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
}

div#listmenu ul li ul.home
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:150px;
	margin-left:0px;
	margin-top:-4px;
	padding:0px;
}

div#listmenu ul li ul.about
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:125px;
	margin-left:10px;
	margin-top:-4px;
	padding:0px;
}

div#listmenu ul li ul.tech
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:105px;
	margin-left:10px;
	margin-top:-4px;
	z-index:99;
	padding:0px;
}

div#listmenu ul li ul.products
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:100px;
	margin-top:-4px;
	margin-left:10px;
	padding:0px;
	
}
div#listmenu ul li ul.physicians
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:100px;
	margin-top:-4px;
	margin-left:10px;
	padding:0px;
}

div#listmenu ul li ul.distributors
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:200px;
	margin-top:-4px;
	margin-left:10px;
	padding:0px;
}

div#listmenu ul li ul.news
{
	/*--- Sets the width of the menu; in combo with the li's 100% width, makes the menu stack ---*/
	width:125px;
	margin-top:-4px;
	margin-left:10px;
	padding:0px;
}


div#listmenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	border:0px; /*--- Three sides of each drop-down item ---*/
	border-top:0px;
	background:none;
	background-image:none;
}

div#listmenu ul li ul li:hover {
	background-color:none;
}

div#listmenu ul li ul li a:hover {
	background-color:#000000;
}


/*---------------  left  -----------------*/

body div#leftMenu ul li ul
{
	display:none; /*--- Hides all drop down menus ---*/
}
div#leftMenu /*--- Menu List Container ---*/
{
	width:170px;
	float:left; /*--- Makes the div enclose the list ---*/
	padding-top:20px;
	margin:0px;

}

div#leftMenu ul
{
	margin:0px;
	padding:0px;

}

div#leftMenu 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 ---*/
	border-bottom:1px solid #dfe0e1;
	padding-top:7px;
	padding-bottom:7px;
	margin:0px;
	width:170px;
	display:block;
}

div#leftMenu ul li
{
	width:170px;
	margin:0px;
	padding:0px;
	background-color:none;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:7px;
}

div#leftMenu ul li:hover 	{
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size:12px;
	font-weight:normal;	
	color:#003366;
	background-color:#cccccc;
}

div#leftMenu ul li:hover ul
{
	display:block; /*--- Displays appropriate drop down menu ---*/
	background-color:#cccccc;
}

div#leftMenu ul li:hover a	{
	color:#003366;
	background-color:#cccccc;
}

/*---------------  FLY OUTS  -----------------*/

div#leftMenu ul li ul
{
	position:absolute; /*--- Positions the drop-down ul in relation to its relatively positioned li parent ---*/
	left:178px; /*--- Aligns the drop-down exactly under the menu ---*/
	top:-1px;
	margin:0px;
	width:180px;
/*	border-bottom:1px solid #dfe0e1;*/
	font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	font-size:12px;
	font-weight:normal;	
	color:#003366;
	background-color:#cccccc;
}


div#leftMenu ul li ul li
{
	width:100%; /*--- Makes the list items fill the list containers (ul) ---*/
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#cccccc;
}

div#leftMenu ul li ul li:hover 
{
	background-color:#666666;
}



div#leftMenu ul li ul li a.flyout	
{
	color:#003366;
	display: block;
	border-top:1px solid #dfe0e1; /*--- Three sides of each drop-down item ---*/
	margin:0px;
	padding:3px;
	text-decoration:none;	
}

div#leftMenu ul li ul li a.flyout:hover	{
	color:#ffffff;
	text-decoration:none;
	background-color:#666666;
}

/* === END LEFT NAV INDEX STYLES === */

