#home {
margin-left:0px;
}
#about {
margin-left:-3px;
}
#greenstar {
margin-left:-3px;
}
#education {
margin-left:-3px;
}
#events {
margin-left:-3px;
}
#membership {
margin-left:-3px;
}
#sponsor {
margin-left:-3px;
}
#resources {
margin-left:-3px;
}
#news {
margin-left:-3px;
}
.chromestyle{
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding:0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin: 0px;
padding: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]: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-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #9ca821;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
font:normal 11px Arial;
line-height:18px;
text-indent: 7px;
text-decoration: none;
font-weight: normal;
color: #ffffcc;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #858c12;
font:normal 11px Arial;
font-weight: normal;
line-height:18px;
}
.dropmenudiv a:visited{
color: #ffffcc;
font:normal 11px Arial;
font-weight: normal;
line-height:18px;
}