
#pageHeaderMasterMenuTable {
	height: 28px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	background-color: #CCC;
}



/*****************************************/
/*    PAGE HEADER - Master Menu          */
/*****************************************/
a.masterMenu:link, a.masterMenu:visited, a.masterMenu:active {
	font-family: verdana, arial, helvetica, Geneva, sans-serif;
	font-size: 12px;	
	color: #000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 15px;
	font-weight: bold;
	text-decoration: none;
}

a.masterMenu:hover {
	color: #FFF;
	background-color: #043E4C;
	font-weight: bold;
	text-decoration: none;
} 

/*****************************************/
/*     PAGE HEADER - Popup Menu          */
/*****************************************/
.anylinkcss{
	font-family: verdana, arial, helvetica, Geneva, sans-serif; 
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;		
	color: #000000;
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;		
	line-height: 18px;
	z-index: 100;
	background-color: #CCC;
	width: 205px;
	text-align: left;		
}

.anylinkcss a{
	font-family: verdana, arial, helvetica, Geneva, sans-serif;
	font-size: 8pt;
	background: #CCC;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;
	width: 100%;
	display: block;
	text-indent: 3;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-align: left;
}

.anylinkcss a:hover{ /*hover background color*/
	color: #FFF;
	background-color: #043E4C;
	text-decoration: none;	
}

/*****************************************/

