@charset "utf-8";
/* CSS Document */


.topNavContainer {
	height: 77px;
	margin-left: auto;
	margin-right: auto;
	z-index: 999;
	background-color: #e8e0d9;
	padding-top: 0px;
	border-top: 5px solid #02558C;
	border-bottom: 5px solid #7c223b;
	text-align: center;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.30);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.30);
	width: 100%;
	background-image: url(../images/structure/menu-bkgd.jpg);
	background-repeat: repeat-x;
}

.affix
{
	top: 0;
	width: 100%;
}

.affix + #affix-fix
{
     //min-height:77px;
}

#affix-fix
{
    min-height: 0;
}































/* not using these, but easy way to override regular link colors */

.topNavLinks {
  text-align:center;
  line-height:54px;
  width:auto;
  margin:auto;
}

.topNavLinks a {
  color:#d9d9d9;
  display:inline-block;
  padding-left:10px;
  padding-right:10px;
}

.topNavLinks a:hover {
  color:#708d9c;
  text-decoration:none;   
}
