.anylinkcss {
	position: absolute;
	visibility: hidden;
	/*border: 1px solid black;*/
	border: 0px;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #0e0733;
	width: 205px;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-bottom: 5px;
	color: #FFFFFF;
}

* html .anylinkcss { 
	font-size: 95%;
}
/* ----- Hack only for IE 7 ----- */
*+html .anylinkcss { 
	font-size: 95%;
}

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid black;*/
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	background-color: #0e0733;
	color: FFFFFF;
}
.anylinkcss a:hover { 
	background-color: #eb8b1d;
	color: #FFFFFF;
}

/*.anylinkcss a:hover, .anylinkcss a.highlighted /*hover background color*/
.anylinkcss a.highlighted { 
	/*background-color: #ed8c21;*/
	background-color: #eb8b1d;
	color: #FFFFFF;
}

* html .anylinkcss a:hover {
	clear: both;
	color: #ffffff;
}
/* ----- Hack only for IE 7 ----- */
*+html #primaryNavigation ul .anylinkcss a:hover {
	clear: both;
	color: #ffffff;
	background-color: #eb8b1d;	
}
/* ----- Hack only for IE 7 ----- */
*+html #aboutMenu.anylinkcss a:hover { 
	color: #FFFFFF;
	background-color: #eb8b1d;	
	text-decoration: none;
}
/* ----- Hack only for IE 7 ----- */
*+html #trainingMenu.anylinkcss a:hover { 
	color: #FFFFFF;
	background-color: #eb8b1d;
	text-decoration: none;
}