.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/background: yellow;}/* ######### Default class for drop down menus ######### */.anylinkcss{ position: absolute; left: 0; top: 0; visibility: hidden; font: 12px/18px ; background-color: #fff; background-position: 0 0; z-index: 100; /* zIndex should be greater than that of shadow's below */width: 250px; /* default width for menu */}.anylinkcss ul{ font-size: 13px; margin: 0; padding: 0; list-style-type: none; }.anylinkcss ul li a{ font-size: 12px; width: 100%; display: block; text-indent: 3px; padding: 1px 0; text-decoration: none; text-indent: 5px; }.anylinkcss a:hover{ /*hover background color*/background: #fff;color: #606060;}/* ######### 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;}.leftmenu{ background-color: #f0ebdc; text-align: left; width: 180px; /*width of menu*/}.leftmenu .h{ color: #00c; font-size: 13px; font-weight: bold; font-style: normal; font-variant: normal; line-height: 0.5em; margin-bottom: 0; /*bottom spacing between header and rest of content*/text-transform: uppercase; text-indent: 10px; padding: 7px 0; /*31px is left indentation of header text*/}.leftmenu .t{ color: #000; font-size: 13px; font-style: normal; font-variant: normal; line-height: 1.6em; background-image: none; margin-bottom: 0; /*bottom spacing between header and rest of content*/text-transform: uppercase; text-indent: 10px; padding: 7px 0; /*31px is left indentation of header text*/}.leftmenu ul{ font-weight: bold; list-style-type: none; margin: 0; padding: 0; /*bottom spacing between each UL and rest of content*/}.leftmenu ul li{ color: #600; background-color: #f0ebdc; text-decoration: none; padding-bottom: 2px; /*bottom spacing between menu items*/}.leftmenu ul li a{ color: #600; font-size: 12px; font-weight: normal; font-style: normal; font-variant: normal; line-height: 0.6em; position: relative; background: #f0ebdc; display: block; padding: 5px 0 5px 8px; text-decoration: none; }.leftmenu ul li a:visited{ color: #33f; }.leftmenu ul li a:hover, .urbangreymenu ul li a.selectedanchor{ /*hover state CSS*/color: #903; background: #fff; }body   {	color: #333;	font-size: 12px;	line-height: 140% }p {	color: #333;	font-size: 12px;}.s {	color: #333;	font-size: 10px;}.l {font-size: 15px }ul{list-style-type: none;padding: 0;margin: 0;}table, td    {	color: #333;	font-size: 12px;	line-height: 140% }a:link  {	color: #600;	text-decoration: none }a:visited   {	color: #33f;	text-decoration: none }a:hover  {	color: #c00;	text-decoration: underline }