#slideNavWrapper {
	position:fixed;
	width:100%;
	top:0;
	height:80px;
	font-size:30px;
	color:white;
	background: #320001;
	z-index: 20000;
	border-bottom: 3px solid #AAAAAA;
	padding-right: 50px;
	opacity: .9;

}

#slideNavContent {
	line-height:35px;
	width: 100%;
	background-color: #320001;
	color: #fff;

}

#slideLogoContainer {
	height:70px;
	width: 253px;
	margin-right: auto;
	margin-left: 50px;
	position: absolute;
	padding-top: 10px;
	float: left;
	z-index: 9;

}

#navButton {
	height:20px;
	width: auto;
	padding-left: 10px;
	padding-right: 10

}

ul {
	list-style: none;
	padding-left: 0px;
	padding-right: 50px;
	margin-left: 0px;
	float: right;
}

ul li {
	color: #fff;
	font-size: .7em;
	font-family: 'bmr2';
	float: right;
	padding-right: 25px;
	padding-left: 25px;

}

ul a:link {
	color: #fff;

}

ul a li:hover {
	border-top: 3px solid #AAAAAA;
	color: #AAAAAA;
	transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;

   	transition: border .25s ease-in-out;
   -moz-transition: border .25s ease-in-out;
   -webkit-transition: border .25s ease-in-out;
}