/* -----------------------------------------------
 For Windows Internet Explorer 6 
 ----------------------------------------------- */

.formLineHeightAdj {
	position:relative;
	top:-2px;
}

.sub_menu {
	position: absolute;
	top: 18px;
	font-size: 11px;
	line-height: 16px;
	list-style-type: none;
}

#benefits_submenu {
	left: 20px;
}

#features_submenu {
	left: 340px;
}

.list_noindent {
	margin-left: 15px;
	padding-left: 0px;
}

/* -----------------------------------------------
 Menus
 ----------------------------------------------- */

.logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 341px;
	height: 85px;
	border-bottom: 0px;
	background: url(art/mckenna_logo_ot.gif) no-repeat top center;
	background-repeat: no-repeat;
}
.logo:hover {
	position: relative;
	top: 0px;
	left: 0px;
	width: 341px;
	height: 85px;
	border-bottom: 0px;
	background: url(art/mckenna_logo_ov.jpg) no-repeat top center;
	background-repeat: no-repeat;
}

a.menu_item {
	background: #004E89 url(art/btn_ot.jpg) repeat-x;
	padding: 5px;
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	width: 89px;
	display: block;
}
a.menu_selected,
a.menu_selected:hover,
a.menu_item:hover {
	background: #90B0D6 url(art/btn_ov.jpg) repeat-x;
	padding: 5px;
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	width: 89px;
	display: block;
}

