﻿table.navbar {
	font: bolder .78em Trebuchet MS, tahoma;
	border: 0px solid red;
	width:950px;
	margin-top:0px;
	margin-bottom:0px;
	text-decoration: none;
		margin-left: auto;
	margin-right: auto;
}

table.menu {
	/*this is for dropdown menu table*/
	font: normal .85em Tahoma, Verdana;
	margin-left: 0px;
	white-space: nowrap;
}
td.menuNormal {
/*this affects main nav bar appearance ONLY*/	
	color:#FFFFFF;
	padding: 0px 9px 0px 9px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	text-decoration:none;
	border:0px;
}
td.menuHover {
/*this affects main nav bar hover apperance - MUST HAVE its own settings - even duplicates of above*/	
	color: #ff6633; 
	padding: 0px 12px 0px 12px;
	vertical-align: middle;
	/*background-color: white;
	background:url('../image/ar_orange.gif') center left  no-repeat;*/
	text-align: left;
	white-space: nowrap;
	text-decoration: none;
	cursor:pointer;
	border:0px;
}
td a {
	color:#FFFFFF;
	text-decoration:none;
}
td a:hover {
	color:#ff6633;
	text-decoration:none;
}
/*-------Drop-Down Menus----------------*/
div.menuNormal {
	display:none;
	position:absolute;
	text-align:left;

}
div.menuHover {
	background-color:#FFFFCC;
	border: 1px 0 1px 0 solid black;
	filter: alpha(opacity=85);
	display:inline;
	position: absolute;
	padding: 0px 0px 0px 0px;
	padding-top: 0px; /*this is ONLY the drop menu color space between navbar and 1st menu item*/;
	margin-top: 3px; /*this is ONLY the (white)space between navbar and drop-down menu*/;
	margin-left:-12px;
	z-index: 100;
}
a:link.menuitem {
	text-decoration: none;
	letter-spacing: 0pt;
	white-space:nowrap;
	color: black;
	display: block;
	padding: 4px;
/*spacing between dd menu items - TEXT*/	margin: 0px;
}
/*spacing between dd menu items - CELL*/
a:visited.menuitem {
	text-decoration: none;
	letter-spacing: 0pt;
	color: black;
	display: block;
	padding-top: 0px;
	padding: 4px;
	margin: 0px;
}
a:hover.menuitem {
	text-decoration: none;
	color: #0066FF;
	background-color: #ffcc99;
	display: block;
	padding-top: 0px;
	padding: 4px;
	margin: 0px;
}
a:active.menuitem {
	text-decoration: none;
	color: black;
	background-color: #1474EC;
	display: block;
	padding-top: 0px;
	padding: 4px;
	margin: 0px;
}
