﻿
div.menuNormal
{display:none;
position:absolute;}

div.menuHover
{border: 1px solid lightblue;
background-color: white;
display: inline;
position: absolute;}

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: lightblue;*/}

a.menuitem:link
{font-size:10.0pt;
font-family :Arial, Helvetica, sans-serif ;
color:blue ;
background-color: white;
display: block;}

a.menuitem:visited
{font-size:10.0pt;
font-family :Arial, Helvetica, sans-serif ;
/*color:purple;*/
color:blue;
background-color: white;
display: block;}

a.menuitem:hover
{font-size:10.0pt;
font-family :Arial, Helvetica, sans-serif ;
/*color:red;*/
color:blue;
background-color: lightblue;
display: block;}

a.menuitem:active
{font-size:10.0pt;
font-family :Arial, Helvetica, sans-serif ;
/*color:orange;*/
color: blue;
background-color: lightblue;
display: block;}

a.menuitem1:link
{font-size:10.0pt;
font-family :Arial, Helvetica, sans-serif ;
color:blue ;
background-color: yellow;
display: block;}

a.menuitem1:visited
{font-size:10.0pt;
font-family :Arial, Helvetica, sans-serif ;
/*color:purple;*/
color:blue;
background-color: yellow;
display: block;}

a.menuitem1:hover
{font-size:10.0pt;
font-family :Arial, Helvetica, sans-serif ;
/*color:red;*/
color:blue;
background-color: lightblue;
display: block;}

a.menuitem1:active
{font-size:10.0pt;
font-family :Arial, Helvetica, sans-serif ;
/*color:orange;*/
color: blue;
background-color: lightblue;
display: block;}

a.new_menu:link
{font-size:10.0pt;
font-family :Tahoma;
color:yellow ;
}

a.new_menu:visited
{font-size:10.0pt;
font-family :Tahoma;
/*color:purple;*/
color:orange;
}

a.new_menu:hover
{font-size:10.0pt;
font-family :Tahoma;
/*color:red;*/
color:white;
}

a.new_menu:active
{font-size:10.0pt;
font-family :Tahoma;
/*color:orange;*/
color: lightblue;

}


p.logo
{
vertical-align: top;

}

p.sidemenu {
	font-family: Tahoma;
	color: #000080;
}

img.logostyle {
	border-width: 0;
	padding: 0px;
	vertical-align: top;

}