#chromemenu{
	width: 100%;
	background-color: #BDDBBE;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	background-color: #004000;
}

#chromemenu ul{
	width: 100%; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCFFCC;
	background-image: url(../images/nav_menu.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCFFCC;
	border-right-color: #CCFFCC;
	border-bottom-color: #CCFFCC;
	border-left-color: #CCFFCC;
}


#chromemenu ul li{
	display: inline;
	background-color: #CCFFCC;
}


/* This effects the green menu safety resources, company profile, etc... */
#chromemenu ul li a{
	float: right;
	color: #006633;
	font-weight: bold;
	padding: 7px 13px 7px 13px;/* was: padding: 7px 20px 7px 20px;  had to shave to fit on one line*/
	text-decoration: none; /*Theme Change here*/
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCFFCC;
	background-image: url(../images/nav_menu.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border-top-color: #CCFFCC;
	border-right-color: #CCFFCC;
	border-bottom-color: #CCFFCC;
	border-left-color: #CCFFCC;
}

#chromemenu ul li a:hover{
color: #000000;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
	content: " ";
	background-color: #CCFFCC;
	background-image: url(../images/nav_menu.jpg);
	border-top-color: #CCFFCC;
	border-right-color: #CCFFCC;
	border-bottom-color: #CCFFCC;
	border-left-color: #CCFFCC;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: -73px;
	border: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100; 
	background-color: white;
	width: 125px;















filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #009900;
	visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}
.body TEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
}
a:hover {
	font-weight: bold;
	color: #006600;
}

