.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:bold normal 14px/16px Arial, Helvetica, sans-serif;
	z-index: 100;
	background-color: #FFEEDF;
	width: 205px;
	color: #247ECA;

}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #247ECA;

}

.anylinkcss a:hover{ /*hover background color*/
background-color: #003399;
color: white;
}

.anylinktop {
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	color: #1F6DAD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;




}

a.anylintop:link {
	color: #000000;
	text-decoration: none;
}

a.anylinktop:visited {
	color: #1F6DAD;
	text-decoration: none;
}

a.anylinktop:active {
	color: #1F6DAD;
	text-decoration: none;

}

body#home        a#homenav,
body#aboutus     a#aboutusnav,
body#webservices a#webservicesnav,
body#portfolio   a#portfolionav,
body#contactus   a#contactusnav {
	background-color: #000099;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

a.anylinktop:hover {
	color: #FFFFFF;
	background-color: #000099;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;

}

