/* 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 */



#navItemsContainer div {
	float:left; 
	text-align:center;
	padding-left:5px;
	margin-left:5px;
	background-image:url(images/mainNavArrow1.gif);
	background-location: center left;
	background-repeat:no-repeat; 
}
#navItemsContainer div a {
	background-image:url(images/nav-icon.jpg);
	background-repeat:no-repeat;
	display:inline-block; 
	height:30px; 
	line-height:30px; 
	color:#EEE; 
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold; 
	padding:0px 0px 0px 16px; 
	text-decoration:none;
	text-transform:uppercase; 
}
html>body #navItemsContainer div a:link { 
	display: block; 
	height:30px;
}
#navItemsContainer div a:visited { 
	color:#EEE; 
	text-decoration:none;
	text-transform:uppercase;  
}
html>body #navItemsContainer div a:visited { 
	display: block; 
	height:30px;
}
#navItemsContainer div a:hover { 
	background-color:none;
	color:#80FFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase; 
}
html>body #navItemsContainer div a:hover { 
	display: block; 
	height:30px;
}
#navItemsContainer div a:active { 
	color:#FFF;  
	text-decoration:none; 
}
html>body #navItemsContainer div a:active { 
	display: block; 
	height:30px;
}
#navItemsContainer div img {
	float:left; 
	margin-left:-10px;
}
html>body #navItemsContainer div img {
	margin-left:-7px;
}



/* SUBMENU STYLES */

.hNavMenu{ 
	position: absolute; 
	visibility: hidden; 
	z-index:50; 
	border-right:1px solid #1A6297;
	border-bottom:1px solid #13466C;
	border-left:1px solid #1A6297;
	border-top:1px solid #13466C; 
}

.hNavMenuItemOver{ 
height:24px; 
cursor:pointer;  
}
.hNavMenuItemOver td { 
	height:24px; 
	padding:0px 8px 0px 10px;
}
.hNavHeader td { 
	height:24px;
	border-bottom: 1px solid ##3C859D; 
	padding:0px 8px 0px 10px; 
	color:#FFFFFF; 
}
.hNavHeaderOver td { 
	height:24px;
	border-bottom: 1px solid ##3C859D; 
	padding:0px 8px 0px 10px; 
	color:#FFFFFF; 
}
.hNavMenuItemA{ 
	height:24px;
	background-color: #FF0000; 
	cursor:pointer; 
}
.hNavMenuItemA td{ 
	height:24px;
	border-bottom: 1px solid #13466C;
	background:url("images/sub_bg.jpg") 0 0 repeat-x;
	background-color:#3C859D; 
	padding:0px 8px 0px 10px; 
	color:#FFFFFF; 
}
.hNavMenuItemOverA{ 
	height:24px;
	background-color: #3C859D;
	background:url("images/sub_menu_bg_on.jpg")  repeat-x;
	background-color:#3C859D; 
	cursor:pointer; 
	color:#FFF; 
}
.hNavMenuItemOverA td{ 
	height:24px;
	background:url("images/sub_menu_bg_on.jpg")  repeat-x;
	background-color:#3C859D; 
	border-bottom: 1px solid #13466C; 
	padding:0px 8px 0px 10px; 
	color:#FFF; 
}
.hNavMenuItemArrow{ 
	height:24px;
	background:url("images/sub_menu_bg_on.jpg") repeat-x left bottom;
	background-color:#7C7A7B;
	cursor:pointer; 
	color: #FFFFFF;  
	background-repeat: no-repeat; 
	background-position: 
	center right;
}
.hNavMenuItemArrow td{ 
	height:24px;
	border-bottom: 1px solid #13466C;
	background:url("images/sub_menu_bg_on.jpg") repeat-x left bottom;
	background-color:#7C7A7B;
	padding:0px 8px 0px 10px; 
	color:#FFFFFF; 
}
.hNavMenuItemOverArrow { 
	height:24px;
	background:url("images/sub_menu_bg_on.jpg") 0 0  repeat-x;
	background-color:#3C859D; 
	color:#FFF; 
	cursor:pointer; 
	background-image: none; 
	background-repeat: no-repeat; 
	background-position: 
	center right;
}
.hNavMenuItemOverArrow td{ 
	height:24px;
	border-bottom: 1px solid #13466C;
	background:url("images/sub_menu_bg_on.jpg") 0 0  repeat-x;
	background-color:#2E3E96;  
	padding:0px 8px 0px 10px; 
	color: #FFF; 
}
