.MenuBarItemIE 
{
	position: static;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background-color: #FFF;
	}
}

#iconBox {position:absolute; top:550px; right:45px}
.icon {width:140px; height:37px; padding:9px 10px 4px 55px; font-size:10px; line-height:11px; margin-top:8px; position:relative}
.iconLarge {width:105px; height:110px; padding:10px 10px 5px 90px; font-size:11px; line-height:13px; margin-top:30px; position:relative}
.iconLarge a {font-weight:bold}
.icon a {font-size:11px; font-weight:bold}
#iconTentmaker {background-image:url(../../../site/5/images/iconTentmaker.jpg)}
#iconTentmaker:hover {background-image:url(../../../site/5/images/iconTentmakerR.jpg)}


