/* Align header and logo bar */
#tableHeader { 
    width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom: 5px;
} 
/* Menu bar style and setup */
#tableMain { 
	border-bottom-style: solid; 
	border-bottom-width: 2px; 
	border-bottom-color: #3399ff;
	font-size: 11pt;
	font-family: arial, "Times New Roman";
	height:45px;
} 

/* Menu style */
#navbar {
	margin: 0;
	padding: 0;
	height: 1em; }
#navbar li {
	list-style: none;
	float: left; }
#navbar li a {
	display: block;
	padding: 3px 8px;
	border: 1px solid #F2E8B4;
	background-color: #04A5B7;
	font-weight: bold;
	color: #fff;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	box-shadow: 7px 7px 7px #555555;
	text-decoration: none; } /* underline overline; color: red; } /* none */
#navbar > li:hover > a {
	background: #f09d28;
	color: #000; }   
#navbar li a:hover {
	background-color: #F7C783; } 
#navbar li ul {
	display: none; 
	width: *; /* 13em or fit text, Width of submenu */
	background-color: #69f;
	box-shadow: 10px 10px 10px #888888;
	z-index: 10; } 
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 10; }
#navbar li:hover li {
	float: none; }
#navbar li:hover li a {
	font-weight: normal;
	background-color: #f09d28;
	border: 1px solid #F2E8B4;
	color: #000;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px; }
#navbar li li a:hover {
	background-color: #F7C783; }