/* ==== Menu for High Resolution ==== */

body {
	background: url('images/header_bkg.jpg') repeat;
	margin: 0px;
	font-family:arial,geneva,sans-serif;
	font-size:9px;
	overflow:auto;
	font-weight:bold;
	letter-spacing:0px;
	text-align:center;
	color:#630;
	}

tr {font-size:10px;}
		
p {margin:0px 0px 0px 0px;}

#menu {
	position:relative;
	margin-top:38px;
	background-color:#fff;
	border-top:1px solid #069;
	border-bottom:1px solid #069;
	display:block;
	}

#logo {
	position:absolute;
	top:0px;left:0px;
	width:88px;height:37px;
	dislay:block;
	margin:0px;
	}

#co_name {
	position:absolute;
	top:2px;left:20px;
	width:400px;height:34px;
	display:block;
	margin:0px;
	}
	
#copyright {
	position:absolute;
	top:15px;right:10px;
	color:#eee;
	font-size:9px;
	}

#last{
	position:absolute;
	border-left:1px solid #069;
	}
	
/* ==== MENU LINKS ==== */

#menu a:link, #menu a:visited {
	color: #069;
	width:75px;
	font-weight:bold;
	padding-bottom:1px;
	text-decoration: none;
	display:block;
	}

#menu a:hover {
	color: #c30;
	text-decoration: none;
	background-color:#E3E9EE;
	}