@charset "UTF-8";
/* CSS Document */

#navStack {
	height: 174px;
	width: 250px;
	margin-top: 40px;
}
#navStack ul {
	list-style: none;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navStack ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#navStack ul a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	display:block;
	padding-left:10px;
	width: 240px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #navStack a, * html #navStack a:visited {
	width:250px;
	w\idth:240px;
}
/* style the second level background */
#navStack ul ul a.drop, #navStack ul ul a.drop:visited {
	background:#ffe97f;
}
/* style the second level hover */
#navStack ul ul a.drop:hover{
	background:#c9ba65;
}
#navStack ul ul :hover > a.drop {
	background:#c9ba65;
}


#navStack ul a:hover {
	color: #333333;
	background-color: #fff2b2;
}
#homelink a {
	line-height:22px;
}
#aboutlink a {
	line-height:22px;
}
#ehslink a {
	line-height:22px;
}
#expertlink a {
	line-height:22px;
}
#resourcelink a {
	line-height:22px;
}
#eventlink a {
	line-height:22px;
}
#contactlink a {
	line-height:22px;
}
#aldrop {
	position:absolute;
	visibility:hidden;
	margin:0;
	background:#fff2b2;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	top: 62px;
	z-index: 3;
	right: -251px;
}
#aldrop a {
	position:relative;
	display:block;
	margin:0;
	padding-left:10px;
	white-space:nowrap;
	text-align:left;
	text-decoration:none;
	color:#666666;
	font:Arial, Helvetica, sans-serif 12px;
	line-height:1.4em;
	width: 240px;
}
#aldrop a:hover {
	background:#fff2b2;
	color:#333333;
}
#abouthov {
	background-color: #fff2b2;
	position: absolute;
	display: block;
	left: -250px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	z-index: 3;
}
#ehsdrop {
	position:absolute;
	visibility:hidden;
	background:#fff2b2;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	top: 85px;
	right: -251px;
	z-index: 4;
}
#ehsdrop a {
	position:relative;
	display:block;
	margin:0;
	padding-left:10px;
	white-space:nowrap;
	text-align:left;
	text-decoration:none;
	color:#666666;
	font:Arial, Helvetica, sans-serif 12px;
	line-height:1.4em;
	width: 240px;
}
#ehsdrop a:hover {
	background:#fff2b2;
	color:#333333;
}
#ehshov {
	background-color: #fff2b2;
	position: absolute;
	display: block;
	left: -250px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	z-index: 4;
}
#rsdrop {
	position:absolute;
	visibility:hidden;
	background:#fff2b2;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	top: 131px;
	right: -251px;
	z-index: 5;
}
#rsdrop a {
	position:relative;
	display:block;
	margin:0;
	padding-left:10px;
	white-space:nowrap;
	text-align:left;
	text-decoration:none;
	color:#666666;
	font:Arial, Helvetica, sans-serif 12px;
	line-height:1.4em;
	width: 240px;
}
#rsdrop a:hover {
	background:#fff2b2;
	color:#333333;
}
#rshov {
	background-color: #fff2b2;
	position: absolute;
	display: block;
	left: -250px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	z-index: 5;
}
