/* ######### Default class for drop down menus ######### */
.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 2px solid #333333;
	border-bottom-width: 1px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 210px; /* default width for menu */
}
.anylinkcss ul{
	text-align: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
.anylinkcss ul li a{
	color: #000000;
	display: block;
	text-decoration: none;
	background: white url(../images/glossyback.gif) repeat-x bottom left;
/*	background-color: #faf02f;*/
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
  padding: 3px 3px;
	border: 0px;
	white-space: nowrap;
}
.anylinkcss ul li a:visited, .anylinkcss ul li a:active{
	color: #000000;
}
.anylinkcss ul li a:hover{ /*hover background color*/
	background-image: url(../images/glossyback2.gif);
	color: #F5F12F;
}
* html #navmenu .anylinkcss ul li a{ /*IE 6 only */
	height: 22px; /* Makes the height of each menu item look right in IE 6 */
}

.anylinkcss ul li a.highlight1 {
	color: white;
}
.anylinkcss ul li a:hover.highlight1 {
	color: #FFFFFF;
}

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