/* part 1 of the IE CSS fix */
body
{
	behavior: url(http://www.davidgilliland.com/csshover.htc);
}

#menu
{
	position: relative;
	top: 0px;
	left: 9px;
	width: auto;
	float: left;
	text-align: left;
}

#menu_td
{
	height: 22px;
	background-position: 0px 0px;
	background-image: url(http://www.davidgilliland.com/images/subpage_subnav_bkg01.gif);
	background-repeat: no-repeat;
	top: -5px;
	bottom: 5 px;
}

#menu_td a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	position: relative;	
	color: #ffffff;
	text-decoration:none;
	bottom: 2px;
}

#menu_td a:hover
{
	text-decoration:underline;	
}


