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


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

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

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #72c4fa;
padding: 1px 0;
  color:#515B7F;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
    background: #ffffff;
}

 .anylinkcss a:visited {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#515B7F;
  text-decoration:none;
  font-weight: normal;
    background: #ffffff;
  }
  
.anylinkcss a:hover {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;
  font-weight: normal;
  background: #f5fcff;
  background-image: url("images/0_sub_cat_bk_arrow_2_b.png");
  color: #1f3f3e;
  }



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

/* ######### urbangreymenu config ######### */

.urbangreymenu{
width: 175px; /*width of menu*/
}
 
.urbangreymenu .headerbar{
font: normal 13px Verdana;
color: #515B7F;
background-image: url("../../rtimages/sb_tb.jpg");
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-align:center;
text-indent: 5px;
padding: 11px 0 11px 0; /*31px is left indentation of header text*/
}
 
.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{
padding-bottom: 1px;
background-image: url("../../rtimages/0_dot_h_bk_3.png");

 /*bottom spacing between menu items*/
}
 
.urbangreymenu ul li a{
font: normal 12px Verdana;
color: #515B7F;
position: relative;
background: #f9f9f9;
background-image: url("../../rtimages/0_cat_bk_arrow_b.png");

display: block;
padding: 5px 0px; 
line-height: 14px;
padding-left: 29px; /*link text is indented 8px*/
padding-right: 10px; /*link text is indented 8px*/

text-decoration: none;
}
 
.urbangreymenu ul li a:visited{
color: #515B7F;
text-decoration: none;
}
 
.urbangreymenu ul li a:hover, .urbangreymenu ul li a.selectedanchor{ /*hover state CSS*/
color: #0868a8;
background: #f9f9f9;
background-image: url("../../rtimages/0_cat_bk_arrow_2_b.png");

}