#buttons {
	text-align: center;	
	margin: -50px 0 10px 0; 
}
#buttons img { margin: 5px; }

/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#ffffff url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#333333; }
h2	{ font-size:1.1em; color:#333333; }
h3	{ font-size:1.0em; color:#666666; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#CC0000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#2f86af; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
img.tuna-blog {
	margin-left:22px;
	}
hr {
	width:500px;
	}
.main-form {
	margin-left:30px;
	padding:10px 10px;
	}
img.donations {
	margin-left:66px;
	}
p.disclaimer {
	font-size:9px;
	font-style:italic;
	}
.irs img {
	margin-left:12px;
	padding-top:20px;
	}
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#C4D7E8 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #666666;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:75px;
	height:30px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:770px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead2.jpg") no-repeat;
	height:377px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:213px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 10px 10px 0px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul { padding-left:5px; } 
		#column-left ul li {
	background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:0px;  /* pushes text to the right to display bg img */
	float:left;
	width:213px; /* sets the width of each column */
	line-height:20px;
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:557px;
	float:left;
	text-align: left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
	margin:0px 10px 10px 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
		}
	

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
/* -- Products List (Products Page) -- */			
#column-right ul.list-products li {
	width:500px;
	background:transparent url("../images/img-fish-bullet.jpg") 0px 5px no-repeat;
	list-style-position:outside;
	padding-left:32px;
	padding-bottom:2px;
	padding-top:2px;
}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:300px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:78px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#mercury #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#about-us #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#contact-us #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#membership #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#memoriam #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#msc #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#news #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#photo-gallery #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#products #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#links #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#members #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#vessels #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#market-info #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#breaking-news #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#archived-news #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#thank-you #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#conference #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#health-plan #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#supporting-members #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#marketing-world #subhead { background:url("../images/img-subhead-left.jpg"); }
	body#high-seas #subhead { background:url("../images/img-subhead-left.jpg"); }


/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
body#index #title-contact {
	height:78px;
	background:url("../images/img-title-welcome.jpg") ;
	}
body#about-us #title-contact {
	height:78px;
	background:url("../images/img-title-about.jpg") ;
	}
body#mercury #title-contact {
	height:78px;
	background:url("../images/img-title-mercury.jpg") ;
	}
body#contact-us #title-contact {
	height:78px;
	background:url("../images/img-title-contact.jpg") ;
	}
body#links #title-contact {
	height:78px;
	background:url("../images/img-title-links.jpg") ;
	}
body#membership #title-contact {
	height:78px;
	background:url("../images/img-title-membership.jpg") ;
	}
body#memoriam #title-contact {
	height:78px;
	background:url("../images/img-title-memoriam.jpg") ;
	}
body#msc #title-contact {
	height:78px;
	background:url("../images/img-title-msc.jpg") ;
	}
body#news #title-contact {
	height:78px;
	background:url("../images/img-title-news.jpg") ;
	}
body#photo-gallery #title-contact {
	height:78px;
	background:url("../images/img-title-photo-gallery.jpg") ;
	}
body#products #title-contact {
	height:78px;
	background:url("../images/img-title-products.jpg") ;
	}
body#vessels #title-contact {
	height:78px;
	background:url("../images/img-title-all-vessels.jpg") ;
	}
body#members #title-contact {
	height:78px;
	background:url("../images/img-title-members.jpg") ;
	}
body#market-info #title-contact {
	height:78px;
	background:url("../images/img-title-market-info.jpg") ;
	}
body#breaking-news #title-contact {
	height:78px;
	background:url("../images/img-title-breaking-news.jpg") ;
	}
body#archived-news #title-contact {
	height:78px;
	background:url("../images/img-title-archived-news.jpg") ;
	}
body#thank-you #title-contact {
	height:78px;
	background:url("../images/img-title-thank-you.jpg") ;
	}
body#conference #title-contact {
	height:78px;
	background:url("../images/img-title-conference-pictures.jpg") ;
	}
body#health-plan #title-contact {
	height:78px;
	background:url("../images/img-title-health.jpg") ;
	}
body#supporting-members #title-contact {
	height:78px;
	background:url("../images/img-title-supporting-members.jpg") ;
	}
