/* Header */

#Header 
	{
	position: relative;
	border-top: 5px solid #226699;
	background-color: white;
	color: black;
	width: 100%;	
	}

#Header img 
	{
	margin: 0px 0 0px 0px;
	float: left;
	clear: left;
	border: 0;
	}

#Header img.right 
	{
	margin: 0px 0 0px 0px;
	float: right;
	clear: left;
	border: 0;
	}

/* Horizontal Menu */

/* Removed - 09.03.07 - Cre8tif.com
#HMenu {clear: both; background-color: #005588; color: white; font-size: 0.9em; list-style-type: none; height: 1.2em; padding: .5em 0; border-bottom: 3px #005588;}
#HMenu li {background-color: #005588; display: inline; text-align: left; margin: 0 -5px 0 0;}
#HMenu li a {margin: 0; padding: .5em 1em; background-color: #005588; color: white; text-decoration: none;}
#HMenu li a:hover {background-color: #dd2a64; color: inherit;} /* raspberry  #00c000; /* [green] */ /*
#HMenu li a.selected {background: #347bb3;}
*/

