/*http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_fp2003_ta/html/OfficeFrontPageCreateDropDownMenu.asp*/
P
{padding-top: 3px;
margin: 0px;}

pNormal
{padding-top: 3px;
background-image: url('http://www.threeh.com/img/pgSplit01.jpg');
margin: 0px;}

table.navbar
{font-size: 8pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;
background-image: url('http://www.threeh.com/img/pgSplit01.jpg');
}

table.menu
{font-size: 8pt;
margin: 0px;
padding: 0px;
font-weight: bold
background-image: url('http://www.threeh.com/img/pgSplit01.jpg');
}

td.menuNormal
{padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
}

td.menuHover
{padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
}

div.menuNormal
{display: none;}

div.menuHover
{border: 1px solid lightblue;
background-color: white;
display: inline;
position: absolute;}
a.menuitem:link
{text-decoration: none;
color: black;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: black;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: black;
	background-image: url('http://www.threeh.com/img/pgSplit01.jpg');
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
	background-image: url('http://www.threeh.com/img/pgSplit01.jpg');
display: block;}