﻿table.navbar
{
	font-family: Verdana;
	font-size: 12px;
	/*font-size: 8pt;
font-weight: bold;*/
margin: 0px;
padding: 0px; 
border: 0px; 
}

table.menu
{
	/*font-size: 8pt;
*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
margin: 0px;
padding: 0px;
}

td.menuNormal
{	
	padding: 0px;
color: Black;
font-weight:bold;
	vertical-align: top;
background-color: white;}

td.menuHover
{ 
	padding: 0px;	
	color: Black;
font-weight:bold;
	vertical-align: top;
	
	 /*remove the following line for drop-down menu with images*/
	/*background-color: #309bd0;#309bd0
font-weight: bold;*/
 background-image: url(images/bg_color_img.jpg); }
	

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 1px solid lightblue;
background-color: white;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: Black;
font-weight:normal;
background-color: white;
display: block;}

a.menuitem:visited
{
	text-decoration: none;
	color: Black;
	background-color: white;
	display: block;
}

a.menuitem:hover
{
	text-decoration: none;
	color: Black;
	background-color: #99ccff;
	display: block;
}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: #99ccff;
display: block;}