

/* ID HEADER MENU */
div#subheadermenudiv	{
	color: #000000; 
	width: 552px;
	float: left;
	margin: 0px auto;
	padding: 75px 0px 0px 0px;
	position: relative;
	display: block;
	
}

/* ID HEADER MENU TEXT */
div#subheaderMenuText	{
	padding: 5px;
	position: relative;
}

/* 	MENU STYLES WITH HYPERLINK COLOR SETTINGS */

.subheadermenu {
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}
a.subheadermenu:link 		{color: #ffffff; background: none; text-decoration: none}
a.subheadermenu:visited	{color: #ffffff; background: none; text-decoration: none}
a.subheadermenu:hover		{color: #989898; background: none; text-decoration: none}
a.subheadermenu:active 	{color: #ffffff; background: none; text-decoration: none}

.subheaderselected {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
a.subheaderselected:link 		{color: #989898; background: none; text-decoration: none}
a.subheaderselected:visited	{color: #989898; background: none; text-decoration: none}
a.subheaderselected:hover		{color: #ffffff; background: none; text-decoration: none}
a.subheaderselected:active 	{color: #989898; background: none; text-decoration: none}

