/* LINKS ON TOP BAR */
table#menuTableLinks p, table#menuTableLinks td, table#menuTableLinks th, table#menuTableLinks a:link, table#menuTableLinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
table#menuTableLinks a:hover, .menuActiveLink {
	color: #FFFF00;
}
table#menuTableLinks {
	margin-left: 30px;
}
/* END TOP BAR LINKS */


table#menuTable {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	float: left; 
	margin-left: 30px !important;	
	margin-left: -700px;
}
table#menuTable p, table#menuTable td, table#menuTable th {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 12px;	
}
table#menuTableFirstItem {
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	position: relative;
	float: left; 
	margin-left: 30px !important;
	margin-left: 15px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;	
}

table#menuTableFirstItem a:link, table#menuTable a:link, table#menuTableFirstItem a:visited, table#menuTable a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
table#menuTableFirstItem a:hover, table#menuTable a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
}