.selectedanchor
{
	/*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}

.textmenu
{
	font: bold 15px arial !important;
/*	margin: 32px;*/
	margin: 0px 5px;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss
{
	position: absolute;
	left: 0;
	top: 0;

	visibility: hidden;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 190px; /* default width for menu */

	font: bold 12px arial;
	background: #071c47;
}

.items
{
	padding: 8px 0px 18px 18px;
}
.items hr
{
	border: 0px;
	color: #ffda00;
	background-color: #ffda00;
	height: 1px;
	margin-right: 18px;
}

.anylinkcss ul
{
	margin: 0;
	padding: 0;
	padding-left: 14px;
	list-style-image: url("/images/design/bullets/arrow_white.png");
	list-style-type: disc;
}

.anylinkcss ul li a
{
	width: 100%;
	display: block;

	font: bold 12px arial;
	color: #ffffff;

/*	border-bottom: 1px solid #ffda00;*/

	padding: 1px 0px;

	text-decoration: none;
}

.anylinkcss a:hover
{
	/*hover background color*/
/*	background: black;
	color: white;*/
}

/* ######### 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;
}