body#marketing-world #title-contact {
	height:78px;
	background:url("../images/img-title-marketing-around-world.jpg") ;
	}


/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:65px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:770px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#333333;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#333333; }
#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #333333;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ vertical sprite nav ------------------------ */
#column-left #nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:213px;	/* Width of buttons, not entite image (or half of entire image) */
	height:775px;	 /* Height of entire image */
	margin:0 0 0 0px;
	padding:0;
	}

#column-left #nav li span { display: none; }

#column-left #nav li { float:left; list-style:none; position:relative; }

#column-left #nav li, #nav a { 
	height:31px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#column-left #nav-01 { margin-top:0px; width:213px; }

/* margin-top if there is a spacing between each nav button */
#column-left #nav-02, #column-left #nav-03, #column-left #nav-04, #column-left #nav-05, #column-left #nav-06,#column-left #nav-07,#column-left #nav-08,#column-left #nav-09,#column-left #nav-10,#column-left #nav-11, #column-left #nav-12, #column-left #nav-13, #column-left #nav-14, #column-left #nav-15, #column-left #nav-16, #column-left #nav-17, #column-left #nav-18, #column-left #nav-19, #column-left #nav-20 { margin-top:0; width:213px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -213px  -0px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -213px  -31px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -213px  -62px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -213px  -93px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -213px -124px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -213px -155px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -213px -186px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -213px -217px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -213px -248px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -213px -279px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -213px -310px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -213px -341px no-repeat; }
#nav-13 a:hover { background:url("../images/nav.jpg") -213px -372px no-repeat; }
#nav-14 a:hover { background:url("../images/nav.jpg") -213px -403px no-repeat; }
#nav-15 a:hover { background:url("../images/nav.jpg") -213px -434px no-repeat; }
#nav-16 a:hover { background:url("../images/nav.jpg") -213px -465px no-repeat; }
#nav-17 a:hover { background:url("../images/nav.jpg") -213px -496px no-repeat; }
#nav-18 a:hover { background:url("../images/nav.jpg") -213px -527px no-repeat; }
#nav-19 a:hover { background:url("../images/nav.jpg") -213px -558px no-repeat; }
#nav-20 a:hover { background:url("../images/nav.jpg") -213px -589px no-repeat; }
#nav-21 a:hover { background:url("../images/nav.jpg") -213px -620px no-repeat; }
#nav-22 a:hover { background:url("../images/nav.jpg") -213px -651px no-repeat; }
#nav-23 a:hover { background:url("../images/nav.jpg") -213px -682px no-repeat; }
#nav-24 a:hover { background:url("../images/nav.jpg") -213px -713px no-repeat; }
#nav-25 a:hover { background:url("../images/nav.jpg") -213px -744px no-repeat; }



/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg") -213px  -0px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -213px  -29px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -213px  -60px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -213px  -91px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -213px -122px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -213px -153px no-repeat; }
body#SPECIFY #nav-07 { background:url("../images/nav.jpg") -213px -184px no-repeat; }
body#SPECIFY #nav-08 { background:url("../images/nav.jpg") -213px -215px no-repeat; }
body#SPECIFY #nav-09 { background:url("../images/nav.jpg") -213px -246px no-repeat; }
body#SPECIFY #nav-10 { background:url("../images/nav.jpg") -213px -277px no-repeat; }
body#SPECIFY #nav-11 { background:url("../images/nav.jpg") -213px -308px no-repeat; }
body#SPECIFY #nav-12 { background:url("../images/nav.jpg") -213px -339px no-repeat; }
body#SPECIFY #nav-13 { background:url("../images/nav.jpg") -213px -370px no-repeat; }
body#SPECIFY #nav-14 { background:url("../images/nav.jpg") -213px -401px no-repeat; }
body#SPECIFY #nav-15 { background:url("../images/nav.jpg") -213px -432px no-repeat; }
body#SPECIFY #nav-16 { background:url("../images/nav.jpg") -213px -463px no-repeat; }
body#SPECIFY #nav-17 { background:url("../images/nav.jpg") -213px -494px no-repeat; }
body#SPECIFY #nav-18 { background:url("../images/nav.jpg") -213px -525px no-repeat; }
body#SPECIFY #nav-19 { background:url("../images/nav.jpg") -213px -556px no-repeat; }
body#SPECIFY #nav-20 { background:url("../images/nav.jpg") -213px -587px no-repeat; }
body#SPECIFY #nav-21 { background:url("../images/nav.jpg") -213px -618px no-repeat; }
body#SPECIFY #nav-22 { background:url("../images/nav.jpg") -213px -649px no-repeat; }
body#SPECIFY #nav-23 { background:url("../images/nav.jpg") -213px -680px no-repeat; }
body#SPECIFY #nav-24 { background:url("../images/nav.jpg") -213px -711px no-repeat; }
body#SPECIFY #nav-25 { background:url("../images/nav.jpg") -213px -742px no-repeat; }



