.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	height:40px;
	display:inline-block;
	color:#333;
	font-size:16px;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	line-height:2.5em;
	background:url(../images/newui/navbghover.png) no-repeat right top;
	font-weight:bold;
}
/* ######### Default class for drop down menus ######### */
a.dropdown{
	background: url(../images/nav.jpg) no-repeat right top;
	color: #000;
	float: left;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	height: 44px;
	display:inline-block;	
	padding-left:20px;
	padding-right:20px;
	line-height: 2.95em;

	text-decoration: none;

}
a.dropdown:hover{
	background: url(../images/navhover.jpg) no-repeat right top;
	color:#333;
	float: left;
}
a.dropdownui{
	height:40px;
	display:inline-block;
	color:#333;
	font-size:16px;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	line-height:2.5em;
	background:url(../images/newui/navbg.png) no-repeat right top;
	font-weight:bold;

}
a.dropdownui:hover{
	background:url(../images/newui/navbghover.png) no-repeat right top;
	color:#fff;
}
a.dropdownlast{
	float: left;
	height:40px;
	display:inline-block;
	color:#333;
	font-size:16px;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	line-height:2.5em;
	background:url(../images/newui/navbglast.png) repeat-x;
	font-weight:bold;

}
a.dropdownlast:hover{
	background:url(../images/newui/navbglasthover.png) repeat-x;
	color:#fff;
}
.anylinkmenu {
	position: absolute;
	height:39px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: none;
	border-bottom-width: 0;
	line-height: 18px;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-weight:normal;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width: 150px; /* default width for menu */
}
.anylinkmenu ul {
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	left:0;
	
	text-indent:0;
	/*background:transparent url(../images/drop-down-bottom.png) no-repeat 0 bottom;*/
}
.anylinkmenu ul li {
	background: #eee;
	margin-left:0;
}
.anylinkmenu ul li a {
	/*background: url(../images/nav.png) no-repeat right top;*/
	background-color:#eee;
	color: #333;
	float: left;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	width:150px;
	border:#ccc 1px solid;
	padding-left:5px;
	line-height: 2.25em;
	text-align: left;
	text-decoration: none;

}
.anylinkmenu a:hover { /*hover background color*/
	/*background: url(../images/navhover.png) no-repeat right top;*/
	background-color:#90b8de;
	color: #fff;
	float: left;	
}
/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols {
	position: absolute;
	width: 350px;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-weight:normal;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #E9E9E9;
}
.anylinkmenucols li {
	padding-bottom: 3px;
}
.anylinkmenucols .column {
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
	background: #E0E0E0;
}
.anylinkmenucols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.anylinkshadow {
	display:none;
}

/* ######### 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;
}
*/