#navbar {
	position: absolute;
	top: 127px;
	left: 26px;
	width: 729px;
	height: 30px;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1em;
	background: url(../images/navbar.png) no-repeat;
}
#navbuttons {
	position: relative;
	top: 3px;
	left: 0px;
	width: 729px;
	height: 24px;
}
#navbuttons a.navbtn:link, a.navbtn:active, a.navbtn:visited, a.navbtn:hover  {
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 2.2em;
	text-align: center;
	text-transform: uppercase;
	padding: 0 8px;
	height: 24px;
	display: block;
	cursor: pointer;
	text-decoration: none;
	border: none;
	float: left;
	background: url(../images/navbtn.png) repeat-x;
}
#navbuttons a.navbtn:hover {
	background: url(../images/navbtn_over.png) repeat-x;
}

/* submenus */
.submenu {
	z-index: 9999;
	position: absolute;
	top: 27px;
	display: none;
	padding: 2px;
	background: #FD313F;
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9
	border: 1px solid #000;
	border-top: none;
	text-align: left;
}
#mitem, #mitemr, #mitemb {
	z-index: 992;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.6em;
	cursor: pointer;
	width: 200px;
	height: 18px;
	display: block;
	margin: 1px 0;
	text-indent: 8px;
	background: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#mitemr { color: #CE0600; }
#mitemb { color: #2121D2; }
#mitem:hover, #mitemr:hover, #mitemb:hover { color: #FFFFFF; background: #000000; }

#head {
	position: absolute;
	top: 35px;
	left: 350px;
}
#head p {
	color: #000;
	font-family: Arial;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

table, td { margin: 0px; padding: 0px; border: none; border-spacing: 0px; }

