.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 #C0C0C0;

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: 200px; /* 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 #C0C0C0;

padding: 1px 0;

  color:#515B7F;

text-decoration: none;

font-weight: normal;

text-indent: 5px;

    background: #f9f9f9;

}



 .anylinkcss a:visited {

  font-family:Verdana, Arial, Helvetica, sans-serif;

  font-size:12px;

  color:#515B7F;

  text-decoration:none;

  font-weight: normal;

    background: #f9f9f9;

  }

  

.anylinkcss a:hover {

  font-family:Verdana, Arial, Helvetica, sans-serif;

  font-size:12px;

  text-decoration:none;

  font-weight: normal;

  background: #e7f2f2;

  background-image: url("images/0_sub_cat_bk_arrow_2.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 16px Verdana;

z-index: 100; /*zIndex should be greater than that of shadow's below*/

background: #DEFFCA;

}



.anylinkcsscols .column{

width: 170px;

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 includes the width of the menu######### */

.urbangreymenu{
width: 190px; /*width of menu*/
}
 
.urbangreymenu .headerbar{
font: normal 14px 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: 10px 0 10px 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 14px Verdana;
color: #515B7F;
position: relative;
background: #f9f9f9;
background-image: url("../../rtimages/0_cat_bk_arrow.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: #376f6e;
background: #f9f9f9;
background-image: url("../../rtimages/0_cat_bk_arrow_2_g.png");

}