html {
	-webkit-font-smoothing: antialiased;
}

/* If li position is left static, Internet 
Explorer disables hyperlinks in the list 
in all but the final column.

This rule will be processed only by 
Internet Explorer because only IE believes 
that there�s a level above HTML: */

* html #secondNav ul li {
	position: relative;
}

/* Bring the first item of each column
back up to the level of item 1.
Vertical return = items * height.
Here, 5 items * 1.2em line-height = 6em */

#secondNav ul li {
	width: 165px !important;
}

.bannerImage {
	position: relative;
	width:    100%; /* for IE 6 */
}

.bannerImage h2.standard {
	position:  absolute !important;
	top:       1px;
	left:      1px;
	font-size: 32pt !important;
	width:     100%;
}

.bannerImage h2.shadow {
	position:  absolute !important;
	color:     #000000;
	top:       2px;
	left:      2px;
	font-size: 32pt;
	width:     100%;
}

.bannerImage h2.highlight {
	position:  absolute !important;
	color:     #111111;
	top:       0px;
	left:      0px;
	font-size: 32pt;
	width:     100%;
}

.bannerImage h2.left {
	text-align: left;
}

.bannerImage h2.center {
	text-align: center;
	left:       0px;
}

.bannerImage h2.right {
	text-align: right;
	left:       inherit !important;
	right:      0px !important;
}

.bannerImage h2.top {
	vertical-align: top;
}

.bannerImage h2.middle {
	vertical-align: middle;
}

.bannerImage h2.bottom {
	vertical-align: bottom;
}