* {
				padding: 0;

				font-family: Arial, sans-serif;
			}
			
						
			body {
				behavior: url(../csshover.htc);
			}
             
			 .topmenu ul {
				list-style: none;
				background: url(../images_menu/mouse_over.gif);
				width:900px;
				height:28px;
			   }
			.topmenu ul a {
				color: #FFF;
				text-decoration: none;
				display: block;
				padding: 5px 5px 5px 10px;
				font-size:14px;
				font-weight:bold;
			}
		    .topmenu ul a:hover {
				color: #fff;
				text-decoration: none;
				background:url(../images_menu/menu_bar.png);
			}
			 .topmenu ul li {
				float: left;
				position: relative;
				list-style:none;
			}
			.selectedanchor
			{
				background:url(../images_menu/menu_bar.png);
				color:#fff;
			}
/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border-bottom-width: 0;
	font: normal 10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #7d7d7f;
	width: 170px; /* default width for menu */
}
.anylinkcss ul{
	margin: 0;
	padding: 0;
	width: 170px;
}
.anylinkcss ul li{
	list-style:none;
}
.anylinkcss ul li a{
	width: 170px;
	display: list-item;
	text-indent: 3px;
	font-size:12px;
	padding: 1px 0;
	color:#000000;
	text-decoration: none;
	text-indent: 5px;
	background:#7d7d7f;
	font-weight:bold;
}
.anylinkcss a:hover{ /*hover background color*/
	background: #7d7d7f;
	color:#fff;
	background:url(../images/mouse_over.gif);
}
/* ######### 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*/
	visibility: hidden;
}