/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/
#top_nav {
	text-align: center;
	background: url(Images/menuback.jpg);
	background-repeat: repeat-x;
}
#nav {	
	position: relative; 	
	text-align: center;
	vertical-align: top;
	font-size: 1.0em;
	margin-left: auto;
	margin-right: auto;
	float: none;
	height: 1.5em;
	font-weight: bold;
	padding-top: 4px;
}
#nav .button ul {
	border-top: 1px solid #EFF4F7;
}
#nav ul li {
	display: inline;
	list-style: none;
	position: static;
}
/*XXXXXXXXXXXX Primary dropdown  rules XXXXXXXXXXX*/
.dropdown {
	display: none;	
	position: absolute; 
	top: 1.5em;
	width: 100%;
	text-align: center;
	background: url(bgfix.gif);
	}
.dropdown ul { 
	background-color: #6B93BB;
	padding-top: 2px;
	padding-bottom: 1px;
  } 
.dropdown li {
	list-style: none; 
	font-weight: bold;
	text-align: center;
	position: relative; 
	z-index:  2;
	vertical-align: bottom;
  }
.button:hover div.dropdown {
	display: block;
	background-color: #6B93BB;
} 
#nav a {
	text-decoration: none;
	padding: 2px 10px 2px 10px; 
	}
.topmenu, a.topmenu:visited, a.topmenu:link {
	color: #F1F1F1;
	text-decoration: none;
}
a.topmenu:hover, a.topmenu:active {
	color: #FFFFFF;
	text-decoration: none;
}
.submenu, .submenu:link, .submenu:visited {
	color: #F1F1F1;
	text-decoration: none;
	font-weight: normal;
}
.submenu:hover, .submenu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
