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

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

#menu_td
{
	height: 29px;
	background-position: 9px 0px;
	background-image: url(http://www.trinityoneworldwide.com/images/header_blank.gif);
	background-repeat: no-repeat;
}

#menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 220px;
	float: left;
	position: absolute;
	z-index: 500;
}

#menu ul ul
{
	position: absolute;
	left: 0px;
	margin: 0px;
	height: 0px;
	float: left;
}

/* sets size and image for home header */
#menu #home
{
	position: relative;
	left: 78px;
	top: 13px;
	width: 40px;
	height: 14px;
	background-image: url(http://www.trinityoneworldwide.com/images/home_2007.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#menu #home:hover,
#menu.home #home
{
	background-position: 0px -14px;
}
/* end size and image for home header */

/* sets size and image for about_us header */
#menu #about_us
{
	position: relative;
	left: 113px;
	top: 13px;
	width: 62px;
	height: 14px;
	background-image: url(http://www.trinityoneworldwide.com/images/about_us_2007.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#menu #about_us:hover,
#menu.about_us #about_us
{
	background-position: 0px -14px;
}
/* end size and image for about_us header */

/* sets size and image for marketing header */
#menu #marketing
{
	position: relative;
	left: 145px;
	bottom: 1px;
	width: 72px;
	height: 28px;
	background-image: url(http://www.trinityoneworldwide.com/images/marketing_2007.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#menu #marketing:hover,
#menu.marketing #marketing
{
	background-position: 0px -28px;
}
/* end size and image for marketing header */

/* sets size and image for entertainment header */
#menu #entertainment
{
	position: relative;
	left: 150px;
	bottom: 1px;
	width: 96px;
	height: 28px;
	background-image: url(http://www.trinityoneworldwide.com/images/entertainment_2007.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#menu #entertainment:hover,
#menu.entertainment #entertainment
{
	background-position: 0px -28px;
}
/* end size and image for entertainment header */

/* sets size and image for entertainment header */
#menu #events
{
	position: relative;
	left: 174px;
	bottom: 1px;
	width: 72px;
	height: 28px;
	background-image: url(http://www.trinityoneworldwide.com/images/sports.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#menu #events:hover,
#menu.events #events
{
	background-position: 0px -28px;
}
/* end size and image for entertainment header */

/* sets size and image for recent_newss header */
#menu #recent_news
{
	position: relative;
	left: 198px;
	top: 13px;
	width: 82px;
	height: 14px;
	background-image: url(http://www.trinityoneworldwide.com/images/recent_news_2007.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#menu #recent_news:hover,
#menu.recent_news #recent_news
{
	background-position: 0px -14px;
}
/* end size and image for recent_news header */

/* sets size and image for contacts header */
#menu #contacts
{
	position: relative;
	left: 230px;
	top: 13px;
	width: 55px;
	height: 14px;
	background-image: url(http://www.trinityoneworldwide.com/images/contact_2007.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

#menu #contacts:hover,
#menu.contacts #contacts
{
	background-position: 0px -14px;
	
}
/* end size and image for contacts header */

#menu h2
{
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	position: relative;
	/* this stuff has NO EFFECT
	top: 16px;
	left: 20px;
	*/

	margin: 0px;
	padding: 0px;
	color: #ffffff;
	/* background: #000000; */
	text-transform: uppercase;
	height: 28px;
}

#menu a
{
	position: relative;
	top: -2px;
	left: 2px;
	color: #000000;
	background: #cba8ee;
	text-decoration: none;
	text-indent: 11px;
}

#menu a:hover
{
	color: #ffffff;
	background: #3b284e;
}

#menu ul ul a,
#menu ul ul a:hover
{
	height: 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #522380;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #522380;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #522380;
}

#menu ul ul a.bottom,
#menu ul ul a.bottom:hover
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #522380;
}

#menu li
{
	position: relative;
}

#menu ul ul ul
{
	position: absolute;
	top: 0px;
	left: 100%;
}

#menu ul ul
{
	top: 30px;
	position: absolute;
	z-index: 1000;
}

#menu ul#home ul,
#menu ul#about_us ul,
#menu ul#recent_news ul,
#menu ul#contact ul
{
	top: 16px;
	position: absolute;
	z-index: 1000;
}

#menu ul ul a
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	text-indent: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: none;
}

/* fix height in Safari */
#menu ul ul li a
{
	height: 16px; 
}

div#menu ul ul, 
div#menu ul li:hover ul ul, 
div#menu ul ul li:hover ul ul
{
	display: none
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}

/* part 2 of the IE CSS fix */
<!--[if IE]>
<style type="text/css" media="screen">
body
{
	behavior: url(http://www.trinityoneworldwide.com/csshover.htc);
	font-size: 100%;
}

#menu ul li
{
	float: left;
	width: 100%;
}

#menu ul li a
{
	height: 1px;
}

#menu a,
#menu h2
{
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
}
</style>
<![endif]-->