

/* ID HEADER MENU */
div#headermenudiv	{
	float: right;
	color: #000000; background: #ffffff;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	
}

/* ID HEADER MENU TEXT */
p#headerMenuText	{
	padding: 5px;
	position: relative;
}

/* 	MENU STYLES WITH HYPERLINK COLOR SETTINGS */

.headermenu {
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}
a.headermenu:link 		{color: #000000; background: none; text-decoration: none}
a.headermenu:visited	{color: #000000; background: none; text-decoration: none}
a.headermenu:hover		{color: #000000; background: none; text-decoration: none}
a.headermenu:active 	{color: #000000; background: none; text-decoration: none}

.headerselected {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
a.headerselected:link 		{color: #000000; background: none; text-decoration: none}
a.headerselected:visited	{color: #000000; background: none; text-decoration: none}
a.headerselected:hover		{color: #000000; background: none; text-decoration: none}
a.headerselected:active 	{color: #000000; background: none; text-decoration: none}

