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