
.selectedanchor {
}

/* ######### Default class for drop down menus ######### */
.anylinkcsstab {
	text-align: right;
	list-style-type: none;
	
	font-size: 12px;
}

.anylinkcsstab li {
	display: inline;
	list-style-type: none;
}

.anylinkcsstab li a {
	background: #ff8533;
	margin-bottom: 12px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 22px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.anylinkcsstab li a:hover {
	background: #ff934b;
	color: #000000;
}

.anylinkcss {
	background: #f5f5f5;
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 11px Verdana;
	line-height: 20px;
	z-index: 100;
	text-align: left;
}

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

.anylinkcss ul li a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-indent: 5px;
	
	text-decoration: underline;
	font-size: 16;
}

.anylinkcss a:hover {
	background: #dbf2fa;
	text-decoration: underline;
}

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

