.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	/* 	background: yellow; */
	color: #999 !important;
	
}


/* ######### Default class for drop down menus ######### */

.dropdowncss{
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	width: 200px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	background: rgb(255,0,0);
	background: -moz-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(201,0,0,1) 22%, rgba(252,0,0,1) 27%, rgba(117,0,0,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,0,0,1)), color-stop(22%,rgba(201,0,0,1)), color-stop(27%,rgba(252,0,0,1)), color-stop(100%,rgba(117,0,0,1)));
	background: -webkit-linear-gradient(45deg, rgba(255,0,0,1) 0%,rgba(201,0,0,1) 22%,rgba(252,0,0,1) 27%,rgba(117,0,0,1) 100%);
	background: -o-linear-gradient(45deg, rgba(255,0,0,1) 0%,rgba(201,0,0,1) 22%,rgba(252,0,0,1) 27%,rgba(117,0,0,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,0,0,1) 0%,rgba(201,0,0,1) 22%,rgba(252,0,0,1) 27%,rgba(117,0,0,1) 100%);
	background: linear-gradient(45deg, rgba(255,0,0,1) 0%,rgba(201,0,0,1) 22%,rgba(252,0,0,1) 27%,rgba(117,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#750000',GradientType=1 );
}

.dropdowncss ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dropdowncss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #FFF;
}

.dropdowncss a:hover{ /*hover background color*/
	background: black;
	color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.dropdowncsscols{
	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;
}

.dropdowncsscols .column{
	width: 130px;
	float: left;
}

.dropdowncsscols .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dropdowncsscols 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;
}
.container {
	background-color: #0F3;
}