.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: white;
}


/* ######### Default class for drop down menus ######### */

#menuitem {
height: 27px;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-indent: 27px;
color: #FFFFFF;
line-height: 2.3em;
display: block;
font-weight: bold;
}

#menuitemfly {
height: 27px;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-indent: 27px;
color: #FFFFFF;
line-height: 2.3em;
display: block;
text-decoration: none;
}

#menuitemflysprayers {
height: 27px;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-indent: 37px;
color: #FFFFFF;
line-height: 2.3em;
display: block;
text-decoration: none;
}

#menuitemfly a:link {
height: 27px;
width: 200px;
display: block;
text-decoration: none;
color: #FFFFFF;
background-image:url(menubg1-fly.gif);
font-weight: bold;
}

#menuitemfly a:hover {
height: 27px;
width: 200px;
display: block;
text-decoration: none;
color: #FFFFFF;
background-image:url(menubg-hover-fly.gif);
font-weight: bold;


}

#menuitemfly a:visited {
height: 27px;
width: 200px;
display: block;
color: #FFFFFF;
text-decoration: none;
background-image:url(menubg1-fly.gif);
font-weight: bold;
}

#menuitem a:link {
height: 27px;
width: 200px;
display: block;
color: #FFFFFF;
background-image:url(menubg1.gif);
font-weight: bold;
}

#menuitem a:hover {
height: 27px;
width: 200px;
display: block;
color: #FFFFFF;
background-image:url(menubg-hover.gif);
font-weight: bold;
}

#menuitemdark {
height: 27px;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-image:url(menubg2.gif);
text-indent: 25px;
color: #FFFFFF;
line-height: 2.3em;
display: block;
}

#menuitemdarkfly {
height: 27px;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-image:url(menubg2-fly.gif);
text-indent: 25px;
color: #FFFFFF;
line-height: 2.3em;
display: block;
font-weight: bold;
}

#menuitemdarkfly a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
display: block;
font-weight: bold;
}

#menuitemdarkfly a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
background-image:url(menubg-hover-fly.gif);
display: block;
font-weight: bold;
}

#menuitemdarkfly a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
display: block;
font-weight: bold;
}

#menuitemdark a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
display: block;
font-weight: bold;
}

#menuitemdark a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
background-image:url(menubg-hover.gif);
display: block;
font-weight: bold;
}

#menuitemdark a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
display: block;
font-weight: bold;
}

#resourcesbox {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-indent: 25px;
line-height: 2.3em;
height: 27px;
width: 200px;
color:#fff;
background-color: #D70000;
font-weight: bold;

}
#menuitem a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
}

#menuitem a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
}

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ab2424;
color: #FFFFFF;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;

border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: #FFFFFF;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}