.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:gray;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 1;
font-size:13px;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
line-height: 25px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: white;
width: 200px; /* default width for menu */

}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;

}

.anylinkcss li
{
	margin-left:10px;
	border-bottom: 1px solid lightgray;
	margin-right:10px;
	
}


.anylinkcss ul li a{
width: 180px;
display: block;
text-indent: 3px;
font-size:13px;
padding: 1px 0;
text-decoration: none;
color:#333333;
text-indent: 5px;
text-align:left;
}

.anylinkcss a:hover{ /*hover background color*/
text-decoration:underline;
color:Black;
}
.anylinkcss a:visited
{
	font-size:13px;color:#333333;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
padding-top:0px;
font-size:12px;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #fff;
}

.anylinkcsscols .column{
width: 220px;
float: left;
}
.anylinkcsscols .column2{
width: 150px;
float: left;
}

.anylinkcsscols .column2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li
{
	padding-top:5px;
	
padding-bottom: 5px;
}
.anylinkcsscols a
{
color:#333333
}

.anylinkcsscols .column a{
font: normal 12px Verdana;
}
.anylinkcsscols .column a:hover,.column2 a:hover{
text-decoration:underline;
color:Black;
}

.anylinkcsscols .title
{
	background:#E2E9E7;
	width:100%;
	height:15px;
	padding-top:3px;
	padding-left:5px;
	color:Gray;
}
.anylinkcsscols .title b
{
	color:#555555;
}

/* ######### 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{
width: 100%; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*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: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}