/* Style sheet for Emerald Metal */

table, td {font: 14px Verdana, Arial, sans-serif; color: #000;}
table.main		{border-width: 10px;  border-style: solid; border-color: white;}
table#contact 	{border-width: 2px;  border-style: solid; border-color: #1a4313; border-spacing: 0px;}
table.tankme 	{background-image: url(http://www.emeraldmetal.com/images/bknd.jpg); background-repeat: no-repeat;}
table.white_text {color: #FFFFFF;}

/* added for nanofab admin */
td.afoot			{background-color: #1a4313;}
td.amenu			{background-color: #1a4313;}
td.amenu:hover		{background-color: #c4cfc2;}
table#contact td			{border-width: 1px; border-style: solid; border-color: #1a4313; padding:4px;}*/

/* This is the link style for main menu */	
a.psm			{ text-decoration:	none; }
a.psm:link		{ color: #ecf5eb; }
a.psm:visited	{ color: #ecf5eb; }
a.psm:active	{ color: #ecf5eb; }
a.psm:hover		{ color: #194314; }

/* This is the link style for regular links */	
a.psa			{ text-decoration:	none; }
a.psa:link		{ color: #333333; }
a.psa:visited	{ color: #333333; }
a.psa:active	{ color: #333333; }
a.psa:hover		{ color: #194314; text-decoration: underline; }

img.link		{ border-width: 1px; border-style: solid; border-color: black;}

/* Pop Up Menu Stuff */
#menuh-super
	{
	position: relative;		
	height: 22px;
	width: 750x;
	
	}
	
#menuh-container
	{
	position: absolute;		
	top: 0px;
	left: 10px;
	
	}

#menuh
	{
	font-size: small;
	font-family: arial, Verdana, sans-serif;
	width:100%;
	float:left;
	/*margin:2em;
	margin-top: 1em;*/
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #666;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #1a4313;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #1a4313;
	background-color: #c4cfc2;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:9.5em;	/* width of all menu boxes */
	width: 125px;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:150px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/* Body attributes */
/*body			{ background-color: #9dc698; }*/
body			{ background-color: #045f0a; }

/* CSS definitions for fonts */
.V9 			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; }
