.footer, a.footer:link, a.footer:visited, td.footer {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	color: #A1ACB6;
	padding: 4px;
}
a.footer:hover {
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
	color: #FF6600;
	padding: 4px;
}

.selectmenu {
	text-decoration: none;
	padding: 2px;
	font-size: 10px;
	color: #4D6185;
}
.navbar {
	text-decoration: none;
	background-color: #d9d9d9;
}
.barmain, a.barmain:link, a.barmain:visited {
	text-decoration: none;
	font-family: "Sans serif","Arial", "Helvetica", "Verdana";
	background-image : url(../images/navbarbg_grey.gif);
	background-repeat : repeat-x;
	background-position : 100% 0%;
	font-size: 11px;
	line-height: 32.5px;
	color: #405168;
}
a.barmain:hover, a.barmainselected:hover {
	text-decoration: none;
	font-family: "Sans serif","Arial", "Helvetica", "Verdana";
	background-image: url(../images/navbarbg_hover.gif);
	font-size: 11px;
	line-height: 32.5px;
	color: #ffffff;
}
.barmainselected, a.barmainselected:link, a.barmainselected:visited {
	text-decoration: none;
	font-family: "Sans serif","Arial", "Helvetica", "Verdana";
	background-image : url(../images/navbarbg_green.gif);
	background-repeat : repeat-x;
	background-position : 100% 0%;
	font-size: 11px;
	line-height: 32.5px;
	color: #ffffff;
}

.barmainsub, a.barmainsub:link, a.barmainsub:visited {
	text-decoration: none;
	padding: 7px;
	font-weight: normal;
	font-size: 10px;
	color: #ccffff;	
}
a.barmainsub:hover {
	text-decoration: none;
	padding: 7px;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
}



ul {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	list-style: none;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	/* -moz-opacity: 0.90; */
	/* filter: alpha(opacity=90); */
	/* width: 130px; Width of Menu Items */
}
ul li {
	text-decoration: none;
	position: relative;
	border-style: hidden;
	border-top: #273363 solid 0px;
	border-right: #273363 solid 0px;
	border-bottom: #273363 solid 0px;
	border-left: #3273363 solid 0px;
	}
li ul.horz {
	text-decoration: none;
	text-align: left;
	position: absolute;
	left: 135px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
}
li ul.vertz {
	text-decoration: none;
	text-align: left;
	position: absolute;
	left: -1px; /* Set 30px less than menu width */
	width: 160px; /* Width of Menu Items */
	top: 34px;
	border: 0px solid #ffffff;
	border-bottom: #364684 solid 0px;
	display: none;
}
li ul.vertz1 {
	text-decoration: none;
	text-align: left;
	position: absolute;
	left: 0px; /* Set 30px less than menu width */
	width: 160px; /* Width of Menu Items */
	top: 34px;
	border: 0px solid #ffffff;
	border-bottom: #364684 solid 0px;
	display: none;
}
li ul.vertz2 {
	text-decoration: none;
	text-align: left;
	position: absolute;
	left: -1px; /* Set 30px less than menu width */
	width: 230px; /* Width of Menu Items */
	top: 34px;
	border: 0px solid #ffffff;
	border-bottom: #364684 solid 0px;
	display: none;
}
li ul.vertz3 {
	text-decoration: none;
	text-align: left;
	position: absolute;
	left: -1px; /* Set 30px less than menu width */
	width: 220px; /* Width of Menu Items */
	top: 34px;
	border: 0px solid #ffffff;
	border-bottom: #364684 solid 0px;
	display: none;
}
li ul.vertz4 {
	text-decoration: none;
	text-align: left;
	position: absolute;
	left: -1px; /* Set 30px less than menu width */
	width: 170px; /* Width of Menu Items */
	top: 34px;
	border: 0px solid #ffffff;
	border-bottom: #364684 solid 0px;
	display: none;
}
li ul.vertz5, li ul.vertz6, li ul.vertz7, li ul.vertz8 {
	text-decoration: none;
	text-align: left;
	position: absolute;
	left: -3px; /* Set 30px less than menu width */
	width: 123px; /* Width of Menu Items */
	top: 34px;
	border: 0px solid #ffffff;
	border-bottom: #364684 solid 0px;
	display: none;
}
/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	/* background: #F50000; */
	padding: 1px 1px;
	border: 0em solid #364684;
	z-index:9;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 10px; }
* html ul li a { height: 10px; }
/* End */
ul li a:hover {
	text-decoration: none;
	color: #ffffff;
	/* background: #364684; */
	z-index:9;
} /* Hover Styles */
ul li ul li a {
	text-decoration: none;
	background: #19213F;
	padding: 2px 2px;
	border:  0em solid #000033; 
	/* -moz-opacity: 0.85; */
	/* filter: alpha(opacity=85); */ 
	z-index:9;
} /* Sub Menu Styles */
ul li ul li a:hover {
	text-decoration: none;
	color: #E2144A;
	background: #000033;
	z-index:9;
} /* Hover Styles */
li:hover ul, li.over ul { text-decoration: none; display: block; } /* The magic */