.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	padding:0 13px 0 13px;
	height:33px;
	line-height:33px;
	display:block;
	float:left;
	border-right:1px solid #5f5f5f;
	color:#ffffff;
	background:url('../images/topNavBg.png') 0 -33px repeat-x;
}


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

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #444;
	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-color: #e3955b;
	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;
	padding: 6px 0;
	text-decoration: none;
	text-indent: 5px;
	border-bottom: 1px solid #666;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #434343;
	color: #fff;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
	top: 0;
	left: 0;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	position: absolute;
	visibility: hidden;
	border: 1px solid #ccc;
	padding: 4px 0 10px 10px;
	font: normal 12px Verdana;
	background-color: #e3955b;
}

.anylinkcsscols .column{
	width: 80px;
	float: left;
}

.anylinkcsscols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcsscols li{
	margin-right: 10px;
	padding: 4px 0 4px 10px;
	border-bottom: 1px solid #ddd;
	background: url('../images/bullet_arrow_orange.gif') left no-repeat;
}

/* ######### 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;
display: none;
}