/* ######### Default class for drop down menus ######### */

.anylinkcss {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	background-color: #b80000;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	text-decoration: none;
	width: auto; /* default width for menu */
	margin: 0;
	padding: 0;
	order-right-style: solid;
	order-top-style: solid; 
	background-image: url(../img/linkbar_hvr.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	}

.anylinkcss ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: none;
	}

.anylinkcss ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: none;
	}

.anylinkcss ul li a {
	color: #000;
	font-size: 1em;
	line-height: 1em;
	width: auto;
	display: block;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 5px;
	outline-width: 0;
	background-image: url(../img/linkbar_hvr.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-right: 0.02em solid #ccc;
	border-left: 0.02em solid #ccc;
	border-top-width: 0;
	border-bottom-width: 0;
	}

.anylinkcss a:hover{ /*hover background color*/
	color: white;
	background-image: url(../img/linkbar_hvr.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	}


/* ######### 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;
	}