/* CSS Document */
h1      {color:#5E5F37; font-family:"Helvetica"; font-size:30px;  font-weight:normal}
h2      {color:#333333; font-family:"Helvetica"; font-size:20px;  font-weight:normal}
h3      {color:#333333; font-family:"Arial"; font-size:11px; font-weight:200;}
h4      {color:#DF6F01; Font-family:"Times New Roman", Times, serif; font-size:15px; font-style:italic}
h5		{color:#FFFFFF; font-family:"Arial"; font-size:11px; text-decoration:none; font-weight:normal; margin-top:5px; margin-bottom:5px}

a[href] {color:#5E5F37; font-family:"Arial"; font-size:15px; text-decoration:none; font-weight:normal;}

img
{  border-style: none;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

img
{  border-style: none;
}

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

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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #88896B;
}

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

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #1d1d1d;
color: white;
}

/* ######### 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: ;
visibility: hidden;
}


