﻿.xhtml_nav {
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #0072ba;
}
.xhtml_nav a, .xhtml_nav a:link, .xhtml_nav a:active, .xhtml_nav a:visited {
	color: white;
}
.nav_logo {
	border: 1px #003399 solid;
	border-bottom: 0px;
	vertical-align: middle; /** fix for IE6 **/
}
.nav_dropdown {
	border-right: 1px #003399 solid;
	border-left: 1px #003399 solid;
	border-bottom: 1px #003399 solid;
	background-color: #2b70bc; /**#0072ba 0086D7**/
	background-image: url('/images/nav_fade.gif');
	background-repeat: no-repeat;
	margin-top: 4px;
	padding: 1px 3px 3px 1px;
	text-align: left;
	overflow: hidden; /**fix for IE6 and 7 hover closes on whitespace **/
}
.nav_dropdown p {
	margin: 5px;
}
.nav_dropdown a, .nav_dropdown a:link, .nav_dropdown a:active, .nav_dropdown a:visited {
	color: silver; /**#cccccc;**/
}
.nav_dropdown a:hover {
	color: white;
}
#nav_top {
	border: 1px #003399 solid;
	text-align: left; /** inherited to nav_dropdown's position **/;
	background-color: #37618d;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 10pt;
	height: 21px;
	padding: 2px;
	padding-bottom: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	
	background-image: url('/images/nav_bg.png');
}
#nav_top table { /** nav align **/
	margin-left: 10px;
	margin-right: auto;
}
#nav_top table { /*non-items, |*/
	color: #0072ba;
}
#nav_top table div { /*dropdown menu-text color*/
	color: white;
}
#nav_bottom {
	/** bottom nav **/
	border: 1px #003399 solid;
	background-color: #37618d;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 8pt;
	padding: 3px 5px 0px 5px;
	height: 19px;

	background-image: url('/images/nav_bg.png');
}
#nav_bottom img {
	vertical-align: top; /** fix for IE6 **/;
	margin-top: 2px;
}
#nav_bottom table {
	width: 100%;
}
.div_hidden {
	z-index: 999; /**greater in front**/;
	visibility: hidden;
	position: absolute;
	display: block;
}
#nav_gad, #nav_publication, #nav_LegislativeDocuments, #nav_Secretariat, #nav_Committees, #nav_Senators, #nav_About {
	/**fix for IE6 not maintaining dropdown state on hover **/
 	overflow: hidden;
}
#nav_gad {
	width: 140px;
}
#nav_publications {
	width: 140px;

}
#nav_LegislativeDocuments {
	width: 146px;
}
#nav_Secretariat {
	width: 235px;
}
#nav_Committees {
	width: 180px;
}
#nav_Senators {
	width: 192px;
}
#nav_About {
	width: 140px;
}
