#chromemenu{
width: 98%;
filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

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

#chromemenu ul{
border: 1px solid black;
width: 100%;
/*background: url(heathbg.jpg) center center repeat-x;*/ /*Theme Change here*/
background-color: #006E6E;
background-color: #FFFFF0;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
/*color: #FFFFF0;*/
color: #006E6E;
font-weight: bold;
padding: 1px 8px 1px 4px;

text-decoration: none;
background: url(divider_black.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
background-color: #006E6E;
/*background-color: #FFFFF0;*/
color: #FFFFF0;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid black; /*Theme Change here*/
border-bottom-width: 1;
font:normal 11px Verdana;
line-height:12px;
z-index:100;
background-color: #FFFFF0;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

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

.dropmenudiv a:hover{ /*Theme Change here*/
/*background: url(heathbg.jpg) center center repeat-x;*/ /*Theme Change here*/
background-color: #006E6E;
color: #FFFFF0;
}

body {
	background-color: #FFFFF0;
	background-image: url(images/top_row2.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;

}
.heathlinebg {
	background-image: url(images/heath_line.gif);
	background-position: right center;
	background-repeat: no-repeat;

}
