.menu-gap {
	background-image: url(../images/menu-gap.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	width: 10px;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-width: 0px;
	font:normal 11px Arial;
	line-height: 20px;
	font-weight:bold;
	z-index: 100;
	width: 100px;

	
	}

.anylinkcss a{
	width: 150px;
	height:20px;
	display: block;
	text-indent: 3px;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	padding: 1px 0;
	padding-left:3px;
	text-decoration: none;
	text-indent: 1px;
	text-align:left;
	background-color: #00397e;
	color: #ffffff;
	/*background-image: url(images/anylinkmenu.jpg);
	background-repeat: repeat-x;*/
	white-space: nowrap;
	opacity: .75;
	filter: alpha(opacity=80);
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #002147;
	color: #ffffff;
	/*background-image: url(images/anylinkmenu-over.jpg);
	background-repeat: repeat-x; */
	white-space: nowrap;
	border: 1px solid #CCCCCC;
	border-top: 0px solid #CCCCCC;
	padding-left:3px;
	text-decoration:none;
}
.tdmenu{
	cursor:pointer;
	font-family: verdana, Helvetica, sans-serif;
		font-size: 11px;
	color: #004B6D;
	text-decoration:none;
	font-weight: normal;

}
.phpmenu{
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	
}
a.menu1 {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
a.menu1:hover {
	text-decoration: none;
	color: #000000;
}