/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#column-left #nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#B4D8F2;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:213px; /* Set to same width as in #nav */
	margin-top:-31px; /* Set to each button height, same as used above */
	border:none;
	text-decoration:none;
	padding:0px;
	}

#column-left #nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #659DCC;
	}

#column-left #nav li ul li a {
	width:100%;
	height:20px; /* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#column-left #nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#column-left #nav a:link, #column-left #nav a:visited, #column-left #nav a:hover, #column-left #nav a:active {
	font-size:1.0em;
	color:#000000;
	text-decoration:none;
	}

#column-left #nav li:hover ul, #column-left #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#column-left #nav-14 ul a:hover { 
	background-image:none;
	background-color:#659DCC;
	color:#ffffff;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#column-left #nav-14 ul, #column-left #nav-14 li { width:155px; }	

body#msc #column-right #chain {
	width:490px;
	margin-left:43px;
	}
	body#msc #column-right #chain-left {
	float:left;
	}
	body#msc #column-right #chain-right {
	float:left;
	}

	
.memberdiv {
	float: left;
	width: 178px;
	height: 154px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 16px;
	/* border: solid 1px #CCC; */
	text-align:center;
	vertical-align:center;
}
.smalltext {
	font-size: 10px;
}
#menu { width: 213px; height: auto; padding: 0; float: left;  }
#menu li { float: left; }
#menu li, #menu a { background: none; padding: 0; margin: 0; height: 31px; }
#menu li span { background-image: url(../images/menuitemoff.png); background-position: 0 0; background-repeat: no-repeat; margin: 0; font-family: Arial, sans-serif; font-weight: bold; color: black; text-decoration: none; font-size: 11px; height: 11px; line-height: 11px; font-size: 11px; padding-top: 9px; padding-bottom: 11px; display: block; padding-left: 18px; padding-right: 6px; overflow: hidden; }
#menu li:hover span { background: url(../images/menuitemon.png) 0 0 no-repeat; color: white; font-size: 11px; height: 11px; line-height: 11px; font-size: 11px; padding-top: 9px; padding-bottom: 11px; padding-left: 18px; padding-right: 8px; }
#menu li ul { display: none; background-color: #CCC; color: black; font-weight: bold; background-image: none; position: absolute; z-index: 200; padding-top: 5px; left: 213px; top: 710px;}
#menu li:hover ul { display: block; background-image: none; background-color: white; border: black 1px solid; position: absolute; z-index: 200; left: 213px; top:770px; }
#menu li:hover li span {background-image: none; background-color: #CCC; color: black; padding-right: 4px; padding-left: 4px; padding-top: 4px; padding-bottom: 4px; }
#bottom-wrap { width: 770px; margin-left: auto; margin-right: auto; }
#wrap { background-image: url(../images/bg-main.png); background-position: top left; background-repeat:repeat-y; }
#column-left { position: relative; }
#menu-07 { position:relative; }
#canadahover { width: 200px; background-color: #ccc; padding: 10px; border: 1px #333 solid; position: absolute; top: 0px; left:210px; z-index:5000; display:none; }
#canadahover div { padding-bottom: 8px; font-weight: bold; }
#menu-07:hover #canadahover { display: block; }
#menu-20 { position:relative; }
#canadahover { width: 200px; background-color: #ccc; padding: 10px; border: 1px #333 solid; position: absolute; top: 0px; left:210px; z-index:5000; display:none; }
#canadahover div { padding-bottom: 8px; font-weight: bold; }
#menu-20:hover #canadahover { display: block; }
