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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #558702;
border-bottom-width: 0;
font: bold 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 170px; /* default width for menu */
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 1px solid #548603;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #457402;
}

.anylinkcss a:hover{ /*hover background color*/
background: #457402;
color: white;
}



.urbangreymenu{
width: 180px; /*width of menu*/
}

 
.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

 
.urbangreymenu ul li a{
font: bold 12px Arial;
color: #457402;
position: relative;
background: #f0f0f0;
display: block;
padding: 3px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

 
.urbangreymenu ul li a:hover, .urbangreymenu ul li a.selectedanchor{ /*hover state CSS*/
color: #f0f0f0;
background: #457402;
}

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