/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}


/************ subglobalNav styles **************/

.subglobalNav
{
	position : absolute;
	top: 69px;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	font-weight:bold;
}

.subglobalNav a:hover{
	color: #ff3333;
}


/********************* end **********************/

