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

}


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

.anylinkcss{
						position: absolute;
						left: 0;
						top: 10;
						visibility: hidden;
						font: normal 12px Verdana;
						line-height: 18px;
						width: 250px; /* 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;
						padding: 1px 0;
						text-decoration: none;
						text-indent: 5px;
						color: #363636;
						background: #FF8FB6;
}

.anylinkcss a:hover{ /*hover background color*/
  					background: #d13f54;
						color: #ffffff;
}

.anylinkcss ul li ul li a {
						width: 100%;
						display: block;
						text-indent: 3px;
						padding: 1px 0;
						text-decoration: none;
						text-indent: 5px;
						color: #363636;
						background: #FFB3CD;
}							

.category-top {
							font-weight: bold;
							font-size: 13px;
}

.category-sub {
							font-size: 11px;
}
							