/* Main Menu Styles - Note: the styles that begin with html>body are for netscape browsers - IE doesn't understand these */

/* attempt at preloading images for the subnav backgrounds */



#divNavBar div {
	float:left; 
	text-align:left;
	padding-left:5px;
	margin-top: 6px;
}
#divNavBar div a {
	display:inline-block;
	text-align:left; 
	height:32px;
	line-height: 30px; 
	color:#000099; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0px 5px; 
	text-decoration:none; 
	text-transform: uppercase;
}
#divNavBar div a:visited { 
	color:#000099; 
	text-decoration:none;  
}
#divNavBar div a:hover { 
	background-color:#000099;
	color:#FFF;
	font-weight:bold;
	text-decoration:none; 
}
#divNavBar div a:active { 
	background-color:#2332B3;
	color:#FFF;  
	text-decoration:none; 
}
#divNavBar div img {
	float:left; 
	margin-left:7px;
	margin-top: 18px;
}

/* SUBMENU STYLES */

.hNavMenu{ 
	position: absolute; 
	visibility: hidden; 
	z-index:50; 
	border-bottom:5px solid #F7BD10;
}

.hNavMenuItemOver{ 
height:24px; 
cursor:pointer;  
}
.hNavMenuItemOver td { 
	height:24px; 
	padding:0px 8px 0px 10px;
}
.hNavHeader td { 
	height:24px;
	border-bottom: 1px solid #6F6F6F; 
	padding:0px 8px 0px 10px; 
	color:#fff; 
}
.hNavHeaderOver td { 
	height:24px;
	border-bottom: 1px solid #6F6F6F; 
	padding:0px 8px 0px 10px; 
	color:#fff; 
}
.hNavMenuItemA td{ 
	height:24px;
	border-bottom: 1px solid #13466C;
	background-color:#000099; 
	padding:0px 8px 0px 10px; 
	color:#fff; 
}
.hNavMenuItemOverA{ 
	height:24px;
	background-color: #F7BD10;
	cursor:pointer; 
	color:#fff; 
}
.hNavMenuItemOverA td{ 
	height:24px;
	background-color:#F7BD10; 
	border-bottom: 1px solid #13466C; 
	padding:0px 8px 0px 10px; 
	color:#000099; 
}
.hNavMenuItemArrow{ 
	height:24px;
	background-color:#000099;
	cursor:pointer; 
	color: #fff;  
	background-repeat: no-repeat; 
	background-position: 
	center right;
}
.hNavMenuItemArrow td{ 
	height:24px;
	border-bottom: 1px solid #13466C;
	background-color:#000099;
	padding:0px 8px 0px 10px; 
	color:#fff; 
}
.hNavMenuItemOverArrow { 
	height:24px;
	background-color:#F7BD10; 
	color:#000099; 
	cursor:pointer; 
}
.hNavMenuItemOverArrow td{ 
	height:24px;
	border-bottom: 1px solid #13466C;
	background-color:#F7BD10;  
	padding:0px 8px 0px 10px; 
	color: #000099; 
}
